mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
fix: on hover btn #descexpansionbutton cursor to pointer
This commit is contained in:
parent
5160d8bae3
commit
4659e27b56
1 changed files with 4 additions and 0 deletions
|
@ -504,6 +504,10 @@ hr {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#descexpansionbutton:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#descexpansionbutton ~ label {
|
||||
order: 1;
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Reference in a new issue