1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibWeb: Generate ::backdrop pseudo-elements

This commit is contained in:
Gingeh 2025-04-07 18:39:32 +10:00 committed by Sam Atkins
parent 2a17d6d449
commit 4b9f5c6fb8
Notes: github-actions[bot] 2025-04-09 11:11:48 +00:00
11 changed files with 145 additions and 2 deletions

View file

@ -152,7 +152,6 @@
}
dialog::backdrop {
/* FIXME: This doesn't work in Ladybird. */
background-color: rgba(0, 0, 0, 0.5);
}