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