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: make Lumo font custom properties work for vaadin-select #7296

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

web-padawan
Copy link
Member

Description

Fixes #7234

When introducing custom CSS properties for font-weight, we missed to use it in vaadin-select.
Regarding font-size property, it is used but slotted vaadin-select-item overrides its value.

Note: I'm not sure why font-weight is set to 500 for select and not 400 like in text-field etc.

Type of change

  • Bugfix

Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

@ugur-vaadin ugur-vaadin left a comment

Choose a reason for hiding this comment

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

Should we also target 24.3?

@web-padawan web-padawan merged commit 7bacf0f into main Apr 4, 2024
9 checks passed
@web-padawan web-padawan deleted the fix/select-font-properties branch April 4, 2024 10:34
web-padawan added a commit that referenced this pull request Apr 4, 2024
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.

Value styles in select have no effect
3 participants