Hide handle when details are open
Some checks failed
/ Run tests (push) Successful in 1m38s
/ Run system tests (push) Failing after 1m52s
/ Build, push and deploy image (push) Successful in 1m21s

This commit is contained in:
david 2024-11-11 06:07:07 +01:00
parent 37e9c5461c
commit 169f8bc1bd

View file

@ -310,4 +310,12 @@ details.tree {
.handle {
cursor: move;
}
details[open] {
summary {
.handle {
display: none;
}
}
}