Browse Source

Fix button border issue (#15351)

tags/v1.14.0
silverwind 3 years ago
parent
commit
942b0360ad
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/less/_base.less

+ 1
- 1
web_src/less/_base.less 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 {

Loading…
Cancel
Save