Skip to content

Commit

Permalink
数据库块本身有颜色的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Oct 4, 2024
1 parent c48c117 commit b51c4ed
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,19 @@
background-color: var(#{$bg-select-variable}) !important;
}
}
&[data-node-id][style*="background-color: var(#{$bg-variable})"] {
.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(#{$bg-select-variable}) !important;
}
}
}
}
}
Expand Down Expand Up @@ -617,6 +630,19 @@
background-color: var(#{$bg-select-variable}) !important;
}
}
&[data-node-id][style*="background-color: var(#{$bg-variable})"] {
.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(#{$bg-select-variable}) !important;
}
}
}
}
}
Expand Down

0 comments on commit b51c4ed

Please sign in to comment.