mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
style: updated button hover transition attribute
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
--color-chip-border: rgba(240, 246, 252, 0.1);
|
--color-chip-border: rgba(240, 246, 252, 0.1);
|
||||||
|
|
||||||
--button-transform: translateY(-1px);
|
--button-transform: translateY(-1px);
|
||||||
--button-transition: all 100ms ease-in-out 30ms;
|
--button-transition: transform 150ms ease-in-out 30ms, opacity 100ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme='light'],
|
:root[data-theme='light'],
|
||||||
|
|||||||
Reference in New Issue
Block a user