[Webkit-unassigned] [Bug 271615] SVG opacity failure after reader view
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 31 19:44:59 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271615
--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
The background is made of
<div class="glowingBackdrop"></div>
div.glowingBackdrop {
position: absolute;
left: 0;
top: 0;
z-index: -10;
width: 100%;
height: 100%;
background-image: url(/static/images/patterns/hexagon-grid.svg);
background-position: 50%;
background-repeat: no-repeat;
opacity: .5;
}
div.glowingBackdrop::after {
position: absolute;
inset: 0;
margin: auto;
aspect-ratio: 1/1;
width: 300px;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgb(153 204 125/var(--tw-bg-opacity));
--tw-blur: blur(120px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
--tw-content: "";
content: var(--tw-content);
}
@media (min-width:768px) {
div.glowingBackdrop {
opacity: 1;
}
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240401/bd4907ed/attachment.htm>
More information about the webkit-unassigned
mailing list