Fix toggle layout buttons hovers

This commit is contained in:
2020-03-03 17:41:37 +01:00
parent 4b2610a2b5
commit b294800f34

View File

@@ -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;
} }
} }