Fix toggle layout buttons hovers
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: color 150ms $ease-inout;
|
transition: color 100ms;
|
||||||
will-change: color;
|
will-change: color;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
@@ -29,8 +29,9 @@
|
|||||||
svg {
|
svg {
|
||||||
fill: $color-secondary;
|
fill: $color-secondary;
|
||||||
* {
|
* {
|
||||||
transition: fill 150ms $ease-inout;
|
transition: fill 100ms;
|
||||||
transition-delay: 0ms;
|
transition-delay: 0ms;
|
||||||
|
will-change: fill;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user