aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-27 22:29:39 -0700
committerMark Otto <[email protected]>2014-08-27 22:29:39 -0700
commitfcf26d0ef6bc04aa5fb1fc26bee9142b9e1b2818 (patch)
treed3ea9daba22ff5909044b486f5dd07e6622d7aed /less
parentf5890adb17fe085fdb3a3e5f169102a121dc1e25 (diff)
parent3ce160754cd55540c68156da599c58f779826c3b (diff)
downloadbootstrap-fcf26d0ef6bc04aa5fb1fc26bee9142b9e1b2818.tar.xz
bootstrap-fcf26d0ef6bc04aa5fb1fc26bee9142b9e1b2818.zip
Merge pull request #14465 from kaime/master
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);