Replaces usages of .mini selector with [mini]

Esse commit está contido em:
Nathan Sobo
2014-11-12 16:44:52 -07:00
commit de Ben Ogle
commit 95ec0d8162
9 arquivos alterados com 13 adições e 13 exclusões
+1 -1
Ver Arquivo
@@ -99,7 +99,7 @@ atom-panel[location="modal"] {
font-size: 1.3em;
}
atom-text-editor.mini {
atom-text-editor[mini] {
margin-bottom: 10px;
}
+1 -1
Ver Arquivo
@@ -8,7 +8,7 @@ atom-text-editor {
line-height: 1.3;
}
atom-text-editor.mini {
atom-text-editor[mini] {
font-size: @input-font-size;
line-height: @component-line-height;
max-height: @component-line-height + 2; // +2 for borders