검증게시판 첨부이미지 삭제 기능

This commit is contained in:
Macbook
2026-06-13 01:48:06 +09:00
parent 864d85484d
commit 3a4cc1ff3e
4 changed files with 32 additions and 36 deletions
+7 -2
View File
@@ -910,8 +910,13 @@
font-size: 12px;
line-height: 1;
cursor: pointer;
opacity: 0;
transition: opacity 0.15s;
opacity: 0.82;
transition: opacity 0.15s, background 0.15s;
}
.vbd-attach-remove:hover:not(:disabled) {
opacity: 1;
background: rgba(198, 40, 40, 0.88);
}
.vbd-attach-item:hover .vbd-attach-remove {