Skip to content

Commit 784e86d

Browse files
authored
fix(normalize): use surface-3 on tr:hover (#544)
1 parent cde4936 commit 784e86d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/extra/normalize.src.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,7 @@
351351

352352
:where(table tr:hover td),
353353
:where(tbody tr:nth-child(even):hover td) {
354-
background-color: var(--gray-10);
355-
356-
@media (prefers-color-scheme: light) {
357-
background-color: white;
358-
}
354+
background-color: var(--surface-3);
359355
}
360356

361357
:where(table > caption) {

0 commit comments

Comments
 (0)