From 5f2bd59abb06fa86b7ac06eb2b51282e7f894796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Yokomizo?= Date: Tue, 22 Oct 2013 02:50:08 -0200 Subject: [PATCH] variable way to set @caret-width-base --- less/dropdowns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/dropdowns.less b/less/dropdowns.less index e6bd18779b..5d7e0fb4e1 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -166,7 +166,7 @@ // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this // gets fixed, restore `border-top: 0;`. border-top: 0 dotted; - border-bottom: 4px solid @dropdown-caret-color; + border-bottom: @caret-width-base solid @dropdown-caret-color; content: ""; } // Different positioning for bottom up menu