Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Dec 21, 2023
1 parent baf9caa commit 1c9a364
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
$vertical-tabs-width: 160px;

.interface-preferences__tabs {
.components-tab-panel__tabs {
[role="tablist"] {
position: absolute;
top: $header-height + $grid-unit-30;
// Aligns button text instead of button box.
left: $grid-unit-20;
width: $vertical-tabs-width;

.components-tab-panel__tabs-item {
[role="tab"] {
border-radius: $radius-block-ui;
font-weight: 400;

&.is-active {
&[aria-selected="true"] {
background: $gray-100;
box-shadow: none;
font-weight: 500;
}

&.is-active::after {
&[aria-selected="true"]::after {
content: none;
}

Expand All @@ -34,7 +34,7 @@ $vertical-tabs-width: 160px;
}
}

.components-tab-panel__tab-content {
[role="tabpanel"] {
padding-left: $grid-unit-30;
margin-left: $vertical-tabs-width;
}
Expand Down

0 comments on commit 1c9a364

Please sign in to comment.