change filter show/hide style
This commit is contained in:
parent
2623eb310c
commit
9628c5a8f8
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ summary::after {
|
|||
summary::after { content: 'show'; }
|
||||
[open] summary::after { content: 'hide'; }
|
||||
|
||||
#filters-details {
|
||||
summary::after { content: none; }
|
||||
summary h2::before { content: 'show '; }
|
||||
&[open] summary h2::before { content: 'hide '; }
|
||||
}
|
||||
|
||||
|
||||
dt {
|
||||
font-size: 120%;
|
||||
|
|
Loading…
Add table
Reference in a new issue