mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
adds back CSS hiding disabled prev/next for similar pagination components
This commit is contained in:
committed by
Maikel Linke
parent
c9418c52e4
commit
2334a695a8
@@ -39,6 +39,10 @@
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.prev {
|
||||
margin-right: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers
|
||||
& > i {
|
||||
@@ -53,7 +57,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:hover:not(.gap),
|
||||
&:hover:not(.gap):not(.disabled),
|
||||
&[href]:hover {
|
||||
background-color: $color-5;
|
||||
color: $white;
|
||||
|
||||
Reference in New Issue
Block a user