Closed web-padawan closed 4 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
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.
This ticket/PR has been released with Vaadin 24.6.0.alpha4 and is also targeting the upcoming stable 24.6.0 version.
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 used400
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