Trash FAB: always shows 🗑️; active mode has transparent background, no shadow
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ input:focus, select:focus { border-color:var(--accent); }
|
||||
}
|
||||
.fab:hover { transform: scale(1.1); filter: brightness(1.1); }
|
||||
.fab-trash { left: 2rem; right: auto; font-size:1.4rem; }
|
||||
.fab-trash.active { background:var(--danger); }
|
||||
.fab-trash.active { background:transparent; box-shadow:none; }
|
||||
|
||||
/* Generic modal overlay (if you don’t already have it) */
|
||||
.modal-overlay {
|
||||
|
||||
Reference in New Issue
Block a user