summaryrefslogtreecommitdiffstats
path: root/layout/style/res
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-12 18:28:25 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-12 18:28:25 +0000
commitd3b19e64a3d707fd5f1b00e069736a2a8507208c (patch)
treea5b0f68a33c749f150d6ef84f7c55de0d9bf13bb /layout/style/res
parent39c7fd37d5851edd2f706760a5a067ce12bb96c0 (diff)
downloadUXP-d3b19e64a3d707fd5f1b00e069736a2a8507208c.tar
UXP-d3b19e64a3d707fd5f1b00e069736a2a8507208c.tar.gz
UXP-d3b19e64a3d707fd5f1b00e069736a2a8507208c.tar.lz
UXP-d3b19e64a3d707fd5f1b00e069736a2a8507208c.tar.xz
UXP-d3b19e64a3d707fd5f1b00e069736a2a8507208c.zip
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.
Diffstat (limited to 'layout/style/res')
-rw-r--r--layout/style/res/html.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout/style/res/html.css b/layout/style/res/html.css
index ea8efbe24..4f43f3134 100644
--- a/layout/style/res/html.css
+++ b/layout/style/res/html.css
@@ -642,7 +642,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;