From: dzwillia Date: Thu, 12 Dec 2013 17:53:59 +0000 (-0500) Subject: Added @dropdown-caret-color variable back to variables.less (deprecated) X-Git-Tag: v3.1.0~145^2^2~1^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11859%2Fhead;p=thirdparty%2Fbootstrap.git Added @dropdown-caret-color variable back to variables.less (deprecated) --- diff --git a/less/variables.less b/less/variables.less index 8122161fd3..3d7cb660c3 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 // --------------------------------------------------