1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00
This commit is contained in:
Mark Otto
2015-06-16 09:06:51 -07:00
parent 5a8d0143b3
commit 29ff44d311
13 changed files with 16 additions and 14 deletions

View File

@@ -3676,7 +3676,8 @@ tbody.collapse.in {
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -854,7 +854,7 @@ if (typeof jQuery === 'undefined') {
}
var desc = ' li:not(.disabled):visible a'
var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
var $items = $parent.find('.dropdown-menu' + desc)
if (!$items.length) return

File diff suppressed because one or more lines are too long