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

View File

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