mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
Sets the correct color for popover header bottom border
This commit is contained in:
parent
9c7f3bed71
commit
c0d21e1b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
@include font-size($font-size-base);
|
||||
color: $popover-header-color;
|
||||
background-color: $popover-header-bg;
|
||||
border-bottom: $popover-border-width solid shade-color($popover-header-bg, 10%);
|
||||
border-bottom: $popover-border-width solid $popover-border-color;
|
||||
@include border-top-radius($popover-inner-border-radius);
|
||||
|
||||
&:empty {
|
||||
|
|
|
|||
Loading…
Reference in a new issue