diff options
| author | Mark Otto <[email protected]> | 2012-12-20 00:27:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 00:27:05 -0800 |
| commit | cc6974b74e34bd3b0a69fb8b6334fd8a328ca949 (patch) | |
| tree | f4f280e196dc6a87c1ab69aecaafe49ad4ee1163 /docs/assets/css/bootstrap.css | |
| parent | acde2dc1ee01384ca9a79573ad21c37863697946 (diff) | |
| download | bootstrap-cc6974b74e34bd3b0a69fb8b6334fd8a328ca949.tar.xz bootstrap-cc6974b74e34bd3b0a69fb8b6334fd8a328ca949.zip | |
Remove dropdown submenu CSS
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 55 |
1 files changed, 1 insertions, 54 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1a8f313f8..49787f131 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2339,8 +2339,7 @@ table th[class*="span"] { } .dropdown-menu li > a:hover, -.dropdown-menu li > a:focus, -.dropdown-submenu:hover > a { +.dropdown-menu li > a:focus { color: #ffffff; text-decoration: none; background-color: #0077b3; @@ -2404,58 +2403,6 @@ table th[class*="span"] { margin-bottom: 1px; } -.dropdown-submenu { - position: relative; -} - -.dropdown-submenu > .dropdown-menu { - top: 0; - left: 100%; - margin-top: -6px; - margin-left: -1px; - border-radius: 0 4px 4px 4px; -} - -.dropdown-submenu:hover > .dropdown-menu { - display: block; -} - -.dropup .dropdown-submenu > .dropdown-menu { - top: auto; - bottom: 0; - margin-top: 0; - margin-bottom: -2px; - border-radius: 4px 4px 4px 0; -} - -.dropdown-submenu > a:after { - display: block; - float: right; - width: 0; - height: 0; - margin-top: 5px; - margin-right: -10px; - border-color: transparent; - border-left-color: #cccccc; - border-style: solid; - border-width: 5px 0 5px 5px; - content: " "; -} - -.dropdown-submenu:hover > a:after { - border-left-color: #ffffff; -} - -.dropdown-submenu.pull-left { - float: none; -} - -.dropdown-submenu.pull-left > .dropdown-menu { - left: -100%; - margin-left: 10px; - border-radius: 4px 0 4px 4px; -} - .dropdown .dropdown-menu .nav-header { padding-right: 20px; padding-left: 20px; |
