Skip to content

Commit

Permalink
Fix incorrect border width
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 29, 2025
1 parent 7519afd commit cec920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scss/components/_row-selection-controller.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
border: none;
box-shadow:
var(--form-input-glow),
inset 0 0 0 0.125rem var(--input-border);
inset 0 0 0 var(--jenkins-border-width) var(--input-border);
border-radius: 6px;
transition: var(--standard-transition);
cursor: pointer;
Expand Down

0 comments on commit cec920b

Please sign in to comment.