You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Cards paragraph is created that uses the "Title on image" card style and does not use the "Clickable cards" option, any cards in the deck that have links will have titles which are red instead of white:
The necessary styling to set the title links to appear white is currently contained in the az-card-title-hover CSS library, which is only loaded when the "Clickable cards" option is checked. For this reason, if another Cards paragraph is included on the page that does have the "Clickable cards" option checked, this issue will not appear: the CSS will properly style the card titles in both Cards paragraphs.
Side note: In Quickstart 2, I believe cards that have linked titles within the card have always been black instead of red. Is this something we should consider changing? When you hover over the linked title, the underline appears like a normal link.
To Reproduce
Steps to reproduce the behavior:
On a blank page, create a new Cards paragraph.
Set the Card title style to "Title on image".
Create a card with an image, title, link title, and link URL.
Save the page and observe that the card title is red instead of white.
Proposed resolution
Determine the best place for the card title styling and the best way to include it on the page.
Expected behavior
Card title links on a card image should always be white, no matter whether the whole card is clickable or not.
The text was updated successfully, but these errors were encountered:
Describe the bug
If a Cards paragraph is created that uses the "Title on image" card style and does not use the "Clickable cards" option, any cards in the deck that have links will have titles which are red instead of white:
The necessary styling to set the title links to appear white is currently contained in the az-card-title-hover CSS library, which is only loaded when the "Clickable cards" option is checked. For this reason, if another Cards paragraph is included on the page that does have the "Clickable cards" option checked, this issue will not appear: the CSS will properly style the card titles in both Cards paragraphs.
Side note: In Quickstart 2, I believe cards that have linked titles within the card have always been black instead of red. Is this something we should consider changing? When you hover over the linked title, the underline appears like a normal link.
To Reproduce
Steps to reproduce the behavior:
Proposed resolution
Determine the best place for the card title styling and the best way to include it on the page.
Expected behavior
Card title links on a card image should always be white, no matter whether the whole card is clickable or not.
The text was updated successfully, but these errors were encountered: