mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
150c2b6fba
**Description:** x-ref: https://vercel.slack.com/archives/C03EWR7LGEN/p1679513958649249
10 lines
183 B
CSS
10 lines
183 B
CSS
dialog::-webkit-backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|
|
dialog::-ms-backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|
|
dialog::backdrop {
|
|
background: rgba(255, 0, 0, .25);
|
|
}
|