Skip to content

Commit

Permalink
[MWPW-168041] pill tab border removal (#3699)
Browse files Browse the repository at this point in the history
* [MWPW-168041] pill tab border removal

* [MWPW-168041] optimization
  • Loading branch information
DKos95 authored Feb 20, 2025
1 parent fd41709 commit 74c557f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/blocks/tabs/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@
margin-inline-start: 24px;
}

.tabs.pill .tabList button {
border: none;
}

.tabs.quiet .tabList {
padding-bottom: 1px;
}
Expand All @@ -286,6 +282,7 @@
border-radius: 75px;
font-weight: 400;
padding: 0.2em 1em;
border: none;
}

.tabs.radio div[role="tablist"] button {
Expand Down

0 comments on commit 74c557f

Please sign in to comment.