Skip to content

Commit

Permalink
Merge pull request #981 from njpanderson/update/block-mover-colours
Browse files Browse the repository at this point in the history
Increase colour contrast on block mover buttons (#557)
  • Loading branch information
jasmussen authored Jun 3, 2017
2 parents afe1625 + 9559743 commit 9af7c90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions editor/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@
border: none;
outline: none;
background: none;
color: $dark-gray-100;
color: $dark-gray-300;
cursor: pointer;
width: 20px;
height: 20px;
border-radius: 50%;

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

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

0 comments on commit 9af7c90

Please sign in to comment.