Fix image preview too dark in alt text editor dialog (#40126)

This commit is contained in:
diondiondion
2026-08-11 17:52:12 +02:00
committed by GitHub
parent 62f643348a
commit 2b53f93e68

View File

@@ -8259,6 +8259,10 @@ noscript {
justify-content: center;
align-items: center;
img {
user-select: none;
}
&.dragging {
cursor: grabbing;
}
@@ -8270,7 +8274,7 @@ noscript {
transform: translate(-50%, -50%);
border: 2px solid var(--color-text-on-media);
border-radius: 50%;
box-shadow: 0 0 0 9999em var(--color-shadow-primary);
box-shadow: 0 0 0 9999em rgb(from black r g b / 25%);
pointer-events: none;
}
}