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