mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): fix tab background color
This commit is contained in:
@@ -2766,8 +2766,8 @@ input[type="button"].btn-block {
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-item.show .nav-link {
|
||||
color: #7b8a8b;
|
||||
background-color: #455a64;
|
||||
border-color: #dee2e6 #dee2e6 #455a64; }
|
||||
background-color: #fff;
|
||||
border-color: #dee2e6 #dee2e6 #fff; }
|
||||
.nav-tabs .dropdown-menu {
|
||||
margin-top: -1px;
|
||||
border-top-left-radius: 0;
|
||||
|
||||
@@ -11,6 +11,9 @@ $link-color: #7b8a8b; // $gray-700
|
||||
// make dark darker, default it's $gray-700
|
||||
$dark: #3b4247;
|
||||
|
||||
// fix active tab color, for some reason it ends up with $primary as bg color
|
||||
$nav-tabs-link-active-bg: #fff;
|
||||
|
||||
@import "../node_modules/bootswatch/dist/flatly/variables";
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
@import "../node_modules/bootswatch/dist/flatly/bootswatch";
|
||||
|
||||
Reference in New Issue
Block a user