-
Notifications
You must be signed in to change notification settings - Fork 26
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
docs(file): implement and document attrs and vars #828
Conversation
Deploy preview for helix-ui ready! Built with commit 76e97c6 |
5270be4
to
80aeca0
Compare
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.
@BY00565233, please check and verify these updates work in IE11 and Legacy Edge along with Firefox, Safari, and Chrome.
279f154
to
2891f48
Compare
@100stacks I verified and updated the code to work in all 5 browsers . please review |
2891f48
to
c25ba79
Compare
border-color: $red-status-900; | ||
border-color: var(--hxFile-hxFileTile-invalid-border-color, $red-status-900); |
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.
Please change [invalid] status colors to $red-status-500
.
6c89d0d
to
3ea5f56
Compare
3ea5f56
to
76e97c6
Compare
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.
DEV LGTM
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.
Dev LGTM
Description
<hx-file>
: implement and document attributes and variablesWhat are the relevant story cards/tickets? Any additional PRs or other references?
Jira: SURF-2107
Before you request a review for this PR:
yarn test
to ensure all tests passed?