Skip to content

Commit 77fb15b

Browse files
authored
Merge pull request #1705 from dxc-technology/rarrojolopez-navTabs-underline
Remove underline in nav tabs when selection
2 parents 621e2f3 + 130e92b commit 77fb15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/nav-tabs/Tab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const Tab = styled.a<{
129129
background: ${(props) =>
130130
props.active ? props.theme.selectedBackgroundColor : props.theme.unselectedBackgroundColor};
131131
text-decoration-color: transparent;
132+
text-decoration-line: none;
132133
cursor: ${(props) => (props.disabled ? "not-allowed" : "pointer")};
133134
134135
${(props) =>

0 commit comments

Comments
 (0)