v2.1.28 — 备注按钮常规模式也显示
This commit is contained in:
@@ -1819,8 +1819,7 @@ body {
|
||||
.evening-drag { position: absolute; left: 6px; top: 8px; }
|
||||
|
||||
/* 任务备注 */
|
||||
.btn-note-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 14px; padding: 2px 4px; border-radius: 4px; transition: all 0.15s; flex-shrink: 0; }
|
||||
.card.editing .btn-note-toggle { display: inline-flex; }
|
||||
.btn-note-toggle { display: inline-flex; background: none; border: none; cursor: pointer; font-size: 14px; padding: 2px 4px; border-radius: 4px; transition: all 0.15s; flex-shrink: 0; }
|
||||
.btn-note-toggle:hover { background: var(--bg); }
|
||||
.btn-note-toggle.has-note { color: var(--primary); }
|
||||
.item-note { display: none; width: 100%; padding: 6px 10px; border: 1px solid var(--border); border-radius: 6px; font-size: 12px; font-family: inherit; color: var(--text); background: var(--bg); resize: vertical; min-height: 28px; box-sizing: border-box; margin-top: 6px; }
|
||||
|
||||
Reference in New Issue
Block a user