fixed nav tabs border inside card header

pull/3526/head
REJack 2021-03-20 21:35:27 +01:00
parent 4b73f9cf92
commit 22e087afcf
2 changed files with 3 additions and 2 deletions

View File

@ -506,9 +506,10 @@ html.maximized-card {
}
&.card-outline-tabs .card-header a:hover {
border-color: $gray-600;
border-bottom-color: transparent;
}
&:not(.card-outline) > .card-header a.active {
color: $dark;
color: $white;
}
}

View File

@ -98,7 +98,7 @@
@include navbar-variant($color, $value);
}
.dark-mode:not([class*="sidebar-light-"]) {
.dark-mode *:not([class*="sidebar-light-"]) {
&.nav-pills .nav-link {
color: $gray-400;
}