Skip to content

Commit

Permalink
Update mixin that sets hover style on some buttons (#17581)
Browse files Browse the repository at this point in the history
* Update mixing that sets hover style on some buttons

* Add popover hover styles to match updates from #17621
  • Loading branch information
enriquesanchez authored and gziolo committed Oct 8, 2019
1 parent 985fbb8 commit 7110f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
@mixin button-style__hover {
background-color: $white;
color: $dark-gray-900;
box-shadow: inset 0 0 0 1px $light-gray-500, inset 0 0 0 2px $white, 0 1px 1px rgba($dark-gray-900, 0.2);
box-shadow: inset 0 0 0 1px $dark-gray-500, inset 0 0 0 2px $white;
}

@mixin button-style__active() {
Expand Down

0 comments on commit 7110f85

Please sign in to comment.