mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-15 01:50:58 +00:00
Make popover-arrow-color default to popover-bg
This commit is contained in:
parent
35f09315ed
commit
3ce160754c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue