Update default.css

pointer on hover on label for descexpansionbutton
This commit is contained in:
Brackets 2023-01-07 18:31:42 +01:00 committed by GitHub
parent 4659e27b56
commit ed8f02ef01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -504,15 +504,15 @@ hr {
height: 100%; height: 100%;
} }
#descexpansionbutton:hover {
cursor: pointer;
}
#descexpansionbutton ~ label { #descexpansionbutton ~ label {
order: 1; order: 1;
margin-top: 20px; margin-top: 20px;
} }
label[for="descexpansionbutton"]:hover {
cursor: pointer;
}
/* Bidi (bidirectional text) support */ /* Bidi (bidirectional text) support */
h1, h1,
h2, h2,