Skip to content

Commit

Permalink
Merge pull request #584 from WordPress/fix/hover-styles
Browse files Browse the repository at this point in the history
Fix formatting button hover style regression
  • Loading branch information
jasmussen authored May 1, 2017
2 parents bbcb450 + 94503b2 commit 37ea746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/components/toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
background-color: $white;
}

.editor-toolbar__control {
.editor-toolbar__control.editor-button {
display: inline-flex;
margin: 3px;
margin-left: 0;
Expand All @@ -24,7 +24,7 @@
&.is-active,
&:hover,
&:not(:disabled):hover {
border-color: $dark-gray-500;
border: 1px solid $dark-gray-500;
color: $dark-gray-500;
}

Expand Down

0 comments on commit 37ea746

Please sign in to comment.