summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_pagination.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_pagination.scss')
-rw-r--r--src/assets/styles/bmc/custom/_pagination.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/custom/_pagination.scss b/src/assets/styles/bmc/custom/_pagination.scss
index d38ce5d2..bce593ef 100644
--- a/src/assets/styles/bmc/custom/_pagination.scss
+++ b/src/assets/styles/bmc/custom/_pagination.scss
@@ -15,10 +15,20 @@
@include media-breakpoint-up(sm) {
justify-content: flex-end;
}
+
+ .page-link {
+ border: transparent;
+ &:hover {
+ background-color: transparent;
+ }
+ &:focus {
+ box-shadow: none;
+ }
+ }
.page-item.active button {
color: theme-color("dark");
background-color: color("white");
- border-color: $border-color;
+ border-color: transparent;
box-shadow: inset 0px -3px theme-color("primary");
}
} \ No newline at end of file