Skip to content

Commit

Permalink
Fix border color on hover
Browse files Browse the repository at this point in the history
Signed-off-by: Remington Breeze <[email protected]>
  • Loading branch information
rbreeze committed Apr 14, 2021
1 parent 5c13bbc commit bf9b021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/components/action-button/action-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
&--selected > &__background {
background-color: $sherbert;
border-color: $sherbert;
color: $sherbert;
transform: scale(1.02);
}

&--dark:hover > &__background,
&--selected#{&}--dark > &__background {
color: $sherbert;
background-color: $spray-tan;
border-color: $sherbert;
}
Expand Down

0 comments on commit bf9b021

Please sign in to comment.