Trash FAB: always transparent background, no shadow

This commit is contained in:
2026-05-12 15:49:40 +01:00
parent 59d407558b
commit eb15d9e849
+1 -2
View File
@@ -273,8 +273,7 @@ input:focus, select:focus { border-color:var(--accent); }
transition: 0.2s; z-index: 100; transition: 0.2s; z-index: 100;
} }
.fab:hover { transform: scale(1.1); filter: brightness(1.1); } .fab:hover { transform: scale(1.1); filter: brightness(1.1); }
.fab-trash { left: 2rem; right: auto; font-size:1.4rem; } .fab-trash { left: 2rem; right: auto; font-size:1.4rem; background:transparent; box-shadow:none; }
.fab-trash.active { background:transparent; box-shadow:none; }
/* Generic modal overlay (if you dont already have it) */ /* Generic modal overlay (if you dont already have it) */
.modal-overlay { .modal-overlay {