Skip to content

Commit

Permalink
fix: include active button styling for HTML component
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 21, 2021
1 parent 180324b commit 2b76186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/button/html.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
@extend .utrecht-button--busy;
}

.utrecht-html button:active:not([aria-disabled="true"]):not(:disabled) {
@extend .utrecht-button--active;
}

.utrecht-html button:hover:not([aria-disabled="true"]):not(:disabled) {
@extend .utrecht-button--hover;
}
Expand Down

0 comments on commit 2b76186

Please sign in to comment.