2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Make popover-arrow-color default to popover-bg

This commit is contained in:
Jaume Alemany
2014-08-27 14:20:49 +02:00
parent 35f09315ed
commit 3ce160754c
+1 -1
View File
@@ -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);