style(components): [table] th text can be selected (#17039)

style: [table] th text can be selected
This commit is contained in:
sea
2024-06-03 21:26:46 +08:00
committed by GitHub
parent 03cd828969
commit 5a836051c8

View File

@@ -217,7 +217,6 @@
}
th.#{$namespace}-table__cell {
user-select: none;
background-color: getCssVar('table-header-bg-color');
> .cell.highlight {