Преглед изворни кода

include base .CodeMirror themed settings via `&`

Herbert Vojčík пре 11 година
родитељ
комит
cb5957f7b9
1 измењених фајлова са 6 додато и 6 уклоњено
  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;
 	}