We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ebb08 commit aa18654Copy full SHA for aa18654
1 file changed
packages/components/src/theme/theme-spectrum/theme-spectrum-overrides.css
@@ -24,6 +24,11 @@ svg[class*='spectrum-Textfield-validationIcon'] {
24
box-sizing: content-box;
25
}
26
27
+svg[class*='spectrum-Accordion-itemIndicator'] {
28
+ /* set as border-box by reboot, but spectrum expects this to be content-box */
29
+ box-sizing: content-box;
30
+}
31
+
32
.svg-inline--fa[class*='spectrum-Icon--sizeS'] {
33
/*
34
Resize fontawesome icons used inside a spectrum icon wrapper to match
0 commit comments