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 efec952 commit 5c07dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ $backgrounds: (
[data-node-id][style*="background-color: var(#{$bg-variable})"] .av__container {
--av-background: var(#{$bg-select-variable}) !important;
}
&[data-node-id][style*="background-color: var(#{$bg-variable})"] .av__container {
&[data-node-id][style*="background-color: var(#{$bg-variable})"] > .av__container {
--av-background: var(#{$bg-select-variable}) !important;
}
}
Expand Down Expand Up @@ -624,7 +624,7 @@ $backgrounds: (
[data-node-id][style*="background-color: var(#{$bg-variable})"] .av__container {
--av-background: var(#{$bg-select-variable}) !important;
}
&[data-node-id][style*="background-color: var(#{$bg-variable})"] .av__container {
&[data-node-id][style*="background-color: var(#{$bg-variable})"] > .av__container {
--av-background: var(#{$bg-select-variable}) !important;
}
}
Expand Down

0 comments on commit 5c07dfd

Please sign in to comment.