Skip to content

Commit

Permalink
fix(buttons): remove white color from .btn-alert:hover:focus state (#…
Browse files Browse the repository at this point in the history
…64)

* Remove color: white from .btn-alert:hover:focus

* Fix typo
  • Loading branch information
Camille Fenton authored Oct 15, 2020
1 parent 275d35d commit 3af5f16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/stylesheets/bootstrap/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@
0px 0px 0px 2px transparent,
}

&:hover:focus {
color: $white;
}

&:active,
&.active,
.open > &.dropdown-toggle {
Expand Down Expand Up @@ -263,7 +259,7 @@
}

&:hover:active {
background-color: #gray800;
background-color: $gray800;
color: $white;
}

Expand Down

0 comments on commit 3af5f16

Please sign in to comment.