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
border-block-start
<rh-tile>
Adding border-block-start custom props to <rh-tile> would allow us to handle a new trend we're seeing in mockups/designs.
Per FED discussion, we'd add the following custom props:
--rh-tile-border-block-start-width
--rh-tile-border-block-start-color
Which then can be styled with some CSS in a pattern, like:
--rh-tile-border-block-start-color: var(--rh-color-accent-brand-on-light, #ee0000); --rh-tile-border-block-start-width: var(--rh-border-width-lg, 3px);
Ignoring the Tile arrow in the heading, we're looking to be able to do something like this:
The text was updated successfully, but these errors were encountered:
Going with a different approach
Sorry, something went wrong.
markcaron
Successfully merging a pull request may close this issue.
Description
Adding
border-block-start
custom props to<rh-tile>
would allow us to handle a new trend we're seeing in mockups/designs.Suggested solution
Per FED discussion, we'd add the following custom props:
--rh-tile-border-block-start-width
--rh-tile-border-block-start-color
Which then can be styled with some CSS in a pattern, like:
Screenshots
Ignoring the Tile arrow in the heading, we're looking to be able to do something like this:
The text was updated successfully, but these errors were encountered: