mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
CSS: display pointer cursor when hovering the "show more/less" toggle (#3518)
This commit is contained in:
commit
927c37ce3e
1 changed files with 4 additions and 0 deletions
|
@ -509,6 +509,10 @@ hr {
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
label[for="descexpansionbutton"]:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Bidi (bidirectional text) support */
|
||||
h1,
|
||||
h2,
|
||||
|
|
Loading…
Reference in a new issue