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

@ -18,6 +18,8 @@ $button-normal-color-border: black;
$input-background: $bg-primary;
$primary-nav-button-active-color: $bg-secondary;
$artist-list-bg: $bg-secondary;
$player-bar-icon-color: #423C3A;