From edb2afc92f28df8ce6b3f725e65e26104f389c0b Mon Sep 17 00:00:00 2001 From: Richard Marti Date: Wed, 6 Nov 2019 18:21:13 +0100 Subject: [PATCH] Bug 1594485 - Remove remaining obsolete -moz-binding. r=mkmelin --- mail/themes/linux/mail/messenger.css | 5 ----- mailnews/db/gloda/content/glodacomplete.css | 4 ---- 2 files changed, 9 deletions(-) diff --git a/mail/themes/linux/mail/messenger.css b/mail/themes/linux/mail/messenger.css index f8356709e6..e9ac81495e 100644 --- a/mail/themes/linux/mail/messenger.css +++ b/mail/themes/linux/mail/messenger.css @@ -549,11 +549,6 @@ treecol.treecol-image:hover:active { background: var(--sidebar-highlight-background-color, rgba(249,249,250,.1)); } -/* Stock icons for the menu bar items -menuitem:not([type]) { - -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic"); -} - */ #menu_New { list-style-image: url("moz-icon://stock/gtk-new?size=menu"); } diff --git a/mailnews/db/gloda/content/glodacomplete.css b/mailnews/db/gloda/content/glodacomplete.css index 92aedbaf07..73d783c222 100644 --- a/mailnews/db/gloda/content/glodacomplete.css +++ b/mailnews/db/gloda/content/glodacomplete.css @@ -2,10 +2,6 @@ * 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/. */ -textbox[type="glodacomplete"] { - -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#autocomplete"); -} - .explanation, .gloda-single-identity { margin-inline-start: 1em; margin-top: 2px;