mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Remove white background from dots
This commit is contained in:
@@ -39,10 +39,16 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
&:hover:not(.disabled):not(.gap) {
|
||||
background-color: $color-5;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&.gap {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user