mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: <details> should expand when supported by the browser
This commit is contained in:
@@ -22,6 +22,10 @@ summary:before {
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
details[open] > * {
|
||||
display: block;
|
||||
}
|
||||
|
||||
details[open] > summary:before,
|
||||
details.open > summary:before {
|
||||
content: '\25BC';
|
||||
|
||||
Reference in New Issue
Block a user