Skip to content
Snippets Groups Projects
Commit c5164da3 authored by Wesley Sandra's avatar Wesley Sandra Committed by Wesley Sandra
Browse files

Issue #3394627 by weseze: Background images should not visually render

parent 46b8c7e2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@
.drimage.is-background-image > img,
.drimage.is-background-image > a > img,
.drimage.is-background-image > picture,
.drimage.is-background-image > a > picture {
.drimage.is-background-image > picture > img,
.drimage.is-background-image > a > picture,
.drimage.is-background-image > a > picture > img {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment