Skip to content

Commit

Permalink
fix: add missing div selector in previous CSS class name typo
Browse files Browse the repository at this point in the history
in a previous commit b0e5d4d that fixed a typo introduced in PR #308, it actually only fixed the typo but in reality the typo was caused by a search & replace text and the `div.ms-icon-x` ended up dropping the `div.`, so we should probably add the div selector back
  • Loading branch information
ghiscoding authored Oct 24, 2024
1 parent cc147e0 commit de7e828
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 de7e828

Please sign in to comment.