Bug 1387420 - Remove obsolete rules from browser/themes/windows/compacttheme.css and browser/themes/linux/compacttheme.css. r?daleharvey draft
authorDão Gottwald <dao@mozilla.com>
Fri, 04 Aug 2017 15:02:15 +0200
changeset 621171 fc74d23e2f465f3b4b4ce6fb32e2f932388d8bc6
parent 620862 32083f24a1bb2c33050b4c972783f066432194eb
child 640931 52fae1c6f49f69d4ef9ecd79498ad09766153643
push id72292
push userdgottwald@mozilla.com
push dateFri, 04 Aug 2017 13:02:45 +0000
reviewersdaleharvey
bugs1387420
milestone57.0a1
Bug 1387420 - Remove obsolete rules from browser/themes/windows/compacttheme.css and browser/themes/linux/compacttheme.css. r?daleharvey MozReview-Commit-ID: EntiLXoGfQb
browser/themes/linux/compacttheme.css
browser/themes/windows/compacttheme.css
--- a/browser/themes/linux/compacttheme.css
+++ b/browser/themes/linux/compacttheme.css
@@ -29,19 +29,8 @@
 
 .urlbar-history-dropmarker {
   -moz-appearance: none;
   padding: 0 3px;
   list-style-image: var(--urlbar-dropmarker-url);
   -moz-image-region: var(--urlbar-dropmarker-region);
 }
 
-/* Fix the bad-looking text-shadow in the sidebar header: */
-.sidebar-header,
-#sidebar-header {
-  text-shadow: none;
-}
-
-.ac-type-icon {
-  /* Left-align the type icon in awesomebar popup results with the icon in the
-     urlbar. */
-  margin-inline-start: 11px;
-}
--- a/browser/themes/windows/compacttheme.css
+++ b/browser/themes/windows/compacttheme.css
@@ -25,20 +25,16 @@
 }
 
 @media (-moz-windows-compositor) {
   #main-window {
     background: transparent !important;
   }
 }
 
-#TabsToolbar::after {
-  display: none;
-}
-
 #toolbar-menubar {
   text-shadow: none !important;
 }
 
 @media (-moz-os-version: windows-win7),
        (-moz-os-version: windows-win8) {
 %ifndef MOZ_PHOTON_THEME
   :root {
@@ -155,13 +151,8 @@
   :root[sizemode="maximized"] #titlebar-max:-moz-lwtheme {
     list-style-image: url(chrome://browser/skin/window-controls/restore.svg);
   }
   #titlebar-close:-moz-lwtheme {
     list-style-image: url(chrome://browser/skin/window-controls/close.svg);
   }
 }
 
-.ac-type-icon {
-  /* Left-align the type icon in awesomebar popup results with the icon in the
-     urlbar. */
-  margin-inline-start: 13px;
-}