]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_custom-forms.scss: fix order of attributes (#36231)
authorWladyslaw Dudko <wladyslaw@jellinek.pl>
Sat, 14 May 2022 18:37:08 +0000 (20:37 +0200)
committerGitHub <noreply@github.com>
Sat, 14 May 2022 18:37:08 +0000 (21:37 +0300)
scss/_custom-forms.scss

index b3db8c48fa914568d3581f9a984eca5d354495d3..35d69911a437f066172c3dbaab95160058621035 100644 (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);
   }