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
<rh-card>
Note: Will be true after #1380 merges
https://deploy-preview-1380--red-hat-design-system.netlify.app/elements/card/demo/variants/
Per the design spec we should only have 32px here. However we have 32px margin on #body + 16px margin on the <p>.
#body
<p>
The text was updated successfully, but these errors were encountered:
Related possible future state css: https://developer.apple.com/videos/play/wwdc2023/10121/?time=238
Sorry, something went wrong.
it's not clear to me that this can be done from the shadow root.
:first-of-type-in-slot
::slotted(* + p:first-of-type)
:first-child
:first-of-type
p
we could add a special slot for the logo image, but i'm preeeeetty sure that's not a proper solution (too specific)
or we could say "this is a pattern-level issue" i.e. require light-dom css
This was my findings, unfortunately just no way of doing it given complex selectors not being allowed.
No branches or pull requests
Note: Will be true after #1380 merges
https://deploy-preview-1380--red-hat-design-system.netlify.app/elements/card/demo/variants/
Per the design spec we should only have 32px here. However we have 32px margin on
#body+ 16px margin on the<p>.The text was updated successfully, but these errors were encountered: