]> arthur.barton.de Git - atom-ax-monokai-syntax.git/commitdiff
Merge branches 'fix-editor-classes' and 'fix-stylesheets-dir' into tmp
authorAlexander Barton <alex@barton.de>
Wed, 20 May 2015 09:11:24 +0000 (11:11 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 20 May 2015 09:11:24 +0000 (11:11 +0200)
* fix-editor-classes:
  Use "atom-text-editor" tag instead of "editor[-colors]" classes

* fix-stylesheets-dir:
  Rename "stylesheets/" directory to "styles/"

index.less

index ef211d67e5841cf9b72ad81e12a6222a1b7fdfc9..ce4401c2755835dba144ad5c81e16e828bcc6fdf 100644 (file)
@@ -1,11 +1,9 @@
 @import './styles/syntax-variables';
 
-.editor-colors {
+:host, atom-text-editor {
   background-color: @syntax-background-color;
   color: @syntax-text-color;
-}
 
-.editor {
   .invisible-character {
     color: @syntax-invisible-character-color;
   }