Hide alt text in images
This commit is contained in:
parent
35f694bcda
commit
6e603597ef
@ -38,9 +38,6 @@ a
|
|||||||
img
|
img
|
||||||
backface-visibility hidden
|
backface-visibility hidden
|
||||||
|
|
||||||
// Hide the alt text that is shown while the image is loading
|
|
||||||
// text-indent -9999px
|
|
||||||
|
|
||||||
.hidden
|
.hidden
|
||||||
display none !important
|
display none !important
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
visibility hidden
|
visibility hidden
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
|
// Hide the alt text that is shown while the image is loading
|
||||||
|
text-indent -500px
|
||||||
|
|
||||||
.element-color-preview
|
.element-color-preview
|
||||||
visibility visible
|
visibility visible
|
||||||
animation color-preview 1000ms forwards
|
animation color-preview 1000ms forwards
|
||||||
|
Loading…
Reference in New Issue
Block a user