Skip to content

Commit

Permalink
XWIKI-22677: Better visuals for pagination
Browse files Browse the repository at this point in the history
* Updated styles to better fit the design.
  • Loading branch information
Sereza7 committed Feb 11, 2025
1 parent 8439d9d commit 8b87d45
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ export default {
display: flex;
width: 100%;
gap: 2em;
max-height: @target-size-minimum + 6px;
align-items: baseline;
}

Expand All @@ -343,6 +342,7 @@ export default {
color: inherit;
background-color: transparent;
border-color: transparent;
min-height: 30px;
}

.livedata-pagination .page-nav.current {
Expand Down Expand Up @@ -374,7 +374,6 @@ export default {
}

.livedata-pagination .pagination-page-size select {
height: unset;
padding: 2px 4px;
}

Expand Down

0 comments on commit 8b87d45

Please sign in to comment.