검증게시판 첨부이미지 삭제 기능
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user