Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 6713f1c

Browse files
authored
Merge pull request #68 from NodeJoSe/patch-1
Update angularjs.less deprecated selectors
2 parents ce2aad2 + 0129e67 commit 6713f1c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

styles/angularjs.less

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
// for a full listing of what's available.
55
@import "ui-variables";
66

7-
atom-text-editor,
8-
atom-text-editor::shadow {
9-
.entity.name.tag.block.any.html.angular,
10-
.entity.other.attribute-name.html.angular {
7+
atom-text-editor {
8+
.syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular,
9+
.syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular {
1110
color: @text-color-warning;
1211
}
1312

14-
.punctuation.definition.block.begin.angular,
15-
.punctuation.definition.block.end.angular {
13+
.syntax--punctuation.syntax--definition.syntax--block.syntax--begin.syntax--angular,
14+
.syntax--punctuation.syntax--definition.syntax--block.syntax--end.syntax--angular {
1615
color: @text-color-success;
1716
}
1817
}

0 commit comments

Comments
 (0)