Bug 1414693 - Find bar buttons lack hover feedback when using a dark lightweight theme r?jaws,ntim draft
authorBogdan Pozderca <bogdan@pozderca.com>
Tue, 13 Mar 2018 18:49:35 -0400
changeset 776708 dcb85ccdeb70875bd2f96d189c2e8ddf00ecfc41
parent 767022 00ef5405cd7e707a89568ec00120e5acac32b169
push id104963
push userbogdan@pozderca.com
push dateTue, 03 Apr 2018 16:17:01 +0000
reviewersjaws, ntim
bugs1414693
milestone61.0a1
Bug 1414693 - Find bar buttons lack hover feedback when using a dark lightweight theme r?jaws,ntim MozReview-Commit-ID: 4tRpQK6zHOV
browser/themes/shared/toolbarbuttons.inc.css
--- a/browser/themes/shared/toolbarbuttons.inc.css
+++ b/browser/themes/shared/toolbarbuttons.inc.css
@@ -38,18 +38,18 @@
 :root:-moz-lwtheme-darktext,
 toolbar:not([brighttext]) {
   --toolbarbutton-hover-background: var(--lwt-toolbarbutton-hover-background, hsla(240,5%,5%,.1));
   --toolbarbutton-active-background: var(--lwt-toolbarbutton-active-background, hsla(240,5%,5%,.15));
 }
 
 :root:-moz-lwtheme-brighttext,
 toolbar[brighttext] {
-  --toolbarbutton-hover-background: var(--lwt-toolbarbutton-hover-background, hsla(0,0%,100%,.2));
-  --toolbarbutton-active-background: var(--lwt-toolbarbutton-active-background, hsla(0,0%,100%,.3));
+  --toolbarbutton-hover-background: var(--lwt-toolbarbutton-hover-background, hsla(0,0%,70%,.4));
+  --toolbarbutton-active-background: var(--lwt-toolbarbutton-active-background, hsla(0,0%,70%,.6));
 
   --backbutton-background: var(--toolbarbutton-hover-background);
   --backbutton-hover-background: var(--toolbarbutton-active-background);
   --backbutton-active-background: hsla(0,0%,100%,.4);
 }
 
 /* ::::: primary toolbar buttons ::::: */