mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
revert: button hover changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user