diff options
| author | Florian Lacreuse <[email protected]> | 2022-08-31 16:17:58 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-08-31 18:17:41 -0700 |
| commit | 2f3aec819ae7bd04c00cc55fee977d12e11a46c6 (patch) | |
| tree | 22dd4fcedee9936adab1e9c621e2478e05691daa /scss/forms/_input-group.scss | |
| parent | ebbed79df7bb4735894f31bc558377a531c93710 (diff) | |
| download | bootstrap-2f3aec819ae7bd04c00cc55fee977d12e11a46c6.tar.xz bootstrap-2f3aec819ae7bd04c00cc55fee977d12e11a46c6.zip | |
Fix input group z-index focus + validation
Diffstat (limited to 'scss/forms/_input-group.scss')
| -rw-r--r-- | scss/forms/_input-group.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/forms/_input-group.scss b/scss/forms/_input-group.scss index 813679f0c..247f74a7a 100644 --- a/scss/forms/_input-group.scss +++ b/scss/forms/_input-group.scss @@ -22,7 +22,7 @@ > .form-control:focus, > .form-select:focus, > .form-floating:focus-within { - z-index: 3; + z-index: 5; } // Ensure buttons are always above inputs for more visually pleasing borders. @@ -33,7 +33,7 @@ z-index: 2; &:focus { - z-index: 3; + z-index: 5; } } } |
