Skip to content

Commit

Permalink
fix(link-with-icon): add additional dependency host selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Aug 5, 2021
1 parent eb09b1e commit 8e0a4ae
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@
}
}

:host(#{$dds-prefix}-callout-link-with-icon),
:host(#{$dds-prefix}-card-cta-footer),
:host(#{$dds-prefix}-link-with-icon),
:host(#{$dds-prefix}-link-list-item) {
:host(#{$dds-prefix}-link-list-item),
:host(#{$dds-prefix}-link-list-item-cta),
:host(#{$dds-prefix}-text-cta) {
.#{$prefix}--link-with-icon.#{$prefix}--link-with-icon--inline-icon {
display: inline-block;

Expand Down

0 comments on commit 8e0a4ae

Please sign in to comment.