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

View File

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