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

This commit is contained in:
Samantaz Fox 2023-01-08 19:07:08 +01:00
commit 927c37ce3e
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 4 additions and 0 deletions

View File

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