Skip to content

Commit

Permalink
feat: add underline to non selected tab items
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 20, 2023
1 parent 07fb14a commit 30bee10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lsd-react/src/components/TabItem/TabItem.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const TabItemStyles = css`
&:hover {
text-decoration: underline;
}
&:not(${tabItemClasses.selected}) {
border-bottom: 1px solid rgb(var(--lsd-border-primary));
}
}
.${tabItemClasses.text} {
Expand Down

0 comments on commit 30bee10

Please sign in to comment.