From: ysds Date: Tue, 18 Sep 2018 12:29:02 +0000 (+0900) Subject: Bring the focused button in input group to the front (#26910) X-Git-Tag: v4.2.0~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18ae915f547b9204c14783a3bc35277fb50e69a4;p=thirdparty%2Fbootstrap.git Bring the focused button in input group to the front (#26910) --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 2ed5f33040..7ebc313d37 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -75,6 +75,10 @@ .btn { position: relative; z-index: 2; + + &:focus { + z-index: 3; + } } .btn + .btn,