Hide handle when details are open
This commit is contained in:
parent
37e9c5461c
commit
169f8bc1bd
1 changed files with 8 additions and 0 deletions
|
|
@ -310,4 +310,12 @@ details.tree {
|
|||
|
||||
.handle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
details[open] {
|
||||
summary {
|
||||
.handle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue