Skip to content

Commit

Permalink
Fix: #2523
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi authored Nov 14, 2023
1 parent 37277f4 commit 41f35fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/unstyled/tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@apply grid items-end;
}
.tabs-lifted {
&:has(.tab-content[class^="rounded-"]) :first-child:not(.tab-active),
&:has(.tab-content[class*=" rounded-"]) :first-child:not(.tab-active) {
&:has(.tab-content[class^="rounded-"]) .tab:first-child:not(.tab-active),
&:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(.tab-active) {
@apply border-b-transparent;
}
}
Expand Down

1 comment on commit 41f35fe

@Tony-Truand
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noyce thanks <3

Please sign in to comment.