mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +01:00
Merge pull request #3 from mrhanlon/master
Fix deprecated selector warnings
This commit is contained in:
commit
d6b8be2a73
@ -4,7 +4,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace {
|
atom-workspace {
|
||||||
background-color: @app-background-color;
|
background-color: @app-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
@import "ui-mixins";
|
@import "ui-mixins";
|
||||||
|
|
||||||
.editor.mini {
|
atom-text-editor[mini] {
|
||||||
color: @text-color-highlight;
|
color: @text-color-highlight;
|
||||||
background-color: @input-background-color;
|
background-color: @input-background-color;
|
||||||
border-radius: @component-border-radius;
|
border-radius: @component-border-radius;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
.selection .region { background-color: lighten(@input-background-color, 10%); }
|
.selection .region { background-color: lighten(@input-background-color, 10%); }
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor.editor-colors.mini.is-focused {
|
atom-text-editor[mini].is-focused {
|
||||||
.selection .region { background-color: lighten(@app-background-color, 5%); }
|
.selection .region { background-color: lighten(@app-background-color, 5%); }
|
||||||
transition: background-color 0.1s
|
transition: background-color 0.1s
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@
|
|||||||
to { background-color: null; }
|
to { background-color: null; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor .highlighted.selection .region {
|
atom-text-editor::shadow .highlighted.selection .region {
|
||||||
-webkit-animation-name: highlight;
|
-webkit-animation-name: highlight;
|
||||||
-webkit-animation-duration: 1s;
|
-webkit-animation-duration: 1s;
|
||||||
-webkit-animation-iteration-count: 1;
|
-webkit-animation-iteration-count: 1;
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
border-radius: @component-border-radius;
|
border-radius: @component-border-radius;
|
||||||
border: 1px solid @overlay-border-color;
|
border: 1px solid @overlay-border-color;
|
||||||
|
|
||||||
.editor {
|
atom-text-editor {
|
||||||
margin-bottom: @component-padding/2;
|
margin-bottom: @component-padding/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
|
|
||||||
.overlay {
|
.atom-panel.modal {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
background-color: @overlay-background-color;
|
background-color: @overlay-background-color;
|
||||||
padding: @component-padding;
|
padding: @component-padding;
|
||||||
border-radius: @component-border-radius;
|
border-radius: @component-border-radius;
|
||||||
|
|
||||||
.editor.mini {
|
atom-text-editor[mini] {
|
||||||
margin-bottom: @component-padding;
|
margin-bottom: @component-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-panel {
|
.atom-panel {
|
||||||
.text(normal);
|
.text(normal);
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: @tool-panel-background-color;
|
background-color: @tool-panel-background-color;
|
||||||
@ -20,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is-blurred {
|
.is-blurred {
|
||||||
.tool-panel,
|
.atom-panel,
|
||||||
.inset-panel {
|
.inset-panel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.panes {
|
atom-pane-container {
|
||||||
.pane {
|
atom-pane {
|
||||||
background-color: lighten(@app-background-color, 4%);
|
background-color: lighten(@app-background-color, 4%);
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@ -17,12 +17,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pane-row > * {
|
.atom-pane-axis.horizontal > * {
|
||||||
border-right: 1px solid @pane-item-border-color;
|
border-right: 1px solid @pane-item-border-color;
|
||||||
&:last-child { border-right: none; }
|
&:last-child { border-right: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.pane-column > * {
|
.atom-pane-axis.vertical > * {
|
||||||
border-bottom: 1px solid @pane-item-border-color;
|
border-bottom: 1px solid @pane-item-border-color;
|
||||||
&:last-child { border-bottom: none; }
|
&:last-child { border-bottom: none; }
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
|
|
||||||
.zen {
|
.zen {
|
||||||
.panes .pane {
|
atom-pane-container atom-pane {
|
||||||
background-color: @app-background-color;
|
background-color: @app-background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user