Bug 1407887 - Set the size of permission icons as 20x20px. draft
authorEvan Tseng <evan@tseng.io>
Tue, 24 Oct 2017 11:12:59 +0800
changeset 685967 2e9eb92b3c0bd584e5bec3757153f8a128e4f925
parent 685608 a124f4901430f6db74cfc7fe3b07957a1c691b40
child 737258 42264ee5137ee75ecc43f9dfa251c74bc71d5baa
push id86051
push userbmo:evan@tseng.io
push dateWed, 25 Oct 2017 07:08:50 +0000
bugs1407887
milestone58.0a1
Bug 1407887 - Set the size of permission icons as 20x20px. MozReview-Commit-ID: 2QelTehn70s
browser/themes/shared/incontentprefs/privacy.css
--- a/browser/themes/shared/incontentprefs/privacy.css
+++ b/browser/themes/shared/incontentprefs/privacy.css
@@ -1,15 +1,15 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .permission-icon {
-  max-height: 20px;
-  max-width: 20px;
+  height: 20px;
+  width: 20px;
   vertical-align: middle;
   -moz-context-properties: fill;
   fill: currentColor;
 }
 
 .geo-icon {
   list-style-image: url(chrome://browser/skin/notification-icons/geo.svg);
 }