Refactor browser container CSS to remove unnecessary background color

This commit is contained in:
mr. M
2024-10-19 13:43:38 +02:00
parent 73eb4e3389
commit 15621d76b9

View File

@@ -11,10 +11,6 @@
box-shadow: var(--uc-tweak-rounded-corners-shadow) !important;
& browser {
background: white;
}
/* Use pseudo element overlay to simulate rounded corners, similar to the
* tab corners, fixes bug with backdrop-filter. */
&::after {