Browse Source

Merge pull request #840 from herby/using-and-in-less

include base .CodeMirror themed settings via `&`
Nicolas Petton 10 years ago
parent
commit
d9ad8f666a
1 changed files with 6 additions and 6 deletions
  1. 6 6
      css/helios.less

+ 6 - 6
css/helios.less

@@ -19,13 +19,13 @@ html[xmlns] .clearfix {
 	height: 1%;
 }
 
-.cm-s-helios.CodeMirror {
-	font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
-	line-height: 16px;
-	font-size: 13px;
-}
-
 .cm-s-helios {
+	&.CodeMirror {
+		font-family: Menlo, Monaco, Consolas, Inconsolata, "Lucida Console", Courier, monospace;
+		line-height: 16px;
+		font-size: 13px;
+	}
+
 	.CodeMirror-gutter.stops {
 		width: 20px;
 	}