adds back CSS hiding disabled prev/next for similar pagination components

This commit is contained in:
Marin @Home
2025-11-12 20:20:27 -05:00
committed by Maikel Linke
parent c9418c52e4
commit 2334a695a8

View File

@@ -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;