Don't apply effect when image is empty

This commit is contained in:
Jason Zimdars
2024-09-06 09:50:28 -05:00
parent a0fb034bae
commit f6cb8f7a62
+1 -1
View File
@@ -242,7 +242,7 @@
white-space: normal;
@media (hover: hover) {
.bubble:has(.bubble__image):hover & {
.bubble:has(.bubble__image img:not([src=""])):hover & {
color: var(--color-ink-reversed);
text-shadow: 0 0 0.2em var(--bubble-color), 0 0 0.2em var(--bubble-color), 0 0 0.2em var(--bubble-color);
position: relative;