Skip to content

Commit

Permalink
update styles based on QA feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
elan-tbx committed May 28, 2024
1 parent eade59d commit 1ab0147
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/blocks/tabs/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
border-radius: 100%;
block-size: 14px;
min-inline-size: 14px;
margin-inline-end: 11px;
margin-inline-end: 12px;
background: var(--tabs-radio-button-bg);
transition: border 150ms;
box-sizing: border-box;
Expand All @@ -408,7 +408,7 @@

.tabs.radio .tab-list-container::before {
content: attr(data-pretext);
font-weight: 700;
font-weight: var(--type-detail-all-weight);
line-height: var(--type-body-xs-lh);
margin-block-end: var(--spacing-xs);
}
Expand Down Expand Up @@ -453,6 +453,7 @@

.tabs.radio .tab-list-container::before {
margin-block-end: 0;
margin-inline-end: -8px;
}

.tabs.radio div[role="tablist"] button {
Expand All @@ -464,6 +465,7 @@
.tabs.radio div[role="tablist"] button:last-of-type {
padding-block: var(--spacing-xs);
padding-inline: 0;
min-block-size: 56px;
}
}

Expand Down

0 comments on commit 1ab0147

Please sign in to comment.