mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 11:59:39 +02:00
fix(ui): make all drag bar icons always visible (not hover-only)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
339e3d344f
commit
0af8c7cec6
1 changed files with 0 additions and 11 deletions
|
|
@ -342,15 +342,9 @@
|
|||
background: transparent;
|
||||
color: #d1d5db;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transition:
|
||||
opacity 0.15s,
|
||||
color 0.15s,
|
||||
background 0.15s;
|
||||
}
|
||||
.drag-handle-bar:hover .move-btn {
|
||||
opacity: 1;
|
||||
}
|
||||
.move-btn:hover {
|
||||
color: #6b7280;
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
|
|
@ -425,11 +419,6 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.125rem;
|
||||
opacity: 0;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
.drag-handle-bar:hover .window-actions {
|
||||
opacity: 1;
|
||||
}
|
||||
.window-btn {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue