Skip to content

Commit

Permalink
text decoration always inherits the text color, it doesn't need to be…
Browse files Browse the repository at this point in the history
… declared
  • Loading branch information
stamat committed Feb 3, 2025
1 parent 0d4c202 commit 75990f7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/react/src/Accordion/Accordion.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ details[open] > .Accordion__summary.Accordion__summary--default .Accordion__summ
color: var(--brand-InlineLink-color-rest);
position: relative;
text-decoration: underline;
text-decoration-color: var(--brand-InlineLink-color-rest);
text-decoration-thickness: var(--brand-borderWidth-thin);
text-underline-position: under;
}
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/InlineLink/InlineLink.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.InlineLink {
position: relative;
text-decoration: underline;
text-decoration-color: var(--brand-InlineLink-color-rest);
text-decoration-thickness: var(--brand-borderWidth-thin);
text-underline-position: under;
}
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/Prose/Prose.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
color: var(--brand-InlineLink-color-rest);
position: relative;
text-decoration: underline;
text-decoration-color: var(--brand-InlineLink-color-rest);
text-decoration-thickness: var(--brand-borderWidth-thin);
text-underline-position: under;
}
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/Timeline/Timeline.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
color: var(--brand-InlineLink-color-rest);
position: relative;
text-decoration: underline;
text-decoration-color: var(--brand-InlineLink-color-rest);
text-decoration-thickness: var(--brand-borderWidth-thin);
text-underline-position: under;
}
Expand Down

0 comments on commit 75990f7

Please sign in to comment.