1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

_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

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