Skip to content

Commit 7c2fd07

Browse files
committed
chore(clear button): remove declaration + unnecessary stylelint
1 parent e53c3f7 commit 7c2fd07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/clearbutton/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,8 @@
6969
&.spectrum-ClearButton--staticWhite {
7070
--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color);
7171
}
72-
73-
&.spectrum-ClearButton--staticBlack {
74-
--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-black-content-color);
75-
}
7672
}
7773

78-
/* stylelint-disable-next-line no-duplicate-selectors */
7974
.spectrum-ClearButton {
8075
block-size: var(--mod-clear-button-height, var(--spectrum-clear-button-height));
8176
inline-size: var(--mod-clear-button-width, var(--spectrum-clear-button-width));

0 commit comments

Comments
 (0)