Broaden selector to handle wrapped links/buttons (#2118)

Fixes #2116
- When buttons or links with icons are wrapped,
let the styling set margin and size properly;
This commit is contained in:
Charles Hacskaylo 2018-07-17 17:07:42 -07:00 committed by Pete Richards
parent 4a046b3eea
commit cc22fd4e9d

View File

@ -66,7 +66,8 @@ mct-indicators mct-include {
} }
} }
> [class*='icon-'] { [class*='icon-'] {
// If any elements within label include the class 'icon-*' then deal with their :before's
&:before { &:before {
font-size: 0.8em; font-size: 0.8em;
margin-right: $interiorMarginSm; margin-right: $interiorMarginSm;