Implement pseudoactive style and apply it to our KotoButton on hover / leave (removal).

Apply our pseudoactive styling to very specific KotoButtons in our KotoNav.
This commit is contained in:
Joshua Strobl 2021-07-08 14:39:39 +03:00
parent a15f17ac99
commit 812cdc6677
7 changed files with 105 additions and 3 deletions

View file

@ -12,6 +12,6 @@
}
&.active > image {
color: $green;
color: $koto-primary-color;
}
}