Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Made hover state for selected tabs more specific (#41)
Browse files Browse the repository at this point in the history
Made hover state for selected tabs more specific
  • Loading branch information
Blackbaud-TrevorBurch authored Nov 29, 2018
1 parent 273a3ed commit 5deb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/public/styles/_compat/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
background-color: $sky-background-color-primary-dark;
color: #fff;

&:hover {
&:hover:not(.sky-btn-tab-disabled) {
background-color: $sky-background-color-primary-dark;
color: #fff;
}
Expand Down

0 comments on commit 5deb431

Please sign in to comment.