mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
移除关系图中关闭按钮的背景色
This commit is contained in:
parent
f5bc431bc7
commit
df2a0b3a9c
1 changed files with 5 additions and 1 deletions
|
|
@ -462,7 +462,11 @@ hr {
|
|||
padding-left: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* 移除关系图中关闭按钮背景色 */
|
||||
.workspace-split:not(.mod-root) .graph-controls.is-close,
|
||||
.graph-controls.is-close {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
* 调整标题的上下间距,以及颜色字体等样式
|
||||
|
|
|
|||
Loading…
Reference in a new issue