전략편집기 목록방식 추가오류 수정

This commit is contained in:
Macbook
2026-06-18 08:58:54 +09:00
parent bde65b6ef8
commit 914afc9d5a
5 changed files with 121 additions and 187 deletions
+2 -1
View File
@@ -7599,7 +7599,8 @@ html.desktop-client .tmb-logo-version {
background: var(--bg3);
transition: border-color .15s;
}
.sp-tree-node--over {
.sp-tree-node--over,
.sp-tree-node.sp-drag-over {
border-color: var(--accent) !important;
box-shadow: 0 0 0 2px rgba(122,162,247,.25);
}