vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
470 stars 83 forks source link

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

Closed web-padawan closed 4 days ago

web-padawan commented 1 week ago

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

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

web-padawan commented 4 days ago

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.

vaadin-bot commented 2 days ago

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