Reset highlights so they don’t interfere with styleguide text.highlight

This commit is contained in:
Ben Ogle
2014-06-17 17:06:33 -07:00
parent 4308ce7bb0
commit 3790cdb262

View File

@@ -251,6 +251,11 @@
width: 1px;
}
.editor .highlight {
background: none;
padding: 0;
}
.editor .highlight .region,
.editor .selection .region {
position: absolute;