Skip to content

Commit 94b7c03

Browse files
author
shleewhite
committed
fix: make css selector more specific
1 parent a681630 commit 94b7c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/styles/components/dropdown.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $hds-dropdown-toggle-border-radius: $hds-button-border-radius;
138138
padding-right: 0.375rem;
139139

140140
// For small variant with chevron, force the icon size to custom (even if the SGV size is `16px`)
141-
.hds-icon {
141+
.hds-dropdown-toggle-chevron .hds-icon {
142142
width: 12px;
143143
height: 12px;
144144
}

0 commit comments

Comments
 (0)