Skip to content

Commit 9af7c90

Browse files
authored
Merge pull request #981 from njpanderson/update/block-mover-colours
Increase colour contrast on block mover buttons (#557)
2 parents afe1625 + 9559743 commit 9af7c90

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

editor/block-mover/style.scss

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@
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
border-radius: 50%;
1818

19-
&:hover {
20-
color: $dark-gray-900;
21-
}
22-
2319
&[aria-disabled="true"] {
2420
cursor: default;
2521
color: $light-gray-300;

0 commit comments

Comments
 (0)