mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/Omnibox: don't show focus stroke in link bar
This commit is contained in:
parent
56081db857
commit
f8ade2bf08
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@
|
|||
font-size: inherit;
|
||||
}
|
||||
|
||||
#link-area:focus-visible {
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
#link-area::placeholder {
|
||||
color: var(--gray);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue