mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Let link have the cursor: pointer by default, and specify only for current
This commit is contained in:
@@ -20,7 +20,12 @@
|
||||
border-radius: 4px;
|
||||
color: $color-8;
|
||||
font-weight: 600;
|
||||
cursor: default;
|
||||
|
||||
&.current,
|
||||
&.disabled,
|
||||
&.gap {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&.current {
|
||||
background-color: $color-5;
|
||||
@@ -41,10 +46,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.disabled):not(.current) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:hover:not(.disabled):not(.gap) {
|
||||
background-color: $color-5;
|
||||
color: $white;
|
||||
|
||||
Reference in New Issue
Block a user