浏览代码

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;
 	}