From de7e828472c12432b9957b476aaf68a6ebe74b7f Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Thu, 24 Oct 2024 10:08:35 -0400 Subject: [PATCH] fix: add missing div selector in previous CSS class name typo 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 --- .../multiple-select-vanilla/src/styles/multiple-select.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/multiple-select-vanilla/src/styles/multiple-select.scss b/packages/multiple-select-vanilla/src/styles/multiple-select.scss index d65860b7..eea49394 100644 --- a/packages/multiple-select-vanilla/src/styles/multiple-select.scss +++ b/packages/multiple-select-vanilla/src/styles/multiple-select.scss @@ -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 {