diff --git a/editor/block-mover/style.scss b/editor/block-mover/style.scss index 28895592ed45e..fc05da1d3fceb 100644 --- a/editor/block-mover/style.scss +++ b/editor/block-mover/style.scss @@ -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;