File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
color : var(- - sapField_TextColor );
12
12
font- size: var(- - sapFontSize);
13
13
font- family: var(- - sapFontFamily);
14
+ font- style: normal;
14
15
background- color : var(- - sapField_Background);
15
16
bor der: 1px solid var(- - sapField_Bor derColor );
16
17
bor der- radius: var(- - _ui5_input_wrapper_bor der_radius);
51
52
background : transparent;
52
53
color : inherit;
53
54
border : none;
54
- font-style : normal ;
55
+ font-style : inherit ;
55
56
-webkit-appearance : none;
56
57
-moz-appearance : textfield;
57
58
line-height : normal;
Original file line number Diff line number Diff line change 7
7
color : var(--sapField_TextColor );
8
8
font- size: var(- - sapFontSize);
9
9
font- family: var(- - sapFontFamily);
10
+ font- style: normal;
10
11
bor der- color : var(- - sapField_Bor derColor );
11
12
bor der- radius: var(- - _ui5_input_wrapper_bor der_radius);
12
13
box- sizing: bor der- box;
57
58
color : inherit;
58
59
font-size : inherit;
59
60
font-family : inherit;
61
+ font-style : inherit;
60
62
-webkit-appearance : none;
61
63
-moz-appearance : textfield;
62
64
overflow : auto;
Original file line number Diff line number Diff line change 7
7
--_ui5_input_error_font_weight : normal;
8
8
--_ui5_input_focus_border_width : 1px ;
9
9
--_ui5_input_error_warning_border_style : solid;
10
- --_ui5_input_error_warning_font_style : normal ;
10
+ --_ui5_input_error_warning_font_style : inherit ;
11
11
--_ui5_input_disabled_color : var (--sapContent_DisabledTextColor );
12
12
--_ui5_input_disabled_font_weight : normal;
13
13
--_ui5_input_disabled_border_color : var (--sapField_BorderColor );
You can’t perform that action at this time.
0 commit comments