Skip to content

Commit b0e5d4d

Browse files
committed
fix: CSS class name typo for caret/close icon
1 parent a24b4f4 commit b0e5d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/multiple-select-vanilla/src/styles/multiple-select.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
color: var(--ms-placeholder-color, v.$ms-placeholder-color);
140140
}
141141
}
142-
dims-icon-close {
142+
.ms-icon-close {
143143
margin-right: 2px;
144144
}
145-
dims-icon-caret {
145+
.ms-icon-caret {
146146
height: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
147147
width: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
148148
&.open {

0 commit comments

Comments
 (0)