aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJaume Alemany <[email protected]>2014-08-27 14:20:49 +0200
committerJaume Alemany <[email protected]>2014-08-27 14:20:49 +0200
commit3ce160754cd55540c68156da599c58f779826c3b (patch)
treed50310a01e3d8f00f4a58368209bf05a15624037 /less
parent35f09315ed543a0479719afa2143240952c215db (diff)
downloadbootstrap-3ce160754cd55540c68156da599c58f779826c3b.tar.xz
bootstrap-3ce160754cd55540c68156da599c58f779826c3b.zip
Make `popover-arrow-color` default to `popover-bg`
Diffstat (limited to 'less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index 5be258be7..48b983456 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);