Skip to content

Commit

Permalink
Update _av.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Oct 5, 2024
1 parent 129a677 commit 7027831
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,17 @@
// 给 .av__container 添加(更新) style="--av-background:var(xxx)" 的逻辑可以删除掉,用不上 --av-background 了
.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.av__firstcol,
.av__colsticky > div,
.av__cell--select,
.av__cell--active,
.av__counter {
background-color: var(--b3-av-background-hl) !important;
}
}
.protyle-wysiwyg--hl {
--b3-av-background: var(--b3-av-background-hl);
Expand Down

0 comments on commit 7027831

Please sign in to comment.