Skip to content

Commit

Permalink
fix(ui/pagination): fix icon size style is not effective
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Oct 9, 2021
1 parent 0930890 commit 520b93d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/varlet-ui/src/pagination/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

.var-pagination {
display: flex;
align-items: center;
list-style: none;
margin: 0;
font-size: var(--pagination-font-size);
Expand Down Expand Up @@ -109,6 +110,8 @@
margin: var(--pagination-item-margin);

&-open {
display: flex;
align-items: center;
cursor: pointer;
}
}
Expand Down Expand Up @@ -153,7 +156,7 @@
}
}

&__size-open-icon {
&__size-open-icon[var-pagination-cover] {
font-size: inherit;
}

Expand Down

0 comments on commit 520b93d

Please sign in to comment.