mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-30 02:48:26 +00: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;
|
||||
}
|
||||
|
||||
label[for="descexpansionbutton"]:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Bidi (bidirectional text) support */
|
||||
h1,
|
||||
h2,
|
||||
|
Loading…
Reference in New Issue
Block a user