0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #11859 from dzwillia/add_dropdown_caret_color

Add @dropdown-caret-color variable back to variables.less
This commit is contained in:
Chris Rebert 2013-12-12 10:02:53 -08:00
commit 730ccd2a20

View File

@ -189,6 +189,9 @@
@dropdown-header-color: @gray-light; @dropdown-header-color: @gray-light;
// Note: Deprecated @dropdown-caret-color as of v3.1.0
@dropdown-caret-color: #000;
// COMPONENT VARIABLES // COMPONENT VARIABLES
// -------------------------------------------------- // --------------------------------------------------