We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cfc6d commit 8a560d2Copy full SHA for 8a560d2
src/BootstrapBlazor/Components/Tab/Tab.razor.scss
@@ -486,6 +486,7 @@
486
487
.tabs-chrome > .tabs-header,
488
.tabs-capsule > .tabs-header {
489
+ --bb-tabs-header-height: 36px;
490
--bb-tabs-header-bg-color: var(--bs-border-color);
491
--bb-tabs-item-hover-bg-color: rgba(var(--bs-body-color-rgb), 0.1);
492
--bb-tabs-item-active-bg-color: var(--bs-body-bg);
@@ -621,7 +622,7 @@
621
622
border: none !important;
623
border-top-left-radius: 10px;
624
border-top-right-radius: 10px;
- height: 36px !important;
625
+ height: var(--bb-tabs-header-height) !important;
626
627
.tabs-item-body {
628
margin-bottom: 4px;
0 commit comments