Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 8ec280a

Browse files
committed
Color inherited class yellow
1 parent a0db4f3 commit 8ec280a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

styles/syntax/typescript.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
}
66
}
77

8-
.syntax--entity.syntax--name.syntax--type {
9-
color: @yellow;
8+
.syntax--entity {
9+
&.syntax--name.syntax--type {
10+
color: @yellow;
11+
}
12+
13+
&.syntax--inherited-class {
14+
color: @yellow;
15+
}
1016
}
1117

1218
.syntax--support.syntax--type {

0 commit comments

Comments
 (0)