Refactor zen-browser-container.css: Remove unnecessary background color styling for browser element

This commit is contained in:
mr. M
2024-10-15 16:35:17 +02:00
parent 3b850ae3b9
commit 4dd5e7c4b9

View File

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