diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-12 18:28:25 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:50:04 +0000 |
commit | a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0 (patch) | |
tree | 265426c26f75a113cbda70a2864793a2de5cb3ac /layout/style | |
parent | d050188cd525b769d33e2a2d94454b32aaa0b622 (diff) | |
download | UXP-a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0.tar UXP-a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0.tar.gz UXP-a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0.tar.lz UXP-a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0.tar.xz UXP-a444b5cc390cbf522671e7a3f7c35fb4cadd3bb0.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')
-rw-r--r-- | layout/style/res/html.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; |