Skip to content

Commit 11b74a0

Browse files
committed
[mbo theme] Remove background-blocking styles
Closes #2623
1 parent 1858a7a commit 11b74a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/matchtags.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<script src="../mode/xml/xml.js"></script>
1212
<style type="text/css">
1313
.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
14-
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
1514
</style>
1615
<div id=nav>
1716
<a href="http://codemirror.net"><img id=logo src="../doc/logo.png"></a>

lib/codemirror.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ div.CodeMirror-overwrite div.CodeMirror-cursor {}
129129

130130
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
131131
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
132+
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
132133
.CodeMirror-activeline-background {background: #e8f2ff;}
133134

134135
/* STOP */

theme/mbo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
.cm-s-mbo span.cm-bracket {color: #fffffc; font-weight: bold;}
2323
.cm-s-mbo span.cm-tag {color: #9ddfe9;}
2424
.cm-s-mbo span.cm-link {color: #f54b07;}
25-
.cm-s-mbo span.cm-error {background: #636363; color: #ffffec;}
25+
.cm-s-mbo span.cm-error {border-bottom: #636363; color: #ffffec;}
2626

2727
.cm-s-mbo .CodeMirror-activeline-background {background: #494b41 !important;}
2828
.cm-s-mbo .CodeMirror-matchingbracket {
2929
text-decoration: underline;
3030
color: #f5e107 !important;
3131
}
3232

33-
.cm-s-mbo .CodeMirror-matchingtag {background: #4e4e4e;}
33+
.cm-s-mbo .CodeMirror-matchingtag { background: rgba(255, 255, 255, .37); }
3434

3535
.cm-s-mbo span.cm-searching {
3636
background-color: none;

0 commit comments

Comments
 (0)