Skip to content

Commit e05e085

Browse files
committed
Increase colour contrast on block mover buttons (WordPress#557)
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!
1 parent 9778f9b commit e05e085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/block-mover/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
border: none;
1111
outline: none;
1212
background: none;
13-
color: $dark-gray-100;
13+
color: $dark-gray-300;
1414
cursor: pointer;
1515
width: 20px;
1616
height: 20px;
1717

1818
&:hover {
19-
color: $dark-gray-900;
19+
color: $dark-gray-500;
2020
}
2121

2222
&[aria-disabled="true"] {

0 commit comments

Comments
 (0)