mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
_custom-forms.scss: fix order of attributes (#36231)
This commit is contained in:
parent
d36b1a46cf
commit
d9481ee054
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user