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 2eabfde commit e867934Copy full SHA for e867934
.changeset/short-flies-tie.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+drop !important from details styling
src/base/base.scss
@@ -100,7 +100,7 @@ details {
100
&:not([open]) {
101
// Set details content hidden by default for browsers that don't do this
102
> *:not(summary) {
103
- display: none !important;
+ display: none;
104
}
105
106
0 commit comments