Skip to content

Commit

Permalink
fix: correct style for ... (space) in pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Jun 1, 2024
1 parent 9856038 commit 7c9d417
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/scss/kr-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1319,14 +1319,15 @@ body.scroll-down.nav-up #kratos-desktop-topnav {
color: #626262;
}

> span.page-number,
> a:hover {
.current,
a:hover {
background-color: #51aded;
color: #fff !important;
}

.page-number,
.extend {
.extend,
.space {
min-width: 36px;
height: 36px;
display: inline-flex;
Expand Down

1 comment on commit 7c9d417

@ArcticLampyrid
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

指这个东西

Please sign in to comment.