mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge pull request #14465 from kaime/master
Make `popover-arrow-color` default to `popover-bg`
This commit is contained in:
commit
fcf26d0ef6
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user