mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Update default.css
pointer on hover on label for descexpansionbutton
This commit is contained in:
parent
4659e27b56
commit
ed8f02ef01
@ -504,15 +504,15 @@ hr {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#descexpansionbutton:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#descexpansionbutton ~ label {
|
||||
order: 1;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
label[for="descexpansionbutton"]:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Bidi (bidirectional text) support */
|
||||
h1,
|
||||
h2,
|
||||
|
Loading…
Reference in New Issue
Block a user