fix: fix button style effect (#586)

This commit is contained in:
wū yāng 2023-08-11 16:19:24 +08:00 committed by GitHub
parent e98d1555d0
commit 1ce4f1c4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,18 +10,14 @@
margin-left: var(--td-comp-margin-s); margin-left: var(--td-comp-margin-s);
} }
.t-transfer,
.t-jumper,
.t-pagination-mini { .t-pagination-mini {
.t-button + .t-button { .t-button + .t-button {
margin-left: 0; margin-left: 0;
} }
} }
.t-jumper {
.t-button + .t-button {
margin-left: 0;
}
}
.@{starter-prefix}-link { .@{starter-prefix}-link {
color: var(--td-brand-color); color: var(--td-brand-color);
text-decoration: none; text-decoration: none;