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 {
|
summary:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in New Issue