mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-06 07:29:16 +00:00
Add hover state to filters button with darker background
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user