diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-10 07:55:29 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-10 07:55:29 +0100 |
| commit | d50a89bea9320c16272cb10fbaa779d26dbe700e (patch) | |
| tree | 26663e7354351c8869248661f986d0a48579b82d /less/button-groups.less | |
| parent | e727973d8c8cec151f13bd65d24a664918efd28a (diff) | |
| download | bootstrap-d50a89bea9320c16272cb10fbaa779d26dbe700e.tar.xz bootstrap-d50a89bea9320c16272cb10fbaa779d26dbe700e.zip | |
Use `outline: 0` consistently
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; } } } |
