From e6dc95ed5bc9af47cd16a9bb5ed6793442e0ca98 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 18 Jul 2018 10:40:23 +0900 Subject: [PATCH 1/2] Bring the focused button to the top --- scss/_input-group.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index c210242a1157..8a0a74fb4597 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -70,6 +70,10 @@ .btn { position: relative; z-index: 2; + + &:focus { + z-index: 3; + } } .btn + .btn, From 8152e39ffb552711e9639fe4730bf80ca393426b Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 18 Jul 2018 11:09:45 +0900 Subject: [PATCH 2/2] Remove unexpected whitespace --- scss/_input-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 8a0a74fb4597..7101a9054e4d 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -70,7 +70,7 @@ .btn { position: relative; z-index: 2; - + &:focus { z-index: 3; }