fix(m01): 모달 뒷막 먹칠 없앰 — 덮개는 그대로
.m01-logic__backdrop 의 background 를 color-mix 30% 먹칠에서 transparent 로. 바깥 눌러 닫기·가운데 맞추기·z-index 는 그대로 둠 — 칠만 없앰. 검증: typecheck 통과 · ORCA 로 GF000219(13-4-1) 열어 줄 모달 띄움 — backgroundColor rgba(0,0,0,0)·backdrop-filter none(뒤 패널 안 흐려짐) · 바깥 클릭 닫힘 · Esc 닫힘 셋 다 확인. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V1MKKZKpUHTPKb513FneU8
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: color-mix(in srgb, var(--color-ink) 30%, transparent);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.m01-logic__pick {
|
||||
|
||||
Reference in New Issue
Block a user