We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc147e0 commit 1459f35Copy full SHA for 1459f35
packages/multiple-select-vanilla/src/styles/multiple-select.scss
@@ -139,10 +139,10 @@
139
color: var(--ms-placeholder-color, v.$ms-placeholder-color);
140
}
141
142
- .ms-icon-close {
+ div.ms-icon-close {
143
margin-right: 2px;
144
145
- .ms-icon-caret {
+ div.ms-icon-caret {
146
height: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
147
width: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
148
&.open {
0 commit comments