]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the outline override from dropdown toggles
authorMark Otto <markdotto@gmail.com>
Mon, 13 Feb 2017 01:03:57 +0000 (17:03 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 13 Mar 2017 01:26:53 +0000 (18:26 -0700)
fixes #17573

scss/_dropdown.scss

index 1c2741a2e36a2d3bdba7dfed81d0d4e01e814422..404483e77cc4e8b7c24b866d582abd510437866d 100644 (file)
     border-right: $caret-width solid transparent;
     border-left: $caret-width solid transparent;
   }
-
-  // Prevent the focus on the dropdown toggle when closing dropdowns
-  &:focus {
-    outline: 0;
-  }
 }
 
 .dropup {