Skip to content

Commit

Permalink
fix: fix button style effect
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Aug 11, 2023
1 parent e98d155 commit c7d17ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/style/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
margin-left: var(--td-comp-margin-s);
}

.t-transfer,
.t-jumper,
.t-pagination-mini {
.t-button + .t-button {
margin-left: 0;
}
}

.t-jumper {
.t-button + .t-button {
margin-left: 0;
}
}

.@{starter-prefix}-link {
color: var(--td-brand-color);
text-decoration: none;
Expand Down

0 comments on commit c7d17ae

Please sign in to comment.