1
1
mirror of https://github.com/primer/css.git synced 2024-12-22 21:51:39 +03:00

remove details display:none reset

This commit is contained in:
Keith Cirkel 2024-03-21 09:41:13 +00:00 committed by GitHub
parent 8673252106
commit cf0b0c4318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,13 +96,6 @@ details {
summary {
cursor: pointer;
}
&:not([open]) {
// Set details content hidden by default for browsers that don't do this
> *:not(summary) {
display: none !important;
}
}
}
// global focus styles