Transform deprecated shadow DOM selectors in StyleManager

This commit is contained in:
Antonio Scandurra
2016-10-04 11:22:41 +02:00
parent 92a3c2f4b2
commit 80fc448b8d
8 changed files with 133 additions and 152 deletions

View File

@@ -122,12 +122,12 @@ atom-text-editor {
.line {
white-space: pre;
&.cursor-line .syntax--fold-marker::after {
&.cursor-line .fold-marker::after {
opacity: 1;
}
}
.syntax--fold-marker {
.fold-marker {
cursor: default;
&::after {
@@ -143,12 +143,12 @@ atom-text-editor {
color: @text-color-subtle;
}
.syntax--invisible-character {
.invisible-character {
font-weight: normal !important;
font-style: normal !important;
}
.syntax--indent-guide {
.indent-guide {
display: inline-block;
box-shadow: inset 1px 0;
}