Skip to content

Commit

Permalink
fix: added possibility for further entries (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 15, 2025
1 parent 65b6532 commit dcfecca
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,38 @@
[aria-selected="true"]
) {
@include set-top(6);

&
~ li:not(
[aria-current="page"],
[aria-selected="true"]
) {
@include set-top(7);

&
~ li:not(
[aria-current="page"],
[aria-selected="true"]
) {
@include set-top(8);

&
~ li:not(
[aria-current="page"],
[aria-selected="true"]
) {
@include set-top(9);

&
~ li:not(
[aria-current="page"],
[aria-selected="true"]
) {
@include set-top(10);
}
}
}
}
}
}
}
Expand Down

0 comments on commit dcfecca

Please sign in to comment.