mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: <details> should expand when supported by the browser
This commit is contained in:
parent
8e50f0de6a
commit
fe000cd9c2
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ summary:before {
|
|||
margin-right: .25em;
|
||||
}
|
||||
|
||||
details[open] > * {
|
||||
display: block;
|
||||
}
|
||||
|
||||
details[open] > summary:before,
|
||||
details.open > summary:before {
|
||||
content: '\25BC';
|
||||
|
|
Loading…
Reference in a new issue