diff options
| author | louismaximepiton <[email protected]> | 2023-07-17 12:08:24 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-07-23 21:41:43 -0700 |
| commit | cc5a8a903612e9c0de92238ac17dcb083efce138 (patch) | |
| tree | 1ac510850d34ad28e4531eb0880db1d86a9f52f0 /scss/forms | |
| parent | ea21de16740d8eb4f1bdccbb7db8860d8ba36c7a (diff) | |
| download | bootstrap-cc5a8a903612e9c0de92238ac17dcb083efce138.tar.xz bootstrap-cc5a8a903612e9c0de92238ac17dcb083efce138.zip | |
fix
Diffstat (limited to 'scss/forms')
| -rw-r--r-- | scss/forms/_floating-labels.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/forms/_floating-labels.scss b/scss/forms/_floating-labels.scss index 3ca4264d7..2cf04704d 100644 --- a/scss/forms/_floating-labels.scss +++ b/scss/forms/_floating-labels.scss @@ -84,7 +84,8 @@ } } - > :disabled ~ label { + > :disabled ~ label, + > .form-control:disabled ~ label { // Required for `.form-control`s because of specificity color: $form-floating-label-disabled-color; &::after { |
