fix(core): css var for apply delete diff (#13235)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Updated the background color variable for deleted blocks to improve
consistency with the latest theme settings. No visible changes expected
unless custom theme variables are in use.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
德布劳外 · 贾贵
2025-07-16 14:55:21 +08:00
committed by GitHub
parent b93d5d5e86
commit 7b9e0a215d

View File

@@ -310,7 +310,10 @@ math {
/* AI Block Diff */
.ai-block-diff-deleted {
background-color: var(--aI-applyDeleteHighlight, #ffeaea) !important;
background-color: var(
--affine-v2-aI-applyDeleteHighlight,
#ffeaea
) !important;
border-radius: 4px !important;
padding: 8px 0px !important;
margin-bottom: 10px !important;