1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

fix transparent hover background in pagination (#1203)

This commit is contained in:
Dave Heineman
2022-08-17 11:32:45 +02:00
committed by GitHub
parent 96dac4eb98
commit ea1d973dca

View File

@@ -5,15 +5,19 @@
.page-link {
min-width: 1.75rem;
border-radius: $border-radius;
&:hover {
background: transparent;
}
}
.page-item {
text-align: center;
&:not(.active) {
.page-link {
&:hover {
background: transparent;
}
}
}
&.page-prev,
&.page-next {
flex: 0 0 50%;