Skip to content

Commit dc8ff89

Browse files
authored
fix(ui5-select): align option font size with field (#11255)
Problem: - The List Item was overriding the font size of select options. Solution: - Make dropdown options use the same font size as the select field by setting the parameter in the css file of the component. Fixes: #11163
1 parent 9337793 commit dc8ff89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
:host {
22
height: var(--_ui5_list_item_dropdown_base_height);
3+
--_ui5_list_item_title_size: var(--sapFontSize);
34
}

0 commit comments

Comments
 (0)