Skip to content

Commit

Permalink
EZP-31845: added active style to button (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Sep 18, 2020
1 parent ef90889 commit 9baba40
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

.c-menu-button {
@include toggler-icon-btn();

&--selected {
@include toggler-selected-btn();
}
}

&--disabled {
Expand Down

0 comments on commit 9baba40

Please # to comment.