Highlight elevation level on mouse hover

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:32 -07:00
parent c81af0c995
commit e1ae5a095b

View File

@ -540,6 +540,11 @@ input#content-visibility-toggle {
user-select: none; user-select: none;
} }
.select-elevation input:not(:checked)+label:hover {
border: 1px solid orangered;
border-radius: 3px;
}
.select-elevation input { .select-elevation input {
display: none; display: none;
} }