Skip to content

Commit

Permalink
Bug #13039: button color on active and not focus
Browse files Browse the repository at this point in the history
  • Loading branch information
laedanrex committed Jul 22, 2024
1 parent f93a13c commit 3339720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/ui-frontend/projects/vitamui-library/src/sass/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
color: $button-color;
}

&:hover,
&:focus {
&:active,
&:hover {
background-color: $background-color-hover;
border: 1px solid $border-color-hover;
color: $button-color-hover;
Expand Down

0 comments on commit 3339720

Please sign in to comment.