CSS: display pointer cursor when hovering the "show more/less" toggle (#3518)

pull/2469/merge
Samantaz Fox 2 years ago
commit 927c37ce3e
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -509,6 +509,10 @@ hr {
margin-top: 20px;
}
label[for="descexpansionbutton"]:hover {
cursor: pointer;
}
/* Bidi (bidirectional text) support */
h1,
h2,

Loading…
Cancel
Save