Skip to content

Commit

Permalink
Local NTP, Realbox: match omnibox light mode + classic theme selected…
Browse files Browse the repository at this point in the history
…/hover row bg colors

Bug: 1020450
Change-Id: I8216b7dc529d40a9766b2007cc3609f9dfb2c1c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896306
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Dan Beam <dbeam@chromium.org>
Auto-Submit: Dan Beam <dbeam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711982}
  • Loading branch information
danbeam authored and Commit Bot committed Nov 2, 2019
1 parent 40ad679 commit e4ff718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/browser/resources/local_ntp/local_ntp.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ html[dir=rtl] :-webkit-any(.clock-icon, .search-icon) {
}

#realbox-matches a:-webkit-any(:hover, .selected) {
background-color: rgb(var(--GG100-rgb));
background-color: rgb(232, 232, 233);
}

#realbox-matches a:focus-within {
background-color: rgb(var(--GG200-rgb));
background-color: rgb(219, 219, 220);
}

#realbox-matches .match {
Expand Down

0 comments on commit e4ff718

Please sign in to comment.