-
Notifications
You must be signed in to change notification settings - Fork 87
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
refactor: address FIXME:TOKEN #857
refactor: address FIXME:TOKEN #857
Conversation
@@ -16,7 +16,7 @@ | |||
--radius: var(--telekom-radius-large); | |||
--box-shadow: var(--telekom-shadow-raised-standard); | |||
--box-shadow-hover: var(--telekom-shadow-raised-hover); | |||
--box-shadow-focus: 0 0 0 var(--telekom-spacing-unit-x05) | |||
--box-shadow-focus: 0 0 0 var(--telekom-line-weight-highlight) |
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.
could this be a new token as well? seems like it's defined in the same way for a lot of components
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.
yep, I used this line-weight…
in all borders and "focus shadows"
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.
code looks fine to me, just some minor comments/clarifications. I ran it locally and dark mode looked a bit weird in some components but I think that is not in scope of this PR
that's right, I "fixed" some in dark mode, but no all… so we'll do this QA round right after merging this 👌 |
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.
LGTM.
Here we go:
I'm leaving
FIXME:TOKEN
only for those cases I believe we need to double-check with design, others I'm turning intoFIXME
because we can fix later, and others I'm deleting because can be addressed later, later…