aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-23 23:18:53 -0700
committerMark Otto <[email protected]>2013-07-23 23:18:53 -0700
commit398038c798f065c3e42a7d296daeb59921424644 (patch)
tree1a0858d5152776c118b3af602fca2f1e438135e5 /less/dropdowns.less
parentcdf6019e115a2dcc6521c3b13bf091119521e9fe (diff)
downloadbootstrap-398038c798f065c3e42a7d296daeb59921424644.tar.xz
bootstrap-398038c798f065c3e42a7d296daeb59921424644.zip
Update dropdown vars
* Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 1430435e4..00a84a6cb 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -11,7 +11,7 @@
height: 0;
margin-left: 2px;
vertical-align: middle;
- border-top: 4px solid @caret-border-top-color;
+ border-top: 4px solid @dropdown-caret-color;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
@@ -45,7 +45,7 @@
// Dividers (basically an hr) within the dropdown
.divider {
- .nav-divider(@dropdown-divider-top, @dropdown-divider-bottom);
+ .nav-divider(@dropdown-divider-bg);
}
// Links within the dropdown menu
@@ -159,7 +159,7 @@
// Reverse the caret
.caret {
border-top: 0;
- border-bottom: 4px solid @dropup-caret-border-color;
+ border-bottom: 4px solid @dropdown-caret-color;
content: "";
}
// Different positioning for bottom up menu