From: Jaume Alemany Date: Wed, 27 Aug 2014 12:20:49 +0000 (+0200) Subject: Make `popover-arrow-color` default to `popover-bg` X-Git-Tag: v3.3.0~228^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce160754cd55540c68156da599c58f779826c3b;p=thirdparty%2Fbootstrap.git Make `popover-arrow-color` default to `popover-bg` --- 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);