diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:18:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:18:53 -0700 |
| commit | 398038c798f065c3e42a7d296daeb59921424644 (patch) | |
| tree | 1a0858d5152776c118b3af602fca2f1e438135e5 /less/variables.less | |
| parent | cdf6019e115a2dcc6521c3b13bf091119521e9fe (diff) | |
| download | bootstrap-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.less | 7 |
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 |
