Skip to content

Commit 6f84724

Browse files
committed
fix(ui): primary button has weird line of non-gradient color on right side
1 parent 83bfcb0 commit 6f84724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/scss/core/_bootstrap-overrides.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
.btn-primary {
208208
background: linear-gradient(135deg, lighten($primary-button-bg, 8%) 0%, $primary-button-bg 100%);
209209
border-color: transparent;
210+
border: 0;
210211
&:hover {
211212
background: linear-gradient(135deg, lighten($primary-button-hover-bg, 8%) 0%, $primary-button-hover-bg 100%);
212213
}

0 commit comments

Comments
 (0)