Negate the active styling of buttons when in preview mode

pull/83/head
Dave Brondsema 9 years ago
parent 6389777c30
commit fe1f2a8d4f

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