Skip to content

Commit 6f1f7b2

Browse files
fix(table): update borders in whcm
1 parent 70dcf8c commit 6f1f7b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/table/index.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,9 @@
10181018
/* Removes unstylable readability backplate. */
10191019
forced-color-adjust: none;
10201020

1021+
/* Make sure border colors are visible in high contrast mode */
1022+
border: var(--spectrum-table-border-width) solid Highlight;
1023+
10211024
&:focus-visible,
10221025
&.is-focused {
10231026
&::after {
@@ -1038,11 +1041,6 @@
10381041
.spectrum-Table-cell:first-child::before {
10391042
background-color: Highlight;
10401043
}
1041-
1042-
/* Make sure border colors are visible in high contrast mode */
1043-
/* .spectrum-Table-cell {
1044-
border-color: Highlight;
1045-
} */
10461044
}
10471045
}
10481046

0 commit comments

Comments
 (0)