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