Use a pointer cursor when hovering over <summary>
This commit is contained in:
parent
bed649194c
commit
7869104dfc
|
@ -41,6 +41,7 @@ details[open] {
|
|||
}
|
||||
summary:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in New Issue