]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make `popover-arrow-color` default to `popover-bg` 14465/head
authorJaume Alemany <jalemany@habitissimo.com>
Wed, 27 Aug 2014 12:20:49 +0000 (14:20 +0200)
committerJaume Alemany <jalemany@habitissimo.com>
Wed, 27 Aug 2014 12:20:49 +0000 (14:20 +0200)
less/variables.less

index 5be258be77acf166bd22f718a0780ed714aebb59..48b983456110462238b414eced9303e516ce045e 100644 (file)
 //** 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);