1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix button border issue (#15351)

This commit is contained in:
silverwind 2021-04-09 05:38:06 +02:00 committed by GitHub
parent 1ec4913add
commit 942b0360ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {