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:
parent
8673252106
commit
cf0b0c4318
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user