2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Start some nav and dropdown cleanup

* Remove border-radii on top of tab dropdown menus
* Remove the .dropdown and .dropup styles and instead place  on all
* Use  on dropdown carets intead of separately applying margin with a top alignment
* Some other misc cleanup
This commit is contained in:
Mark Otto
2013-05-12 15:47:18 -07:00
parent 184018837b
commit 92adcfabb5
3 changed files with 27 additions and 29 deletions
+4 -15
View File
@@ -2,14 +2,8 @@
// Dropdown menus
// --------------------------------------------------
// Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
// Remove the outline when :focus is triggered
.open > a {
outline: 0;
}
@@ -19,19 +13,14 @@
display: inline-block;
width: 0;
height: 0;
vertical-align: top;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
}
// Place the caret
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}
// The dropdown menu (ul)
// ----------------------
.dropdown-menu {