Skip to content

Commit

Permalink
updating more selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkclay committed May 26, 2015
1 parent 04e5b6f commit fb54cc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "unicorn-ui",
"theme": "ui",
"version": "1.1.0",
"version": "1.2.0",
"description": "A retro colored UI theme with custom file icons and slim tabs",
"license": "MIT",
"repository": "https://github.com/unicorn/atom-retro-ui",
Expand Down
6 changes: 3 additions & 3 deletions styles/editor.less
Expand Up @@ -2,7 +2,7 @@
@import "icon-variables";
@import "ui-mixins";

atom-pane atom-text-editor.editor-colors {
atom-pane atom-text-editor {
.gutter {
padding: 6px 0;
}
Expand Down Expand Up @@ -92,7 +92,7 @@ atom-text-editor[mini] {
.selection .region { background-color: darken(@input-background-color, 10%); }
}

.editor-colors.mini.is-focused {
atom-text-editor[mini].is-focused {
background-color: @input-background-color;
color: @input-text-color-selected;

Expand All @@ -110,7 +110,7 @@ atom-text-editor[mini] {
padding: 3px 0px 0px 6px;
}

.editor-colors.mini.is-focused {
atom-text-editor[mini].is-focused {
padding: 1px;
}
}
2 changes: 1 addition & 1 deletion styles/panes.less
Expand Up @@ -30,7 +30,7 @@ atom-pane-container {
}

// Inactive Pane
.pane:not(.active) {
atom-pane:not(.active) {
opacity: 0.8;

atom-text-editor {
Expand Down

0 comments on commit fb54cc2

Please sign in to comment.