web/Omnibox: don't show focus stroke in link bar

This commit is contained in:
wukko 2024-06-24 23:48:37 +06:00
parent 56081db857
commit f8ade2bf08
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -153,6 +153,10 @@
font-size: inherit; font-size: inherit;
} }
#link-area:focus-visible {
box-shadow: unset;
}
#link-area::placeholder { #link-area::placeholder {
color: var(--gray); color: var(--gray);
} }