@openui5/themelib_sap_horizon 1.100.0 → 1.102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +43 -8
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
- package/src/sap/m/themes/sap_horizon/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
- package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
- package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
- package/src/sap/m/themes/sap_horizon/Table.less +14 -5
- package/src/sap/m/themes/sap_horizon/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +43 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
- package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
- package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
- package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +41 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -55
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -4
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -53
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -4
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon/base.less +428 -42
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +17 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +419 -33
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +18 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +15 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +15 -5
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
- package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +184 -68
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
- package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -7,13 +7,24 @@
|
|
|
7
7
|
|
|
8
8
|
.alwaysDarkModeOverrideByParent(~"sapFShellBar");
|
|
9
9
|
|
|
10
|
+
.sapFShellBarSizeLargeDesktop {
|
|
11
|
+
padding: 0 3rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapFShellBarSizeDesktop {
|
|
15
|
+
padding: 0 2rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
10
18
|
.sapFShellBar {
|
|
11
19
|
background: @sapUiShellColor;
|
|
12
|
-
height:
|
|
20
|
+
height: 3.25rem;
|
|
13
21
|
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
14
|
-
|
|
15
|
-
|
|
22
|
+
|
|
23
|
+
.sapFShellBarOTB.sapMIBar.sapMTB {
|
|
24
|
+
height: 3.25rem;
|
|
16
25
|
}
|
|
26
|
+
|
|
27
|
+
// Copilot
|
|
17
28
|
.CPImage,
|
|
18
29
|
& .sapMIBar.sapMTB .CPImage {
|
|
19
30
|
&:after {
|
|
@@ -44,8 +55,17 @@
|
|
|
44
55
|
}
|
|
45
56
|
&:focus {
|
|
46
57
|
outline: none;
|
|
58
|
+
background-color: @sapUiShellActiveBackground;
|
|
59
|
+
color: @sapUiShellActiveTextColor;
|
|
60
|
+
&:after {
|
|
61
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
&:hover:not(:focus) {
|
|
65
|
+
background: @sapUiShellHoverBackground;
|
|
66
|
+
|
|
47
67
|
&:after {
|
|
48
|
-
box-shadow:
|
|
68
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
49
69
|
}
|
|
50
70
|
}
|
|
51
71
|
html[data-sap-ui-browser^="ie"] &:focus:before {
|
|
@@ -53,12 +73,9 @@
|
|
|
53
73
|
}
|
|
54
74
|
}
|
|
55
75
|
|
|
56
|
-
.sapFShellBarSearch {
|
|
57
|
-
max-width: 27.5rem; // max width of searchField + button width
|
|
58
|
-
}
|
|
59
76
|
&.sapMPageHeader .sapMIBar,
|
|
60
77
|
.sapMIBar {
|
|
61
|
-
height:
|
|
78
|
+
height: 3.25rem;
|
|
62
79
|
}
|
|
63
80
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
64
81
|
border-color: @sapUiShellHoverBackground;
|
|
@@ -71,26 +88,220 @@
|
|
|
71
88
|
.sapFShellBarProfile:not(:focus):hover {
|
|
72
89
|
box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
|
|
73
90
|
}
|
|
91
|
+
|
|
92
|
+
// Mega Menu
|
|
74
93
|
.sapFSHMegaMenu {
|
|
94
|
+
color: @sapUiShellTextColor;
|
|
75
95
|
overflow: visible;
|
|
96
|
+
font-size: @sapMFontHeader5Size;
|
|
97
|
+
font-weight: bold;
|
|
98
|
+
|
|
99
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
100
|
+
background: @sapUiShellHoverBackground;
|
|
101
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
102
|
+
border-color: @sapUiButtonLiteBorderColor;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed.sapMBtnActive {
|
|
106
|
+
background: @sapUiShellActiveBackground;
|
|
107
|
+
color: @sapUiShellActiveTextColor;
|
|
108
|
+
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.sapMBtnInner,
|
|
112
|
+
.sapMBtnInner::after {
|
|
113
|
+
font-weight: normal;
|
|
114
|
+
font-size: 1rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.sapMBtnInner::after {
|
|
118
|
+
content: '\e1ef';
|
|
119
|
+
font-family: 'SAP-icons';
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Home Icon
|
|
124
|
+
.sapFShellBarHomeIcon {
|
|
125
|
+
max-height: 2rem;
|
|
126
|
+
|
|
127
|
+
&:hover {
|
|
128
|
+
background: @sapUiShellHoverBackground;
|
|
129
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
130
|
+
border-radius: 0.5rem;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
//Second Title
|
|
135
|
+
.sapFShellBarSecondTitle {
|
|
136
|
+
font-size: @sapMFontSmallSize;
|
|
137
|
+
color: @sapUiShellTextColor;
|
|
138
|
+
text-overflow: ellipsis;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// Search
|
|
142
|
+
.sapFShellBarSearch {
|
|
143
|
+
max-width: 35rem; // max width of searchField + button width
|
|
144
|
+
|
|
145
|
+
.sapMSF {
|
|
146
|
+
max-width: 35rem;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
150
|
+
width: 1.75rem;
|
|
151
|
+
height: 1.75rem;
|
|
152
|
+
line-height: 1.75rem;
|
|
153
|
+
padding: 0;
|
|
154
|
+
margin-top: 0.25rem;
|
|
155
|
+
margin-left: 0.25rem;
|
|
156
|
+
position: absolute;
|
|
157
|
+
right: 0;
|
|
158
|
+
.sapMBtnInner {
|
|
159
|
+
min-width: 1.75rem;
|
|
160
|
+
border-radius: 1.125rem;
|
|
161
|
+
color: @sapUiButtonEmphasizedTextColor;
|
|
162
|
+
.sapMBtnIcon {
|
|
163
|
+
width: 1.75rem;
|
|
164
|
+
height: 1.75rem;
|
|
165
|
+
line-height: 1.75rem;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.sapMSFVal + .sapMBtn .sapMBtnInner {
|
|
171
|
+
background-color: @sapUiButtonEmphasizedBackground;
|
|
172
|
+
|
|
173
|
+
.sapMBtnIcon {
|
|
174
|
+
color: @sapUiButtonEmphasizedTextColor;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
180
|
+
right: 6rem;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSFF .sapMSFB {
|
|
184
|
+
margin-right: 1.75rem;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
188
|
+
max-width: 35rem;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSF.sapMSFVal form.sapMSFNS:not(.sapMSFReload) {
|
|
192
|
+
padding-right: 0.5rem;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.sapFShellBarSearchWrap {
|
|
196
|
+
position: relative;
|
|
197
|
+
.sapMSFF {
|
|
198
|
+
background: @sapUiShellInteractiveBackground;
|
|
199
|
+
border: none;
|
|
200
|
+
color: @sapUiShellInteractiveTextColor;
|
|
201
|
+
border-radius: 1.125rem;
|
|
202
|
+
height: 2.25rem;
|
|
203
|
+
|
|
204
|
+
.sapMSFB {
|
|
205
|
+
width: 1.75rem;
|
|
206
|
+
height: 1.75rem;
|
|
207
|
+
line-height: 1.75rem;
|
|
208
|
+
font-size: 1rem;
|
|
209
|
+
text-align: center;
|
|
210
|
+
margin-top: 0.25rem;
|
|
211
|
+
margin-right: 2.25rem;
|
|
212
|
+
padding: 0;
|
|
213
|
+
right: 0;
|
|
214
|
+
top: 0;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.sapMSFB:hover {
|
|
218
|
+
background: @sapUiShellHoverBackground;
|
|
219
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
220
|
+
border-radius: 1.125rem;
|
|
221
|
+
height: 1.75rem;
|
|
222
|
+
color: @sapUiShellInteractiveTextColor;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapMSFB:active,
|
|
226
|
+
.sapMSFB.sapMSFBA {
|
|
227
|
+
background: @sapUiShellActiveBackground;
|
|
228
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
229
|
+
border-radius: 1.125rem;
|
|
230
|
+
color: @sapUiShellActiveTextColor;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.sapMSF {
|
|
235
|
+
max-width: 35rem;
|
|
236
|
+
margin-right: 0;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.sapMSF:not(.sapMSFVal) form.sapMSFNS:not(.sapMSFReload) {
|
|
240
|
+
padding-right: 0.5rem;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
244
|
+
background-color: @sapUiShellHoverBackground;
|
|
245
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.sapMSFI {
|
|
249
|
+
color: @sapUiFieldPlaceholderTextColor;
|
|
250
|
+
font-weight: italic;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
// sap.m.Button
|
|
254
|
+
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
255
|
+
height: 2.25rem;
|
|
256
|
+
line-height: 2.25rem;
|
|
257
|
+
width: 1.75rem;
|
|
258
|
+
padding: 0.250rem 0;
|
|
259
|
+
margin-right: 0.25rem;
|
|
260
|
+
.sapMBtnInner {
|
|
261
|
+
height: 1.75rem;
|
|
262
|
+
min-width: 1.75rem;
|
|
263
|
+
border-radius: 1.125rem;
|
|
264
|
+
}
|
|
265
|
+
.sapMBtnInner.sapMBtnText {
|
|
266
|
+
padding-left: 0.625rem;
|
|
267
|
+
padding-right: 0.625rem;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.sapMBtnIcon {
|
|
271
|
+
width: 1.75rem;
|
|
272
|
+
font-size: 1rem;
|
|
273
|
+
line-height: 1.75rem;
|
|
274
|
+
max-height: 1.75rem;
|
|
275
|
+
margin: 0;
|
|
276
|
+
padding: 0;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
.sapMSF {
|
|
280
|
+
margin-right: 0;
|
|
281
|
+
}
|
|
76
282
|
}
|
|
77
283
|
}
|
|
78
284
|
|
|
285
|
+
// Overriding styles comming from other controls
|
|
286
|
+
html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton):focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
287
|
+
border-radius: 1.125rem;
|
|
288
|
+
}
|
|
289
|
+
|
|
79
290
|
// Resets of sizes for "Compact" mode - controls should remain in cozy mode
|
|
80
291
|
.alwaysCozyOverrideByParent(@controlClass) {
|
|
81
292
|
.sapUiSizeCompact {
|
|
82
293
|
.@{controlClass} {
|
|
83
|
-
height:
|
|
294
|
+
height: 3.25rem;
|
|
84
295
|
|
|
85
296
|
&.sapMPageHeader .sapMIBar,
|
|
86
297
|
.sapMIBar {
|
|
87
|
-
height:
|
|
298
|
+
height: 3.25rem;
|
|
88
299
|
}
|
|
89
300
|
// sap.m.MegaMenu
|
|
90
301
|
.sapFSHMegaMenu {
|
|
91
302
|
height: 2.75rem;
|
|
92
303
|
}
|
|
93
|
-
|
|
304
|
+
// sap.m.Button
|
|
94
305
|
.sapMBtn {
|
|
95
306
|
height: 2.75rem;
|
|
96
307
|
padding: 0.250rem 0;
|
|
@@ -102,8 +313,8 @@
|
|
|
102
313
|
}
|
|
103
314
|
|
|
104
315
|
.sapMBtnInner.sapMBtnText {
|
|
105
|
-
padding-left: 0.
|
|
106
|
-
padding-right: 0.
|
|
316
|
+
padding-left: 0.625rem;
|
|
317
|
+
padding-right: 0.625rem;
|
|
107
318
|
}
|
|
108
319
|
|
|
109
320
|
.sapMBtnContent {
|
|
@@ -123,11 +334,11 @@
|
|
|
123
334
|
}
|
|
124
335
|
.sapMBtnText {
|
|
125
336
|
.sapMBtnIconLeft + .sapMBtnIconLeft {
|
|
126
|
-
left: 2.
|
|
337
|
+
left: 2.875rem;
|
|
127
338
|
}
|
|
128
339
|
}
|
|
129
340
|
.sapMBtnInner > img {
|
|
130
|
-
width: 2.
|
|
341
|
+
width: 2.5rem;
|
|
131
342
|
margin-top: 0.2rem;
|
|
132
343
|
margin-left: 0.2rem;
|
|
133
344
|
}
|
|
@@ -158,6 +369,75 @@
|
|
|
158
369
|
}
|
|
159
370
|
|
|
160
371
|
// sap.m.SearchField
|
|
372
|
+
.sapFShellBarSearch {
|
|
373
|
+
max-width: 35rem;
|
|
374
|
+
.sapMSF {
|
|
375
|
+
max-width: 35rem;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
379
|
+
width: 1.75rem;
|
|
380
|
+
height: 1.75rem;
|
|
381
|
+
line-height: 1.75rem;
|
|
382
|
+
padding: 0;
|
|
383
|
+
margin-top: 0.25rem;
|
|
384
|
+
margin-left: 0.25rem;
|
|
385
|
+
position: absolute;
|
|
386
|
+
.sapMBtnInner {
|
|
387
|
+
min-width: 1.75rem;
|
|
388
|
+
border-radius: 1.125rem;
|
|
389
|
+
.sapMBtnIcon {
|
|
390
|
+
width: 1.75rem;
|
|
391
|
+
height: 1.75rem;
|
|
392
|
+
line-height: 1.75rem;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
399
|
+
right: 6rem;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSFF .sapMSFB {
|
|
403
|
+
margin-right: 1.75rem;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
407
|
+
max-width: 35rem;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.sapFShellBarSearchWrap {
|
|
411
|
+
// sap.m.Button
|
|
412
|
+
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
413
|
+
height: 2.25rem;
|
|
414
|
+
line-height: 2.25rem;
|
|
415
|
+
width: 1.75rem;
|
|
416
|
+
padding: 0.250rem 0;
|
|
417
|
+
margin-right: 0.25rem;
|
|
418
|
+
.sapMBtnInner {
|
|
419
|
+
height: 1.75rem;
|
|
420
|
+
min-width: 1.75rem;
|
|
421
|
+
border-radius: 1.125rem;
|
|
422
|
+
}
|
|
423
|
+
.sapMBtnInner.sapMBtnText {
|
|
424
|
+
padding-left: 0.625rem;
|
|
425
|
+
padding-right: 0.625rem;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.sapMBtnIcon {
|
|
429
|
+
width: 1.75rem;
|
|
430
|
+
font-size: 1rem;
|
|
431
|
+
line-height: 1.75rem;
|
|
432
|
+
max-height: 1.75rem;
|
|
433
|
+
margin: 0;
|
|
434
|
+
padding: 0;
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
.sapMSF {
|
|
438
|
+
margin-right: 0;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
161
441
|
.sapMSF {
|
|
162
442
|
min-width: 7rem;
|
|
163
443
|
height: 2.75rem;
|
|
@@ -169,22 +449,24 @@
|
|
|
169
449
|
height: 2.25rem;
|
|
170
450
|
line-height: 2.125rem;
|
|
171
451
|
padding-left: 0.625rem;
|
|
172
|
-
padding-right: 2.375rem;
|
|
173
452
|
}
|
|
174
453
|
.sapMSFR:not(.sapMSFNS) {
|
|
175
454
|
right: 2.375rem;
|
|
176
455
|
}
|
|
177
456
|
.sapMSFB {
|
|
178
|
-
width:
|
|
179
|
-
height:
|
|
180
|
-
line-height:
|
|
457
|
+
width: 1.75rem;
|
|
458
|
+
height: 1.75rem;
|
|
459
|
+
line-height: 1.75rem;
|
|
181
460
|
font-size: 1rem;
|
|
182
|
-
|
|
183
|
-
margin: 0;
|
|
461
|
+
margin-top: 0.25rem;
|
|
462
|
+
margin-right: 0.25rem;
|
|
184
463
|
padding: 0;
|
|
185
464
|
right: 0;
|
|
186
465
|
top: 0;
|
|
187
466
|
}
|
|
467
|
+
.sapMSFB:hover {
|
|
468
|
+
height: 1.75rem;
|
|
469
|
+
}
|
|
188
470
|
}
|
|
189
471
|
// sap.m.Select
|
|
190
472
|
.sapMSlt {
|
|
@@ -235,12 +517,18 @@
|
|
|
235
517
|
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
236
518
|
&:not(.sapMBtnActive) {
|
|
237
519
|
background: @sapUiShellHoverBackground;
|
|
238
|
-
|
|
520
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
521
|
+
border-color: @sapUiButtonLiteBorderColor;
|
|
239
522
|
}
|
|
240
|
-
&.sapMBtnActive
|
|
523
|
+
&.sapMBtnActive,
|
|
524
|
+
&.sapMBtnActive .sapMBtnContent,
|
|
525
|
+
&.sapMBtnActive .sapMBtnContent bdi {
|
|
241
526
|
background: @sapUiShellActiveBackground;
|
|
242
|
-
|
|
243
|
-
|
|
527
|
+
color: @sapUiShellActiveTextColor;
|
|
528
|
+
}
|
|
529
|
+
&.sapMBtnActive:after,
|
|
530
|
+
&.sapMBtnActive >.sapMBtnIcon {
|
|
531
|
+
color: @sapUiShellActiveTextColor;
|
|
244
532
|
}
|
|
245
533
|
&:after,
|
|
246
534
|
>.sapMBtnIcon {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
|
|
8
8
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
|
+
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
10
11
|
|
|
11
12
|
.sapFCard .sapFCardHeader.sapFCardClickable {
|
|
12
13
|
&:hover {
|
|
@@ -30,4 +31,16 @@
|
|
|
30
31
|
}
|
|
31
32
|
}
|
|
32
33
|
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapFCard {
|
|
37
|
+
|
|
38
|
+
.sapFCardHeader {
|
|
39
|
+
border-bottom: none;
|
|
40
|
+
padding-bottom: 0.75rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapFCardFooter {
|
|
44
|
+
padding-top: 0.75rem;
|
|
45
|
+
}
|
|
33
46
|
}
|
|
@@ -56,6 +56,32 @@
|
|
|
56
56
|
line-height: 2rem;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
overflow: visible; // enforcement needed for IE11
|
|
61
|
+
|
|
62
|
+
&:before,
|
|
63
|
+
&:after {
|
|
64
|
+
content: "";
|
|
65
|
+
position: absolute;
|
|
66
|
+
width: 4rem;
|
|
67
|
+
top: 50%; // enforcement needed for IE11
|
|
68
|
+
height: 0.0625rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:before {
|
|
72
|
+
background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
|
|
73
|
+
right: 100%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:after {
|
|
77
|
+
background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
|
|
78
|
+
left: 100%;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
|
|
83
|
+
html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
|
|
84
|
+
display: none;
|
|
59
85
|
}
|
|
60
86
|
|
|
61
87
|
/* Compact */
|
|
@@ -138,8 +164,18 @@
|
|
|
138
164
|
opacity: 1;
|
|
139
165
|
|
|
140
166
|
.sapFDynamicPageActualFooterControl.sapMTB {
|
|
141
|
-
|
|
142
|
-
|
|
167
|
+
background: @sapUiPageFooterBackground;
|
|
168
|
+
color: @sapUiPageFooterTextColor;
|
|
169
|
+
box-shadow: @sapUiContentShadow1;
|
|
170
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
171
|
+
border: none;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapFDynamicPage-Std-Tablet,
|
|
176
|
+
&.sapFDynamicPage-Std-Phone {
|
|
177
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
178
|
+
height: 2.75rem;
|
|
143
179
|
}
|
|
144
180
|
}
|
|
145
181
|
}
|
|
@@ -3,13 +3,18 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
7
|
-
padding: 1rem 2rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
.sapFDynamicPageHeader {
|
|
7
|
+
&.sapFDynamicPageHeaderSolid,
|
|
11
8
|
&.sapFDynamicPageHeaderTransparent,
|
|
12
9
|
&.sapFDynamicPageHeaderTranslucent {
|
|
13
10
|
background: @sapUiObjectHeaderBackground;
|
|
14
11
|
}
|
|
15
|
-
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
15
|
+
box-shadow: none;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
|
|
19
|
+
display: none;
|
|
20
|
+
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle:focus,
|
|
7
|
-
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle:focus {
|
|
8
|
-
box-shadow: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
12
7
|
outline-width: 0.125rem;
|
|
13
8
|
outline-offset: -0.25rem; // due to bottom border overlapping
|
|
@@ -21,7 +16,8 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
|
21
16
|
padding: 0.5rem 2rem;
|
|
22
17
|
word-wrap: break-word;
|
|
23
18
|
|
|
24
|
-
&.sapFDynamicPageTitleTransparent
|
|
19
|
+
&.sapFDynamicPageTitleTransparent,
|
|
20
|
+
&.sapFDynamicPageTitleTranslucent {
|
|
25
21
|
background: @sapUiObjectHeaderBackground;
|
|
26
22
|
}
|
|
27
23
|
}
|
|
@@ -108,6 +104,11 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
108
104
|
}
|
|
109
105
|
}
|
|
110
106
|
|
|
111
|
-
.sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper
|
|
112
|
-
|
|
107
|
+
.sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
|
|
108
|
+
&.sapFDynamicPageTitleSnapped,
|
|
109
|
+
&.sapFDynamicPageTitleOnly {
|
|
110
|
+
& > .sapFDynamicPageTitle {
|
|
111
|
+
box-shadow: none;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
113
114
|
}
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
7
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
-
|
|
9
|
-
@_sap_f_GridListItem_BorderSelected: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
|
|
10
|
-
@_sap_f_GridListItem_Header_BoxShadowActive: @_sap_f_GridListItem_Header_BoxShadow;
|
|
8
|
+
|