diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:36:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:36:23 -0700 |
| commit | 0441bbba429e9e030427757265b3f99dbd9119c5 (patch) | |
| tree | e5591a4bd875defda1c3ca44285c182b8abcdf97 /less/variables.less | |
| parent | 896ee794731f1159bfab247b12914caa1eb21850 (diff) | |
| download | bootstrap-0441bbba429e9e030427757265b3f99dbd9119c5.tar.xz bootstrap-0441bbba429e9e030427757265b3f99dbd9119c5.zip | |
more consisten dropdown vars
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/less/variables.less b/less/variables.less index bf51a7d33..e016c43ad 100644 --- a/less/variables.less +++ b/less/variables.less @@ -126,17 +126,17 @@ // Dropdowns // ------------------------- -@dropdown-background: #fff; +@dropdown-bg: #fff; @dropdown-border: rgba(0,0,0,.15); @dropdown-divider-top: #e5e5e5; @dropdown-divider-bottom: #fff; @dropdown-link-color: @grayDark; -@dropdown-link-color-hover: #fff; -@dropdown-link-color-active: #fff; +@dropdown-link-hover-color: #fff; +@dropdown-link-hover-bg: @dropdown-link-active-bg; -@dropdown-link-background-active: @component-active-bg; -@dropdown-link-background-hover: @dropdown-link-background-active; +@dropdown-link-active-color: #fff; +@dropdown-link-active-bg: @component-active-bg; |
