From: Wladyslaw Dudko Date: Sat, 14 May 2022 18:37:08 +0000 (+0200) Subject: _custom-forms.scss: fix order of attributes (#36231) X-Git-Tag: v4.6.2~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9481ee0543935bd4065d44b030b782e3fcce510;p=thirdparty%2Fbootstrap.git _custom-forms.scss: fix order of attributes (#36231) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index b3db8c48fa..35d69911a4 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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); }