We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dcf8c commit 6f1f7b2Copy full SHA for 6f1f7b2
components/table/index.css
@@ -1018,6 +1018,9 @@
1018
/* Removes unstylable readability backplate. */
1019
forced-color-adjust: none;
1020
1021
+ /* Make sure border colors are visible in high contrast mode */
1022
+ border: var(--spectrum-table-border-width) solid Highlight;
1023
+
1024
&:focus-visible,
1025
&.is-focused {
1026
&::after {
@@ -1038,11 +1041,6 @@
1038
1041
.spectrum-Table-cell:first-child::before {
1039
1042
background-color: Highlight;
1040
1043
}
-
- /* Make sure border colors are visible in high contrast mode */
- /* .spectrum-Table-cell {
1044
- border-color: Highlight;
1045
- } */
1046
1047
1048
0 commit comments