diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss index 75f35d4c7..1bdbf21b9 100644 --- a/editor/sass/editor.scss +++ b/editor/sass/editor.scss @@ -84,7 +84,7 @@ color: $editor-button-color-primary; background: $editor-button-background-primary; - &:hover { + &:not(.disabled):hover { border-color: $editor-button-background-primary-hover; background: $editor-button-background-primary-hover; color: $editor-button-color-primary !important;