From a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 12 May 2020 18:28:25 +0000 Subject: Issue #1543 - Follow-up: avoid displaying the Alt text if an image is loading. This prevents the Alt text from briefly being shown before being replaced with the image. --- layout/style/res/html.css | 1 - 1 file changed, 1 deletion(-) (limited to 'layout/style/res') diff --git a/layout/style/res/html.css b/layout/style/res/html.css index 1f572467f..44e41c8d0 100644 --- a/layout/style/res/html.css +++ b/layout/style/res/html.css @@ -637,7 +637,6 @@ hr[size="1"] { img:-moz-broken::before, input:-moz-broken::before, img:-moz-user-disabled::before, input:-moz-user-disabled::before, -img:-moz-loading::before, input:-moz-loading::before, applet:-moz-empty-except-children-with-localname(param):-moz-broken::before, applet:-moz-empty-except-children-with-localname(param):-moz-user-disabled::before { content: -moz-alt-content !important; -- cgit v1.2.3