diff options
| author | Mark Otto <[email protected]> | 2014-03-10 00:08:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-10 00:08:29 -0700 |
| commit | a36643dd338537a9b4319fbab6e1dbf2e7d1cf9c (patch) | |
| tree | a097e839bc115709770b6e1b533a63bf653e58f0 /less/button-groups.less | |
| parent | 3a2d6e40503019823bf197f278681e830bc14f31 (diff) | |
| parent | 6dd51fab44df852697564f6257403b57f85f492b (diff) | |
| download | bootstrap-a36643dd338537a9b4319fbab6e1dbf2e7d1cf9c.tar.xz bootstrap-a36643dd338537a9b4319fbab6e1dbf2e7d1cf9c.zip | |
Merge branch 'master' into modular-the-mixins
Conflicts:
dist/css/bootstrap.css.map
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index ff95b0474..ef11cf12a 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -20,7 +20,7 @@ } &:focus { // Remove focus outline when dropdown JS adds it after closing the menu - outline: none; + outline: 0; } } } |
