Highlight elevation level on mouse hover

This commit is contained in:
Catalin Constantin Mititiuc 2024-07-10 21:08:05 -07:00
parent 0368c8e962
commit 9c200873d6

View File

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