Skip to content

Commit

Permalink
Merge pull request #357 from rackerlabs/surf-1281-selected-choice-til…
Browse files Browse the repository at this point in the history
…e-icon

fix(choice-tiles): icon color when selected styles added
  • Loading branch information
CITguy authored Oct 16, 2018
2 parents 80c6682 + a741167 commit fecbcbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/helix-ui/styles/components/choice-tiles.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ label.hxChoice > input:checked + hx-tile {
border-color: @cyan-900;
color: @cyan-900;

.hx-tile-icon {
color: @cyan-900;
}

> p {
color: @gray-900;
}
Expand Down

0 comments on commit fecbcbd

Please sign in to comment.