From 2f3aec819ae7bd04c00cc55fee977d12e11a46c6 Mon Sep 17 00:00:00 2001 From: Florian Lacreuse Date: Wed, 31 Aug 2022 16:17:58 +0200 Subject: Fix input group z-index focus + validation --- scss/forms/_input-group.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss/forms') 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; } } } -- cgit v1.2.3