Fix button border issue (#15350)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind 2021-04-09 02:52:32 +02:00 committed by GitHub
parent c03e488e14
commit 9a2553920f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ a.ui.label:hover {
}
.ui.buttons .button:first-child {
border-left: 1px solid var(--color-secondary);
border-left: 1px solid var(--color-light-border);
}
.ui.buttons .button + .button {