Skip to content

Commit 62952f8

Browse files
Drop “display: none” from details element contents styling
Fixes #2592
1 parent b928b38 commit 62952f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/base/base.scss

-7
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ details {
9696
summary {
9797
cursor: pointer;
9898
}
99-
100-
&:not([open]) {
101-
// Set details content hidden by default for browsers that don't do this
102-
> *:not(summary) {
103-
display: none;
104-
}
105-
}
10699
}
107100

108101
// global focus styles

0 commit comments

Comments
 (0)