Add hover state to filters button with darker background

This commit is contained in:
Matt-Yorkley
2020-05-02 11:02:21 +02:00
parent 5ceaff24e9
commit e0cb514cad

View File

@@ -47,6 +47,11 @@
padding: 0;
font-size: 1em;
border-radius: $radius-small;
transition: none;
&:hover {
background-color: $grey-700;
}
@include breakpoint(mobile) {
margin-left: 0.75em;