Selected tab as urlbar: Remove outline from urlbar

This commit is contained in:
MrOtherGuy 2023-01-21 08:53:29 +02:00
parent c48a197a63
commit 0e2b52fcaa

View file

@ -21,6 +21,7 @@ See the above repository for updates as well as full license text. */
background: transparent !important; background: transparent !important;
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
} }
.urlbarView{ .urlbarView{
background: var(--toolbar-field-focus-background-color); background: var(--toolbar-field-focus-background-color);