Tried to fix themes and popups ( LOOK INTO THIS )

This commit is contained in:
Mauro Balades
2024-07-29 11:42:52 +02:00
parent 80027fbe48
commit 2b56b9b97d
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
@import url("zen-fullscreen-override.css");
:root {
--zen-main-browser-background: transparent;
--zen-main-browser-background: light-dark(white, #1b1b1b);
--zen-appcontent-border: 1px solid var(--zen-colors-border);
--zen-browser-border-radius: var(--zen-panel-radius);
}

View File

@@ -1,5 +1,5 @@
diff --git a/toolkit/themes/shared/popup.css b/toolkit/themes/shared/popup.css
index ed230860215c734e6fb903b3660d0c679043e3f3..a2808bec7fbfff58e3c56219cf2c7703eeb61ec1 100644
index ed230860215c734e6fb903b3660d0c679043e3f3..348436a56cecdf101da66cdec9d64f1bb851ba4d 100644
--- a/toolkit/themes/shared/popup.css
+++ b/toolkit/themes/shared/popup.css
@@ -2,6 +2,8 @@
@@ -62,3 +62,11 @@ index ed230860215c734e6fb903b3660d0c679043e3f3..a2808bec7fbfff58e3c56219cf2c7703
&::part(content) {
display: flex;
@@ -193,6 +182,6 @@ panel[type="arrow"] {
}
&[animating] {
- pointer-events: none;
+ /*pointer-events: none;*/
}
}