Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 145f18c

Browse files
committed
fix(accordion): support svg in dark mode
1 parent 1c2cf58 commit 145f18c

File tree

5 files changed

+98
-98
lines changed

5 files changed

+98
-98
lines changed

dist/accordion/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ul.accordion--large summary.details__summary {
4242

4343
ul.accordion details svg.details__expand,
4444
ul.accordion details[open] svg.details__collapse {
45-
display: block;
45+
display: inline-block;
4646
}
4747

4848
ul.accordion details svg.details__collapse,

0 commit comments

Comments
 (0)