移除关系图中关闭按钮的背景色

This commit is contained in:
laughmaker 2025-02-02 14:31:14 +08:00
parent f5bc431bc7
commit df2a0b3a9c

View file

@ -462,7 +462,11 @@ hr {
padding-left: 8px;
}
/* 移除关系图中关闭按钮背景色 */
.workspace-split:not(.mod-root) .graph-controls.is-close,
.graph-controls.is-close {
background-color: transparent;
}
/*
* 调整标题的上下间距以及颜色字体等样式