Skip to content

Commit

Permalink
UTRC-356: Fix/Uncolor Icon List Links
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Sep 27, 2021
1 parent 7474f9f commit 4c014d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ Styleguide Trumps.Scopes.IconList

list-style: none;
}

.s-icon-list li {
@extend %x-truncate--one-line;
}
.s-icon-list a {
color: inherit;
}

.s-icon-list .icon {
vertical-align: middle;

Expand Down

0 comments on commit 4c014d5

Please sign in to comment.