Skip to content

Commit

Permalink
Style selected autocomplete tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed May 4, 2018
1 parent 5707ca4 commit b046886
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/autocomplete/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@
@include button-style__hover;
}
}

.autocomplete-token[data-mce-selected='1'] {
background-color: $blue-medium-highlight;
}

0 comments on commit b046886

Please sign in to comment.