Skip to content

Commit 09e4bf3

Browse files
fix(vertical tabs): text-decoration off
Their shouldn't be an underline on the vertical tabs
1 parent ebd8588 commit 09e4bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/module/sass/react-catalog-view-extension/_vertical-tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
> a {
1616
color: var( --pf-t--global--text--color--regular);
17+
text-decoration: none;
1718
display: inline-block;
1819
font-size: 13px;
1920
padding: 3px 6px 3px 15px;

0 commit comments

Comments
 (0)