Skip to content

Commit

Permalink
fix(link): Incorrect selector for icon in link (#UIM-158) (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lskramarov authored and pimenovoleg committed Sep 17, 2019
1 parent 6dba625 commit 7572f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/mosaic-dev/dropdown/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h5>Additional info</h5>
<button mc-dropdown-item disabled>Disabled</button>
<button mc-dropdown-item>Point 2</button>
<a href="https://google.com" class="mc-link mc-link_underlined" mc-dropdown-item>
<i mc-icon class="mc-link__icon mc-icons mc-search_16"></i>
<span class="mc-link__text">Link</span>
</a>
<button mc-dropdown-item>Point 3</button>
Expand Down
2 changes: 1 addition & 1 deletion packages/mosaic/link/_link-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
outline-offset: 2px;
}

& > .mc-link__icon {
& .mc-link__icon {
color: inherit;
}

Expand Down

0 comments on commit 7572f89

Please sign in to comment.