Skip to content

Commit

Permalink
钉住的列 hover 之后没有改变背景色
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Oct 4, 2024
1 parent 5e354c3 commit 628066a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

Expand Down

0 comments on commit 628066a

Please sign in to comment.