Skip to content

Commit fecbcbd

Browse files
authored
Merge pull request #357 from rackerlabs/surf-1281-selected-choice-tile-icon
fix(choice-tiles): icon color when selected styles added
2 parents 80c6682 + a741167 commit fecbcbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/helix-ui/styles/components/choice-tiles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ label.hxChoice > input:checked + hx-tile {
6868
border-color: @cyan-900;
6969
color: @cyan-900;
7070

71+
.hx-tile-icon {
72+
color: @cyan-900;
73+
}
74+
7175
> p {
7276
color: @gray-900;
7377
}

0 commit comments

Comments
 (0)