Remove outline from URL bar background for improved styling

This commit is contained in:
mr. M
2024-11-27 19:52:42 +01:00
parent 5497016015
commit d9b28a79f1

View File

@@ -28,6 +28,7 @@
#urlbar-background {
background: var(--zen-dialog-background);
outline: none !important;
}
#urlbar[focused='true'] > #urlbar-background {