diff options
| author | Mark Otto <[email protected]> | 2018-07-14 16:27:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-14 21:10:45 -0700 |
| commit | 2d8422f5f5147fafd20f2a48b60fcbccb280ac14 (patch) | |
| tree | ceb286041b63e9e3b33533f11f55d927edc30d9b | |
| parent | 52813f4bc81241c091a801fc23be982b56b15238 (diff) | |
| download | bootstrap-2d8422f5f5147fafd20f2a48b60fcbccb280ac14.tar.xz bootstrap-2d8422f5f5147fafd20f2a48b60fcbccb280ac14.zip | |
fixes #26579
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 3db995e01..7258e9d6e 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -129,7 +129,7 @@ ~ .custom-file-label { border-color: $color; - &::before { border-color: inherit; } + &::after { border-color: inherit; } } ~ .#{$state}-feedback, |
