diff --git a/src/assets/style/global.less b/src/assets/style/global.less index f5cfcad4..047c7144 100644 --- a/src/assets/style/global.less +++ b/src/assets/style/global.less @@ -220,8 +220,6 @@ --gpt-nav-active-bg: rgba(112, 47, 237, 0.1); /* Table row hover: sibling cells in the hovered row */ --gpt-table-row-hover-bg: rgba(112, 47, 237, 0.08); - /* Table cell hover: the cell under the pointer within a hovered row */ - --gpt-table-cell-hover-bg: rgba(112, 47, 237, 0.18); --gpt-radio-group-bg: rgba(71, 52, 96, 0.08); --gpt-nav-active-indicator: var(--gpt-main-purple); --gpt-table-head-bg: rgba(71, 52, 96, 0.04); diff --git a/src/components/data-table/index.vue b/src/components/data-table/index.vue index ff5faf7f..0e1cf622 100644 --- a/src/components/data-table/index.vue +++ b/src/components/data-table/index.vue @@ -134,7 +134,7 @@ a-dropdown#td-context(