Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorBreno Reis <breno.dk@gmail.com>2021-05-18 15:22:06 +0300
committerMark Otto <otto@github.com>2021-06-03 09:08:00 +0300
commitc0d21e1b3da954ef429f34700435729b3313160e (patch)
tree8ef2f95fb17f630349d64d868a75ad7ea5218e05 /scss
parent9c7f3bed710c580743c70ca104a90c7d290caf9b (diff)
Sets the correct color for popover header bottom border
Diffstat (limited to 'scss')
-rw-r--r--scss/_popover.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index a55555e2e9..da00f700fd 100644
--- a/scss/_popover.scss
+++ b/scss/_popover.scss
@@ -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 {