Merge pull request #83 from brondsem/no_active_style_when_toolbar_disabled

Negate the active styling of buttons when in preview mode
This commit is contained in:
Wes Cossick 2015-09-03 12:49:09 -05:00
commit e291f79bd2

View file

@ -178,6 +178,8 @@
.editor-toolbar.disabled-for-preview a:not(.fa-eye):not(.fa-arrows-alt):not(.fa-columns) {
pointer-events: none;
background: #fff;
border-color: transparent;
text-shadow: inherit;
}
@media only screen and (max-width: 700px) {