]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #14939: Don't remove focus outline from buttons in button groups 15086/head
authorMark Otto <markdotto@gmail.com>
Tue, 11 Nov 2014 23:43:00 +0000 (15:43 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 11 Nov 2014 23:43:00 +0000 (15:43 -0800)
less/button-groups.less

index fbcdf457b5ae3b6ac550594a13ae0dd3d1edb529..f84febbd56d5057c3d869b0bb7daa04103963484 100644 (file)
     &.active {
       z-index: 2;
     }
-    &:focus {
-      // Remove focus outline when dropdown JS adds it after closing the menu
-      outline: 0;
-    }
   }
 }