We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently all the styles applied to elements inside .u-richtext use child selectors to constrain text styles.
.u-richtext
https://github.com/abcnews/odyssey/blob/250831bef207b3cedc23b4f7b18d4630bb6d4136/src/app/components/utilities/richtext.scss#LL67C3-L78C4
That makes sense, but it means content inside range decoys don't get the richtext styles. Could we extend all those styles to include
[class*='u-richtext'], [class*='u-richtext'] > [data-component='Decoy'] {
or similar?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently all the styles applied to elements inside
.u-richtext
use child selectors to constrain text styles.https://github.com/abcnews/odyssey/blob/250831bef207b3cedc23b4f7b18d4630bb6d4136/src/app/components/utilities/richtext.scss#LL67C3-L78C4
That makes sense, but it means content inside range decoys don't get the richtext styles. Could we extend all those styles to include
or similar?
The text was updated successfully, but these errors were encountered: