1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02: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

View File

@@ -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
// --------------------------------------------------