Skip to content

fix: hide child elements inside .skeleton-block - #4050

Open
q121212 wants to merge 1 commit into
jgthms:mainfrom
q121212:fix/skeleton-block-child-visibility
Open

fix: hide child elements inside .skeleton-block#4050
q121212 wants to merge 1 commit into
jgthms:mainfrom
q121212:fix/skeleton-block-child-visibility

Conversation

@q121212

@q121212 q121212 commented Jul 12, 2026

Copy link
Copy Markdown

Fixes #3977

Problem

Links and other elements with their own text color remain visible inside .skeleton-block. The parent's color: transparent !important does not cascade to children that have explicit color (e.g. <a> elements with browser default -webkit-link).

Fix

Add * { color: inherit !important; } inside .skeleton-block to force all child elements to inherit the transparent color from the parent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

link appears through skeleton-block

1 participant