add hover on filter selectors to indicate the clickable area
This commit is contained in:
parent
77a07b7f2b
commit
4fd25f9e1a
|
@ -595,6 +595,10 @@ fieldset > *:not(legend) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset > label:hover {
|
||||||
|
background-color: hsla(0, 0%, 50%, .1);
|
||||||
|
}
|
||||||
|
|
||||||
#filters {
|
#filters {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user