Skip to content

Commit

Permalink
fix: add missing div selector in previous CSS class name typo (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 24, 2024
1 parent cc147e0 commit 1459f35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
color: var(--ms-placeholder-color, v.$ms-placeholder-color);
}
}
.ms-icon-close {
div.ms-icon-close {
margin-right: 2px;
}
.ms-icon-caret {
div.ms-icon-caret {
height: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
width: var(--ms-chevron-icon-size, v.$ms-chevron-icon-size);
&.open {
Expand Down

0 comments on commit 1459f35

Please sign in to comment.