Skip to content
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

fix: set input value font weight property on input container #8141

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

web-padawan
Copy link
Member

Description

Fixes #7957

Moved the font-weight custom CSS property to the correct file. Also changed it to 500 for backwards compatibility in order to not break screenshots (currently used 400 has never been working properly).

Marked as a behavior altering fix, though I think we can still backport it at least to 24.5 to make the property work.

Type of change

  • Behavior altering fix

Copy link

sonarcloud bot commented Nov 13, 2024

Copy link
Contributor

@sissbruecker sissbruecker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which way would this alter existing behavior? It preserves the defaults, and it looks like you would still be able to override everything in custom styles.

@web-padawan
Copy link
Member Author

Yes, the only thing is that incorrect default (400) was changed to the one actually used. So maybe it's ok to consider this a regular fix.

@web-padawan web-padawan changed the title fix!: set input value font weight property on input container fix: set input value font weight property on input container Nov 18, 2024
@web-padawan web-padawan merged commit b2d5af6 into main Nov 18, 2024
8 checks passed
@web-padawan web-padawan deleted the fix/input-value-font-weight branch November 18, 2024 07:20
web-padawan added a commit that referenced this pull request Nov 18, 2024
…8160)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
web-padawan added a commit that referenced this pull request Nov 18, 2024
…8159)

Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.6.0.alpha4 and is also targeting the upcoming stable 24.6.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<vaadin-input-container>: vaadin-input-field-value-font-weight is kaput
3 participants