Commit 74ac24aa authored by Mark Otto's avatar Mark Otto

Drop: deprecated .dropdown-menu.pull-right styles

parent 5c0d62bc
...@@ -2555,10 +2555,6 @@ tbody.collapse.in { ...@@ -2555,10 +2555,6 @@ tbody.collapse.in {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} }
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
margin: 11px 0; margin: 11px 0;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2555,10 +2555,6 @@ tbody.collapse.in { ...@@ -2555,10 +2555,6 @@ tbody.collapse.in {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} }
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
margin: 11px 0; margin: 11px 0;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -46,14 +46,6 @@ ...@@ -46,14 +46,6 @@
box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box; background-clip: padding-box;
// Aligns the dropdown menu to right
//
// Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
&.pull-right {
right: 0;
left: auto;
}
// Dividers (basically an hr) within the dropdown // Dividers (basically an hr) within the dropdown
.divider { .divider {
.nav-divider(@dropdown-divider-bg); .nav-divider(@dropdown-divider-bg);
......
Markdown is supported
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