Bug 1423647 - Restore border-radius for buttons in the Downloads View in the Library. r?mak draft
authorDão Gottwald <dao@mozilla.com>
Thu, 07 Dec 2017 12:25:33 +0100
changeset 709001 66eb155ee8cb1cb437c6e4ff60e10dc9bbd55c54
parent 709000 ba84e01c50eed07f85e3ced37eaaf134843e2a6a
child 743294 7597ca3d826b2a679f806ef3e616d9b655272df5
push id92501
push userdgottwald@mozilla.com
push dateThu, 07 Dec 2017 11:26:02 +0000
reviewersmak
bugs1423647
milestone59.0a1
Bug 1423647 - Restore border-radius for buttons in the Downloads View in the Library. r?mak MozReview-Commit-ID: 6kkdp8pHAlv
browser/themes/shared/downloads/allDownloadsViewOverlay.inc.css
--- a/browser/themes/shared/downloads/allDownloadsViewOverlay.inc.css
+++ b/browser/themes/shared/downloads/allDownloadsViewOverlay.inc.css
@@ -75,20 +75,16 @@
   min-width: 0;
   min-height: 0;
   margin: 0;
   border: none;
   color: inherit;
   padding: 0 18px;
 }
 
-.downloadButton:-moz-focusring {
-  -moz-outline-radius: 50%;
-}
-
 .downloadButton > .button-box {
   -moz-appearance: none;
   padding: 2px !important;
 }
 
 .downloadButton > .button-box > .button-icon {
   width: 16px;
   height: 16px;
@@ -99,16 +95,17 @@
 
 .downloadButton > .button-box > .button-text {
   display: none;
 }
 
 .downloadButton:hover > .button-box {
   background-color: graytext;
   color: -moz-field;
+  border-radius: 50%;
 }
 
 .downloadButton:hover:active > .button-box {
   background-color: -moz-fieldtext;
 }
 
 @itemFocused@ > .downloadButtonArea > .downloadButton:hover > .button-box {
   background-color: HighlightText;