revert: button hover changes

This commit is contained in:
Sven Brodny
2024-03-11 10:16:20 +01:00
parent cbd0773bd5
commit d2263d06a9
3 changed files with 0 additions and 20 deletions

View File

@@ -16,9 +16,6 @@
--color-btn: var(--sl-color-white);
--color-chip: rgb(35, 38, 47);
--color-chip-border: rgba(240, 246, 252, 0.1);
--button-transform: translateY(-1px);
--button-transition: transform 150ms ease-in-out 30ms, opacity 100ms ease-in-out;
}
:root[data-theme='light'],
@@ -53,18 +50,6 @@
margin: 0px 2px;
}
a.action,
.article-footer > a,
.action-footer > a.action-button {
transition: var(--button-transition);
&:hover {
opacity: 0.9;
transform: var(--button-transform);
transition: var(--button-transition);
}
}
.article-footer {
margin-top: 3rem !important;
display: flex;