mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:35:38 -04:00
CSS: display pointer cursor when hovering the "show more/less" toggle (#3518)
This commit is contained in:
commit
927c37ce3e
@ -509,6 +509,10 @@ hr {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[for="descexpansionbutton"]:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bidi (bidirectional text) support */
|
/* Bidi (bidirectional text) support */
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
Loading…
Reference in New Issue
Block a user