Commit e2ecd2df authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'incbee-master' into 2.1.1-wip

parents b1c93c27 45978b66
5 merge requests!4855Solved bug in bootstrap tooltip when entering and leaving quickly,!4830Tabs should generate hide events,!4789Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines ),!4705Add `dynamic` helper class for popovers and an opt-in mixin to control their size, border-width, inner color, and border color,!4642Codespell
Showing with 2 additions and 2 deletions
+2 -2
......@@ -2789,7 +2789,7 @@ table .span24 {
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
......
......@@ -172,7 +172,7 @@
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment