Skip to content

Commit

Permalink
Revert "Revert "Added rules for CSS pseudo-classes and pseudo-element…
Browse files Browse the repository at this point in the history
…s.""

This reverts commit 4277cbb.
  • Loading branch information
cliambrown committed Mar 2, 2016
1 parent 4277cbb commit f83fcf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ atom-text-editor .search-results .marker.current-result .region,
&.id {
color: @green;
}
&.pseudo-element,
&.pseudo-class {
color: @indigo;
}
}
}

Expand Down

0 comments on commit f83fcf2

Please sign in to comment.