Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10389 from sprintr/highlight-css-hints
Browse files Browse the repository at this point in the history
Highlight matched hints
  • Loading branch information
redmunds committed Jan 16, 2015
2 parents c825d59 + 8d474ea commit a3068fa
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -24,3 +24,7 @@
.brackets-css-hints .matched-hint {
font-weight: 500;
}

.dark .brackets-css-hints .matched-hint {
color: #ccc;
}

0 comments on commit a3068fa

Please sign in to comment.