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:
authorShane Parsons <s.parsons@hotmail.ca>2019-05-29 19:38:36 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-29 19:38:36 +0300
commit4c70e96b977f46c832900ffae17faf73f28376d2 (patch)
tree11a3529f9ca923c3ff508d4ba35c9ea1e22d5c97 /scss
parent91d07fb26c40fd8182faebede959111f9eb7ecc5 (diff)
Modify `.card-header-tabs .nav-link.active` colors (#28833)
Co-Authored-By: Mark Otto <otto@github.com>
Diffstat (limited to 'scss')
-rw-r--r--scss/_card.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 5deefeeed6..aa80739a7a 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -104,6 +104,13 @@
margin-bottom: -$card-spacer-y;
margin-left: -$card-spacer-x / 2;
border-bottom: 0;
+
+ @if $nav-tabs-link-active-bg != $card-bg {
+ .nav-link.active {
+ background-color: $card-bg;
+ border-bottom-color: $card-bg;
+ }
+ }
}
.card-header-pills {