Skip to content

Commit 559b161

Browse files
committed
chore: associate SASS variable for chevron icon height/width
- to properly resize SVG, we should associate both height & width
1 parent cb8923c commit 559b161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
margin-right: 2px;
139139
}
140140
div.ms-icon-caret {
141-
font-size: var(--ms-chevron-icon-size, $ms-chevron-icon-size);
141+
height: var(--ms-chevron-icon-size, $ms-chevron-icon-size);
142+
width: var(--ms-chevron-icon-size, $ms-chevron-icon-size);
142143
&.open {
143144
transform: scaleY(-1);
144145
}

0 commit comments

Comments
 (0)