From d8405052d8cee169a30a6df9c071224f2d9118af Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 14 Jun 2016 14:38:52 +0100 Subject: [PATCH] Dont hover disabled editor primary buttons --- editor/sass/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;