aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-13 13:53:27 -0700
committerMark Otto <[email protected]>2013-08-13 13:53:27 -0700
commit9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce (patch)
tree2a59b9815cb02226a694c345cf942c9ad869810f /less/dropdowns.less
parenta8769b8cab1799168b31f1a5afd403f323a6b6d4 (diff)
parentbd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3 (diff)
downloadbootstrap-9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce.tar.xz
bootstrap-9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce.zip
Merge pull request #9403 from twbs/bs3_navbar_overhaul
BS3: Navbar overhaul
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 055d76717..99cf7d00d 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -21,6 +21,11 @@
position: relative;
}
+// Prevent the focus on the dropdown toggle when closing dropdowns
+.dropdown-toggle:focus {
+ outline: 0;
+}
+
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;