diff options
| author | Mark Otto <[email protected]> | 2013-07-29 14:53:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 14:53:55 -0700 |
| commit | d9c9afa6d180001fd4ae1f8be9f330fdffc959ca (patch) | |
| tree | bd12b551fd1b626b949a443a994ca49339640288 /dist/css/bootstrap.css | |
| parent | d08d9a63c3b61e834d5109069805867dfa841dcf (diff) | |
| download | bootstrap-d9c9afa6d180001fd4ae1f8be9f330fdffc959ca.tar.xz bootstrap-d9c9afa6d180001fd4ae1f8be9f330fdffc959ca.zip | |
add focus to button group active button behavior
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d177bc29..66516cfdb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3007,6 +3007,8 @@ button.close { .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active { z-index: 2; |
