diff options
| author | Chris Rebert <[email protected]> | 2013-12-12 10:02:53 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-12 10:02:53 -0800 |
| commit | 730ccd2a20d64a18e7fa26db93ae8bf9a35c0352 (patch) | |
| tree | f5f8ffded58e5a5ffb2f42cb11f46f2183d171f1 | |
| parent | 9966d035cd35c510369286cbb645340bdd6ffc95 (diff) | |
| parent | 4b47c608351d1ac40a4067a163227db29035c47f (diff) | |
| download | bootstrap-730ccd2a20d64a18e7fa26db93ae8bf9a35c0352.tar.xz bootstrap-730ccd2a20d64a18e7fa26db93ae8bf9a35c0352.zip | |
Merge pull request #11859 from dzwillia/add_dropdown_caret_color
Add @dropdown-caret-color variable back to variables.less
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 8122161fd..3d7cb660c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -189,6 +189,9 @@ @dropdown-header-color: @gray-light; +// Note: Deprecated @dropdown-caret-color as of v3.1.0 +@dropdown-caret-color: #000; + // COMPONENT VARIABLES // -------------------------------------------------- |
