Skip to content

Commit

Permalink
Increase colour contrast on block mover buttons (WordPress#557)
Browse files Browse the repository at this point in the history
Have checked the new contrast meets WCAG AA using the following tool:

http://webaim.org/resources/contrastchecker/

If there’s a better checker you guys all use, do let me know in the comments!
  • Loading branch information
njpanderson committed Jun 1, 2017
1 parent eb929e5 commit 0e127d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
border: none;
outline: none;
background: none;
color: $dark-gray-100;
color: $dark-gray-300;
cursor: pointer;
width: 20px;
height: 20px;

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

&[aria-disabled="true"] {
Expand Down

0 comments on commit 0e127d7

Please sign in to comment.