Merge pull request #83 from brondsem/no_active_style_when_toolbar_disabled

Negate the active styling of buttons when in preview mode
pull/92/head
Wes Cossick 9 years ago
commit e291f79bd2

@ -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) {

Loading…
Cancel
Save