Bug 1390812 - Remove obsolete #back-button rule from compacttheme.inc.css r?dao draft
authorXavier ALT <dex@phoenix-ind.net>
Thu, 17 Aug 2017 00:29:17 +0200
changeset 647734 94b58f0596586bbdbd9275227449881412acba2b
parent 647624 07ce8c96222d533fc89c02802143d35d7c351f9c
child 726630 04838d07d574ae517a1725fda051a2a1eaf507ec
push id74536
push userbmo:dex@phoenix-ind.net
push dateWed, 16 Aug 2017 22:34:00 +0000
reviewersdao
bugs1390812
milestone57.0a1
Bug 1390812 - Remove obsolete #back-button rule from compacttheme.inc.css r?dao MozReview-Commit-ID: 5yWygUFF9gp
browser/themes/shared/compacttheme.inc.css
--- a/browser/themes/shared/compacttheme.inc.css
+++ b/browser/themes/shared/compacttheme.inc.css
@@ -131,21 +131,16 @@ toolbar[brighttext] .toolbarbutton-1 {
 #urlbar-zoom-button:-moz-lwtheme-brighttext:hover {
   background-color: rgba(255,255,255,.2);
 }
 
 #urlbar-zoom-button:-moz-lwtheme-brighttext:hover:active {
   background-color: rgba(255,255,255,.3);
 }
 
-/* Use smaller back button icon */
-#back-button {
-  list-style-image: url("chrome://browser/skin/back.svg");
-}
-
 .tab-throbber[selected][progress] {
   list-style-image: url("chrome://browser/skin/compacttheme/loading-inverted.png");
 }
 
 @media (min-resolution: 1.1dppx) {
   .tab-throbber[selected][progress] {
     list-style-image: url("chrome://browser/skin/compacttheme/loading-inverted@2x.png");
   }