Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unecessary hover accent
The button already inherits the hover colour from .components-icon-button.
  • Loading branch information
njpanderson committed Jun 3, 2017
commit 9559743799dd97991d826d7065c6a6173b14b942
4 changes: 0 additions & 4 deletions editor/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
width: 20px;
height: 20px;

&:hover {
color: $dark-gray-500;
}

&[aria-disabled="true"] {
cursor: default;
color: $light-gray-300;
Expand Down