Commit fcf26d0e authored by Mark Otto's avatar Mark Otto

Merge pull request #14465 from kaime/master

Make `popover-arrow-color` default to `popover-bg`
parents f5890adb 3ce16075
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
//** Popover arrow width //** Popover arrow width
@popover-arrow-width: 10px; @popover-arrow-width: 10px;
//** Popover arrow color //** Popover arrow color
@popover-arrow-color: #fff; @popover-arrow-color: @popover-bg;
//** Popover outer arrow width //** Popover outer arrow width
@popover-arrow-outer-width: (@popover-arrow-width + 1); @popover-arrow-outer-width: (@popover-arrow-width + 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment