-
Notifications
You must be signed in to change notification settings - Fork 343
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
Stories rework: VaButton #3890
base: develop
Are you sure you want to change the base?
Stories rework: VaButton #3890
Conversation
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.
Pretty close to finish on stories. I'd like to get some output from Maksim on useSize before we continue though.
We also have some test regressions.
11b0ab2
to
4c98f4d
Compare
That would be the last round of feedback from me. We're good to merge after that 😎 |
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.
Stories are fine from my side
css and sizes updates need review from @m0ksem
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.
I think we will polish sizes config later with @xx13 when he's gonna be ready.
So, you can change sizes as you want until it doesn't produce breaking changes.
|
||
.va-button__content { | ||
font-size: var(--va-button-font-size); |
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.
Remove CSS variables too.
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.
Just checked - these variables are used in a couple of components, i.e. pagination and upload list. So might be something for different PR.
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.
Everything button related is finished, but css variables removal is incomplete.
So I believe the best solution would be not to touch it at all for now.
So we need to rollback css changes.
No description provided.