Skip to content

Commit 75990f7

Browse files
committed
text decoration always inherits the text color, it doesn't need to be declared
1 parent 0d4c202 commit 75990f7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/react/src/Accordion/Accordion.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ details[open] > .Accordion__summary.Accordion__summary--default .Accordion__summ
252252
color: var(--brand-InlineLink-color-rest);
253253
position: relative;
254254
text-decoration: underline;
255-
text-decoration-color: var(--brand-InlineLink-color-rest);
256255
text-decoration-thickness: var(--brand-borderWidth-thin);
257256
text-underline-position: under;
258257
}

packages/react/src/InlineLink/InlineLink.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.InlineLink {
22
position: relative;
33
text-decoration: underline;
4-
text-decoration-color: var(--brand-InlineLink-color-rest);
54
text-decoration-thickness: var(--brand-borderWidth-thin);
65
text-underline-position: under;
76
}

packages/react/src/Prose/Prose.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
color: var(--brand-InlineLink-color-rest);
187187
position: relative;
188188
text-decoration: underline;
189-
text-decoration-color: var(--brand-InlineLink-color-rest);
190189
text-decoration-thickness: var(--brand-borderWidth-thin);
191190
text-underline-position: under;
192191
}

packages/react/src/Timeline/Timeline.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
color: var(--brand-InlineLink-color-rest);
6060
position: relative;
6161
text-decoration: underline;
62-
text-decoration-color: var(--brand-InlineLink-color-rest);
6362
text-decoration-thickness: var(--brand-borderWidth-thin);
6463
text-underline-position: under;
6564
}

0 commit comments

Comments
 (0)