diff options
| author | ysds <[email protected]> | 2018-09-18 21:29:02 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 15:29:02 +0300 |
| commit | 18ae915f547b9204c14783a3bc35277fb50e69a4 (patch) | |
| tree | ce905cd5956b3d0ee443c404410710abf228966d | |
| parent | 029f92c5e56e6f2a21ec2f217b683273b80b91b7 (diff) | |
| download | bootstrap-18ae915f547b9204c14783a3bc35277fb50e69a4.tar.xz bootstrap-18ae915f547b9204c14783a3bc35277fb50e69a4.zip | |
Bring the focused button in input group to the front (#26910)
| -rw-r--r-- | scss/_input-group.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 2ed5f3304..7ebc313d3 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, |
