File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99/* Base theme */
1010/* ============================= */
1111
12- @_ui5_webcomponents_datepicker_icon_border : initial ;
12+ @_ui5_webcomponents_datepicker_icon_border : none ;
1313
1414:host (ui5- datepicker) {
1515 display : inline-block ;
Original file line number Diff line number Diff line change 1111
1212@_ui5_monthpicker_item_background_color : lighten (@sapUiContentForegroundColor , 7 );
1313@_ui5_monthpicker_item_focus_background_color : darken (@sapUiContentForegroundColor , 5 );
14- @_ui5_monthpicker_item_border_radius : initial ;
15- @_ui5_monthpicker_item_border : initial ;
14+ @_ui5_monthpicker_item_border_radius : 0 ;
15+ @_ui5_monthpicker_item_border : none ;
1616@_ui5_monthpicker_item_margin : 1px ;
1717@_ui5_monthpicker_item_hover_background_color : lighten (@sapUiContentForegroundColor , 7 );
1818@_ui5_monthpicker_item_focus_after_width : calc (~ " 100% - 0.375rem" );
Original file line number Diff line number Diff line change 99/* Base theme */
1010/* ============================= */
1111
12- @_ui5_yearpicker_item_border : initial ;
13- @_ui5_yearpicker_item_border_radius : initial ;
12+ @_ui5_yearpicker_item_border : none ;
13+ @_ui5_yearpicker_item_border_radius : 0 ;
1414@_ui5_yearpicker_item_margin : 1px ;
1515@_ui5_yearpicker_item_background_color : lighten (@sapUiContentForegroundColor , 7 );
1616@_ui5_yearpicker_item_hover_background_color : lighten (@sapUiContentForegroundColor , 7 );
Original file line number Diff line number Diff line change 2121/* Belize HCB theme */
2222/* ============================= */
2323
24- @_ui5_webcomponents_datepicker_icon_border : 1px solid transparent ;
24+ @_ui5_webcomponents_datepicker_icon_border : 1px solid transparent ;
You can’t perform that action at this time.
0 commit comments