forked from midou/invidious
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