Bug 1325574 - Highlight the action buttons only when the mouse is directly over them. r=paolo draft
authorRex Lee <rexboy@mozilla.com>
Thu, 19 Jan 2017 19:08:59 +0800
changeset 464093 fa450fd4132f1d9fdc1a24699de6ed9a588759c8
parent 463342 96cb95af530477edb66ae48d98c18533476e57bb
child 542852 90f52caa4cf6981b2c84f0144048daae25f58494
push id42267
push userbmo:rexboy@mozilla.com
push dateFri, 20 Jan 2017 09:50:26 +0000
reviewerspaolo
bugs1325574
milestone53.0a1
Bug 1325574 - Highlight the action buttons only when the mouse is directly over them. r=paolo MozReview-Commit-ID: 1GPnwLYYAbz
browser/themes/shared/downloads/downloads.inc.css
--- a/browser/themes/shared/downloads/downloads.inc.css
+++ b/browser/themes/shared/downloads/downloads.inc.css
@@ -254,21 +254,16 @@ richlistitem[type="download"]:last-child
   fill: currentColor;
 }
 
 .downloadButton > .button-box > .button-text {
   margin: 0 !important;
   padding: 0;
 }
 
-@itemFinished@[exists]:hover > .downloadMainArea,
-@item@:not([verdict]):hover > .downloadButtonArea {
-  background-color: var(--arrowpanel-dimmed);
-}
-
 @itemFinished@[exists] .downloadMainArea:hover,
 @item@:not([verdict]) > .downloadButtonArea:hover,
 @item@[verdict]:hover {
   background-color: var(--arrowpanel-dimmed-further);
 }
 
 @itemFinished@[exists] > .downloadMainArea:hover:active,
 @item@:not([verdict]) > .downloadButtonArea:hover:active,