From 3af67887862c3dc55d70f8db98c48c14676b2501 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E7=9A=84=E8=83=8C=E6=99=AF=E8=89=B2=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/assets/scss/business/_av.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/business/_av.scss b/app/src/assets/scss/business/_av.scss index 6f902d4e606..b887e862fc6 100644 --- a/app/src/assets/scss/business/_av.scss +++ b/app/src/assets/scss/business/_av.scss @@ -437,6 +437,13 @@ &.av__firstcol, & > div:not(.av__cell--select):not(.av__cell--active):not(.av__calc--ashow):not(.av__cell--header:hover):not(.av__calc:hover) { background-color: var(--b3-av-background); + + &.av__cell--header:hover { + background-color: var(--b3-av-hover); + } + &.av__calc:hover { + background-color: var(--b3-av-hover); + } } } @@ -531,11 +538,13 @@ } .protyle-wysiwyg--select { + --b3-av-background: var(--b3-av-background-hl); + .av__row--header, .av__row--footer, .av__row--footer .av__colsticky, .av__row--select .av__cell, - .av__colsticky > div:not(.av__cell--select):not(.av__cell--active), + .av__colsticky > div, .av__counter { background-color: var(--b3-av-background); } @@ -546,11 +555,13 @@ } .protyle-wysiwyg--hl { + --b3-av-background: var(--b3-av-background-hl); + .av__row--header, .av__row--footer, .av__row--footer .av__colsticky, .av__row--select .av__cell, - .av__colsticky > div:not(.av__cell--select):not(.av__cell--active), + .av__colsticky > div, .av__counter { transition: var(--b3-background-transition); background-color: var(--b3-av-background);