Browse Source

Fix button border issue (#15351)

tags/v1.14.0
silverwind 4 years ago committed by GitHub
parent
commit
942b0360ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/_base.less

2
web_src/less/_base.less

@ -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