Highlight elevation level on mouse hover
This commit is contained in:
parent
0368c8e962
commit
9c200873d6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user