Commit e4ff7181 authored by Dan Beam's avatar Dan Beam Committed by Commit Bot

Local NTP, Realbox: match omnibox light mode + classic theme selected/hover row bg colors

Bug: 1020450
Change-Id: I8216b7dc529d40a9766b2007cc3609f9dfb2c1c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896306Reviewed-by: default avatarDemetrios 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}
parent 40ad6798
...@@ -295,11 +295,11 @@ html[dir=rtl] :-webkit-any(.clock-icon, .search-icon) { ...@@ -295,11 +295,11 @@ html[dir=rtl] :-webkit-any(.clock-icon, .search-icon) {
} }
#realbox-matches a:-webkit-any(:hover, .selected) { #realbox-matches a:-webkit-any(:hover, .selected) {
background-color: rgb(var(--GG100-rgb)); background-color: rgb(232, 232, 233);
} }
#realbox-matches a:focus-within { #realbox-matches a:focus-within {
background-color: rgb(var(--GG200-rgb)); background-color: rgb(219, 219, 220);
} }
#realbox-matches .match { #realbox-matches .match {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment