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 a24b4f4 commit b0e5d4dCopy full SHA for b0e5d4d
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
- dims-icon-close {
+ .ms-icon-close {
143
margin-right: 2px;
144
145
- dims-icon-caret {
+ .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