add hover on filter selectors to indicate the clickable area

This commit is contained in:
tophf 2017-11-26 20:36:43 +03:00
parent 77a07b7f2b
commit 4fd25f9e1a

View File

@ -595,6 +595,10 @@ fieldset > *:not(legend) {
align-items: center;
}
fieldset > label:hover {
background-color: hsla(0, 0%, 50%, .1);
}
#filters {
border: 1px solid transparent;
}