From 3ce160754cd55540c68156da599c58f779826c3b Mon Sep 17 00:00:00 2001 From: Jaume Alemany Date: Wed, 27 Aug 2014 14:20:49 +0200 Subject: [PATCH] Make `popover-arrow-color` default to `popover-bg` --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index 5be258be77..48b9834561 100644 --- a/less/variables.less +++ b/less/variables.less @@ -528,7 +528,7 @@ //** Popover arrow width @popover-arrow-width: 10px; //** Popover arrow color -@popover-arrow-color: #fff; +@popover-arrow-color: @popover-bg; //** Popover outer arrow width @popover-arrow-outer-width: (@popover-arrow-width + 1); -- 2.47.2