diff options
| author | Mark Otto <[email protected]> | 2013-08-13 13:53:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 13:53:27 -0700 |
| commit | 9482a5f8128db47bbed1378cbc9cd9c8a57fb2ce (patch) | |
| tree | 2a59b9815cb02226a694c345cf942c9ad869810f /less/dropdowns.less | |
| parent | a8769b8cab1799168b31f1a5afd403f323a6b6d4 (diff) | |
| parent | bd93ed2cb6034de2f287f7508b4fd0b1d28ab0d3 (diff) | |
| download | bootstrap-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.less | 5 |
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; |
