fix: on hover btn #descexpansionbutton cursor to pointer

This commit is contained in:
brackets0 2022-12-29 12:50:38 +00:00
parent 5160d8bae3
commit 4659e27b56

View File

@ -504,6 +504,10 @@ hr {
height: 100%;
}
#descexpansionbutton:hover {
cursor: pointer;
}
#descexpansionbutton ~ label {
order: 1;
margin-top: 20px;