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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user