diff options
| author | Mark Otto <[email protected]> | 2014-03-09 23:57:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 23:57:17 -0700 |
| commit | c4bc0d2311fe6eb275ec392d7212de15b4f449a4 (patch) | |
| tree | 26663e7354351c8869248661f986d0a48579b82d /less/button-groups.less | |
| parent | e727973d8c8cec151f13bd65d24a664918efd28a (diff) | |
| parent | d50a89bea9320c16272cb10fbaa779d26dbe700e (diff) | |
| download | bootstrap-c4bc0d2311fe6eb275ec392d7212de15b4f449a4.tar.xz bootstrap-c4bc0d2311fe6eb275ec392d7212de15b4f449a4.zip | |
Merge pull request #12999 from ZDroid/outline-zero
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; } } } |
