-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
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
feat(ui5-title): add custom overstyles when used with Link #6932
Conversation
There are cases when a Link will be used inside a Title. A subtle link will look like a default link when it is used inside a title. Refactored Link to allow for overstyling. Fixes #6785
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 on link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also update the documentation of the slot sap.ui.webc.main.Title.prototype.default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From UA perspective, I approve these changes...
There are cases when a Link will be used inside a Title. Elements nested inside, mainly the Link, will inherit the Title's font styles. Refactored Link to allow for overstyling. Updated text-underline when hovering a Subtle link to match the latest VD spec. Fixes #6785
There are cases when a Link will be used inside a Title. Elements nested inside, mainly the Link, will inherit the Title's font styles. Refactored Link to allow for overstyling. Updated text-underline when hovering a Subtle link to match the latest VD spec. Fixes #6785
There are cases when a Link will be used inside a Title.
Elements nested inside, mainly the Link, will inherit the Title's font styles.
Refactored Link to allow for overstyling. Updated text-underline when hovering a Subtle link to match the latest VD spec.
Fixes #6785