Update default.css

pointer on hover on label for descexpansionbutton
pull/3518/head
Brackets 2023-01-07 18:31:42 +01:00 zatwierdzone przez GitHub
rodzic 4659e27b56
commit ed8f02ef01
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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,