From 628066a1c192bd017bc458a1d4d5cffdde21583c Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Sat, 5 Oct 2024 04:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=89=E4=BD=8F=E7=9A=84=E5=88=97=20hover=20?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E6=B2=A1=E6=9C=89=E6=94=B9=E5=8F=98=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/assets/scss/business/_av.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/assets/scss/business/_av.scss b/app/src/assets/scss/business/_av.scss index 0b6b5c569be..754a12a9972 100644 --- a/app/src/assets/scss/business/_av.scss +++ b/app/src/assets/scss/business/_av.scss @@ -435,6 +435,13 @@ &.av__firstcol, & > div:not(.av__cell--select):not(.av__cell--active):not(.av__calc--ashow) { background-color: var(--av-background); + + &.av__cell--header:hover { + background-color: var(--b3-av-hover); + } + &.av__calc:hover { + background-color: var(--b3-av-hover); + } } }