style(B03): 미리보기 범위 사각형 옅은 점선 처리
어두운 테마에서 채움 35%가 회색 덩어리로 보여 범위인지 안 읽힘 — 채움 12% + 점선 테두리로 「범위」임이 드러나게 함(실측 스크린샷 확인). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -614,8 +614,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.b03-file__preview-extent {
|
.b03-file__preview-extent {
|
||||||
fill: color-mix(in srgb, var(--color-border, #9aa) 35%, transparent);
|
fill: color-mix(in srgb, var(--color-border, #9aa) 12%, transparent);
|
||||||
stroke: var(--color-border, #9aa);
|
stroke: var(--color-border, #9aa);
|
||||||
|
stroke-dasharray: 4 3;
|
||||||
stroke-width: 1;
|
stroke-width: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user