Bug 1398349 - don't use native Windows styling for downloads subview 'open in containing folder' button, r?mikedeboer draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Wed, 13 Sep 2017 13:54:14 +0100
changeset 663853 a7a8760f6399d86cc8ff1fad044ca077b35d85b2
parent 663134 a73cc4e08bf5a005722c95b43f84ab0c8ff2bc7c
child 663856 16adfad79f518545f808a800a435f16e929dd9b1
push id79544
push userbmo:gijskruitbosch+bugs@gmail.com
push dateWed, 13 Sep 2017 12:54:37 +0000
reviewersmikedeboer
bugs1398349
milestone57.0a1
Bug 1398349 - don't use native Windows styling for downloads subview 'open in containing folder' button, r?mikedeboer MozReview-Commit-ID: CGgtsNUiFnw
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -2057,16 +2057,17 @@ photonpanelmultiview #panelMenu_pocket {
 }
 
 .subviewbutton.download > .toolbarbutton-text > .status-text {
   color: GrayText;
   font-size: .7em;
 }
 
 .subviewbutton.download > .action-button {
+  -moz-appearance: none; /* To avoid native Windows hover styling */
   -moz-context-properties: fill;
   fill: currentColor;
   list-style-image: url("chrome://browser/skin/find.svg");
   /* Measurement to vertically center this button: 1 line of text minus half of 4px top margin. */
   margin: calc(1em - 2px) 0 0;
   padding: 4px;
 }