mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
fix: on hover btn #descexpansionbutton cursor to pointer
This commit is contained in:
@@ -504,6 +504,10 @@ hr {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#descexpansionbutton:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#descexpansionbutton ~ label {
|
#descexpansionbutton ~ label {
|
||||||
order: 1;
|
order: 1;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
Reference in New Issue
Block a user