Skip to content

Commit

Permalink
Merge 94768c5 into 1a91e5b
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm authored Nov 14, 2022
2 parents 1a91e5b + 94768c5 commit a6d895e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
&-link {
background-color: transparent;
border-color: transparent;
padding: 0;

&:focus,
&:hover {
Expand All @@ -128,6 +129,10 @@
}
}

&-link {
color: @button-primary-background-color;
}

&-danger {
color: @button-danger-color;
border-color: @button-danger-color;
Expand Down Expand Up @@ -256,7 +261,7 @@
&:hover,
&:focus,
&:active {
background-color: @button-background-color;
background-color: transparent;
border-color: transparent;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
list-style: none;
outline: none;
user-select: none;
background-color: @pagination-background-color;

&-sm {
.pagination-size(@pagination-font-size-sm, @pagination-item-padding-sm, @pagination-item-content-size-sm);
Expand Down Expand Up @@ -74,6 +73,7 @@

&-item {
cursor: pointer;
line-height: 1;
transition: color var(--ix-transition-duration-fast);

&-content {
Expand Down

0 comments on commit a6d895e

Please sign in to comment.