Bug 1400863 - Fix tracking protection close icon size. r?dao draft
authorDale Harvey <dale@arandomurl.com>
Fri, 22 Sep 2017 12:10:07 +0100
changeset 669027 4869a0fe4b071e6ea5a91ac99c69454dd175578e
parent 668864 bcab76b04fbf5e1846bdaa062fcfdd93b5b45a5f
child 732836 c6ed67261865a4f5e1da98c11b4b66c0f3af7016
push id81189
push userbmo:dharvey@mozilla.com
push dateFri, 22 Sep 2017 11:10:32 +0000
reviewersdao
bugs1400863
milestone58.0a1
Bug 1400863 - Fix tracking protection close icon size. r?dao MozReview-Commit-ID: HFt3zUedTDj
browser/themes/linux/browser.css
browser/themes/osx/browser.css
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -732,18 +732,16 @@ html|span.ac-emphasize-text-url {
 }
 
 #UITourTooltipDescription {
   font-size: 1.05rem;
 }
 
 #UITourTooltipClose {
   margin-inline-end: -4px;
-  height: 16px;
-  width: 16px;
 }
 
 /**
  * Override the --arrowpanel-padding so the background extends
  * to the sides and bottom of the panel.
  */
 #UITourTooltipButtons {
   margin-left: -10px;
--- a/browser/themes/osx/browser.css
+++ b/browser/themes/osx/browser.css
@@ -1266,22 +1266,16 @@ html|*.addon-webext-perm-list {
   line-height: 2rem;
 }
 
 #UITourTooltipClose {
   margin-inline-end: -10px;
   margin-top: -14px;
 }
 
-@media (min-resolution: 2dppx) {
-  #UITourTooltipClose > .toolbarbutton-icon {
-    width: 16px;
-  }
-}
-
 %include ../shared/contextmenu.inc.css
 
 #context-navigation > .menuitem-iconic {
   padding-left: 0;
   padding-right: 0;
 }
 
 .browser-extension-panel > .panel-arrowcontainer > .panel-arrowcontent {