app/assets/stylesheets/koi/components/_pagy.scss in katalyst-koi-4.4.1 vs app/assets/stylesheets/koi/components/_pagy.scss in katalyst-koi-4.5.0.beta.1
- old
+ new
@@ -26,15 +26,15 @@
&.next {
padding-left: 1rem;
}
}
- .active {
+ .page.active a {
@include button-outline;
pointer-events: none;
}
- .disabled {
+ .page.disabled a {
pointer-events: none;
color: var(--site-disabled);
font-weight: 500;
}
}