Skip to content

Commit

Permalink
♿️ Add ring around urlbar in high contrast mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Jan 17, 2024
1 parent 98a04e7 commit 3e3f229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/search/content/browser-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,10 @@

:host(browser-urlbar) browser-debug-hologram[debugid="urlbar"] {
margin-top: -18px;
}

@media (prefers-contrast) {
:host(browser-urlbar) {
outline: 1px solid var(--browser-high-contrast-color);
}
}

0 comments on commit 3e3f229

Please sign in to comment.