Bug 1358676 - One-off hover/mouseover color should be darker to match spec. r?florian draft
authorDrew Willcoxon <adw@mozilla.com>
Fri, 21 Apr 2017 17:24:31 -0700
changeset 566709 b609872b18dedec59db8b729bb3abd5ee4f7bb46
parent 566708 3d1fd7c5808b90d84f43ae00d1e30e8a9fb0b510
child 625393 a1946ec80e174be3c937ab19ffd9f4dd80c6aee2
push id55301
push userdwillcoxon@mozilla.com
push dateSat, 22 Apr 2017 00:25:26 +0000
reviewersflorian
bugs1358676
milestone55.0a1
Bug 1358676 - One-off hover/mouseover color should be darker to match spec. r?florian MozReview-Commit-ID: EbAtufnycrB
browser/themes/linux/searchbar.css
browser/themes/osx/searchbar.css
browser/themes/windows/searchbar.css
--- a/browser/themes/linux/searchbar.css
+++ b/browser/themes/linux/searchbar.css
@@ -219,17 +219,17 @@ menuitem[cmd="cmd_clearhistory"][disable
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.dummy:not(.last-of-row),
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-engine,
 .search-setting-button-compact {
   background-image: none;
 }
 
 .searchbar-engine-one-off-item:not([selected]):not(.dummy):hover,
 .addengine-item:hover {
-  background-color: hsla(0, 0%, 0%, 0.06);
+  background-color: hsla(0, 0%, 0%, 0.1);
   color: inherit;
 }
 
 .searchbar-engine-one-off-item[selected] {
   background-color: Highlight;
   background-image: none;
   color: HighlightText;
 }
--- a/browser/themes/osx/searchbar.css
+++ b/browser/themes/osx/searchbar.css
@@ -208,17 +208,17 @@
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.dummy:not(.last-of-row),
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-engine,
 .search-setting-button-compact {
   background-image: none;
 }
 
 .searchbar-engine-one-off-item:not([selected]):not(.dummy):hover,
 .addengine-item:hover {
-  background-color: hsla(0, 0%, 0%, 0.06);
+  background-color: hsla(0, 0%, 0%, 0.1);
   color: inherit;
 }
 
 .searchbar-engine-one-off-item[selected] {
   background-color: Highlight;
   background-image: none;
   color: HighlightText;
 }
--- a/browser/themes/windows/searchbar.css
+++ b/browser/themes/windows/searchbar.css
@@ -220,17 +220,17 @@
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.dummy:not(.last-of-row),
 .search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-engine,
 .search-setting-button-compact {
   background-image: none;
 }
 
 .searchbar-engine-one-off-item:not([selected]):not(.dummy):hover,
 .addengine-item:hover {
-  background-color: hsla(0, 0%, 0%, 0.06);
+  background-color: hsla(0, 0%, 0%, 0.1);
   color: inherit;
 }
 
 .searchbar-engine-one-off-item[selected] {
   background-color: Highlight;
   background-image: none;
   color: HighlightText;
 }