We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb377c commit 7e62532Copy full SHA for 7e62532
.changeset/slow-rabbits-hunt.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+drop “display: none” from details element contents styling
src/base/base.scss
@@ -96,13 +96,6 @@ details {
96
summary {
97
cursor: pointer;
98
}
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
106
107
108
// global focus styles
0 commit comments