mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 14:46:34 +02:00
Sets the correct color for popover header bottom border
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
@include font-size($font-size-base);
|
@include font-size($font-size-base);
|
||||||
color: $popover-header-color;
|
color: $popover-header-color;
|
||||||
background-color: $popover-header-bg;
|
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);
|
@include border-top-radius($popover-inner-border-radius);
|
||||||
|
|
||||||
&:empty {
|
&:empty {
|
||||||
|
Reference in New Issue
Block a user