Skip to content

Commit

Permalink
fix(tile): ensure checkmark has background (carbon-design-system#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and marijohannessen committed Nov 14, 2017
1 parent 9811d93 commit b04f3f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/tile/_tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
opacity: 0;

svg {
border-radius: 50%;
background-color: rgba($ui-01, .25);
fill: rgba($brand-01, .25);
}
}
Expand Down Expand Up @@ -152,6 +154,7 @@

& + .bx--tile__checkmark svg {
fill: $brand-01;
background-color: $ui-01;
}
}

Expand Down

0 comments on commit b04f3f1

Please sign in to comment.