Skip to content

Commit 3d1607f

Browse files
authored
Merge pull request #2533 from hashicorp/fix/dropdown-styles
Dropdown: make css selector more specific
2 parents a681630 + 94b7c03 commit 3d1607f

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)