forked from rDrama/rDrama
1
0
Fork 0

pointer for details only when not open

master
Aevann 2024-02-13 23:27:57 +02:00
parent 93ca97e01b
commit aef2d30f2c
1 changed files with 4 additions and 1 deletions

View File

@ -7677,7 +7677,10 @@ blink {
details {
margin-bottom: 1rem;
cursor: pointer;
}
details:not([open]) {
cursor: pointer
}
thead {