Skip to content

Commit 942b036

Browse files
authored
Fix button border issue (#15351)
1 parent 1ec4913 commit 942b036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ a.ui.label:hover {
15611561
}
15621562

15631563
.ui.buttons .button:first-child {
1564-
border-left: 1px solid var(--color-secondary);
1564+
border-left: 1px solid var(--color-light-border);
15651565
}
15661566

15671567
.ui.buttons .button + .button {

0 commit comments

Comments
 (0)