aboutsummaryrefslogtreecommitdiff
path: root/less/variables.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/variables.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/variables.less')
-rw-r--r--less/variables.less7
1 files changed, 2 insertions, 5 deletions
diff --git a/less/variables.less b/less/variables.less
index 2627a8bd7..38ca8a474 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -147,8 +147,7 @@
@dropdown-bg: #fff;
@dropdown-border: rgba(0,0,0,.15);
@dropdown-fallback-border: #ccc;
-@dropdown-divider-top: #e5e5e5;
-@dropdown-divider-bottom: #fff;
+@dropdown-divider-bg: #e5e5e5;
@dropdown-link-active-color: #fff;
@dropdown-link-active-bg: @component-active-bg;
@@ -157,9 +156,7 @@
@dropdown-link-hover-color: #fff;
@dropdown-link-hover-bg: @dropdown-link-active-bg;
-@caret-border-top-color: #000;
-
-@dropup-caret-border-color: #000;
+@dropdown-caret-color: #000;
// COMPONENT VARIABLES