diff --git a/css/style.css b/css/style.css index 35c191a..f453f98 100644 --- a/css/style.css +++ b/css/style.css @@ -273,8 +273,7 @@ input:focus, select:focus { border-color:var(--accent); } transition: 0.2s; z-index: 100; } .fab:hover { transform: scale(1.1); filter: brightness(1.1); } -.fab-trash { left: 2rem; right: auto; font-size:1.4rem; } -.fab-trash.active { background:transparent; box-shadow:none; } +.fab-trash { left: 2rem; right: auto; font-size:1.4rem; background:transparent; box-shadow:none; } /* Generic modal overlay (if you don’t already have it) */ .modal-overlay {