From df2a0b3a9cc73c371b3e8a41ebcb682d0a9350d0 Mon Sep 17 00:00:00 2001 From: laughmaker Date: Sun, 2 Feb 2025 14:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=85=B3=E7=B3=BB=E5=9B=BE?= =?UTF-8?q?=E4=B8=AD=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E7=9A=84=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index d8ee099..30dad65 100644 --- a/theme.css +++ b/theme.css @@ -462,7 +462,11 @@ hr { padding-left: 8px; } - +/* 移除关系图中关闭按钮背景色 */ +.workspace-split:not(.mod-root) .graph-controls.is-close, +.graph-controls.is-close { + background-color: transparent; +} /* * 调整标题的上下间距,以及颜色字体等样式