Skip to content

Commit

Permalink
_custom-forms.scss: fix order of attributes (#36231)
Browse files Browse the repository at this point in the history
  • Loading branch information
twin-elements authored May 14, 2022
1 parent d36b1a4 commit d9481ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
pointer-events: none;
content: "";
background-color: $custom-control-indicator-bg;
border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
border: $custom-control-indicator-border-width solid $custom-control-indicator-border-color;
@include box-shadow($custom-control-indicator-box-shadow);
}

Expand Down

0 comments on commit d9481ee

Please sign in to comment.