Dont hover disabled editor primary buttons

This commit is contained in:
Nick O'Leary 2016-06-14 14:38:52 +01:00
parent cc02b07ff0
commit d8405052d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;