_custom-forms.scss: fix order of attributes (#36231)

This commit is contained in:
Wladyslaw Dudko 2022-05-14 20:37:08 +02:00 committed by GitHub
parent d36b1a46cf
commit d9481ee054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}