Skip to content

Commit f6d0be5

Browse files
authored
fix: force link styles for links in tabs (#10597)
1 parent 4d827f5 commit f6d0be5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tabs/src/styles/vaadin-tab-base-styles.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export const tabStyles = css`
5959
}
6060
6161
::slotted(a) {
62-
color: inherit;
63-
cursor: inherit;
64-
text-decoration: inherit;
62+
color: inherit !important;
63+
cursor: inherit !important;
64+
text-decoration: inherit !important;
6565
display: flex;
6666
align-items: inherit;
6767
justify-content: inherit;

0 commit comments

Comments
 (0)