@openui5/themelib_sap_horizon 1.101.0 → 1.102.0
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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +41 -10
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- 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_dark/Card.less +33 -10
- 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_hcb/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- 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/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +34 -2
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +43 -0
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
- 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/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/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/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/Panel.less +27 -17
- 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 +4 -7
- package/src/sap/m/themes/sap_horizon/SelectList.less +3 -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 -15
- 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 +26 -11
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
- 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/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +34 -2
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
- 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/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/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/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/Panel.less +25 -15
- 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 +4 -7
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -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 -15
- 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 +26 -11
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
- 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/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 -54
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
- 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/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/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- 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/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- 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/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/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 +2 -47
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
- 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 +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
- 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 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- 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 -52
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
- 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/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/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- 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/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- 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/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/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 +2 -47
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
- 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 +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
- 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 -3
- 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 +3 -3
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
- 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 +4 -4
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
- 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 +2 -2
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
- 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 +2 -2
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
- 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/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 +33 -11
- 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/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +33 -11
- 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/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +33 -11
- 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/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +33 -11
- 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/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_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- 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
|
@@ -443,7 +443,9 @@
|
|
|
443
443
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
444
444
|
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
|
|
445
445
|
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
|
|
446
|
+
@sapUiFieldReadOnlyBackgroundStyle: @sapField_ReadOnly_BackgroundStyle;
|
|
446
447
|
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
|
|
448
|
+
@sapUiFieldReadOnlyBorderStyle: @sapField_ReadOnly_BorderStyle;
|
|
447
449
|
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
|
|
448
450
|
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
449
451
|
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
@@ -1152,6 +1154,13 @@
|
|
|
1152
1154
|
@sapUiListTableTextSize: 0.875rem;
|
|
1153
1155
|
@sapUiListTableIconSize: 1rem;
|
|
1154
1156
|
|
|
1157
|
+
// RatingIndicator
|
|
1158
|
+
|
|
1159
|
+
@sapUiRIIconSizeCozy: 1.5rem;
|
|
1160
|
+
@sapUiRIIconSizeCompact: 1rem;
|
|
1161
|
+
@sapUiRIIconSizeDisplayOnly: 1.5rem;
|
|
1162
|
+
@sapUiRIIconPaddingDisplayOnly: 0.1875rem;
|
|
1163
|
+
|
|
1155
1164
|
@sapUiCalendarColorToday: @sapUiAccent4;
|
|
1156
1165
|
|
|
1157
1166
|
@sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.102.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -3,10 +3,4 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =============================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
background: @sapUiBrand;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.sapUiLocalBusyIndicatorAnimation>div::after {
|
|
11
|
-
box-shadow: inset 0 0 0 0 @sapUiBrand;
|
|
12
|
-
}
|
|
6
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-04-
|
|
4
|
+
// * data:{"sModified":"2022-04-26T06:31:06Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.39) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
@sapContent_UnratedColor: @sapPrimary5;
|
|
246
246
|
|
|
247
247
|
// [Tags "!Protected"]
|
|
248
|
-
@sapContent_BusyColor: @
|
|
248
|
+
@sapContent_BusyColor: @sapHighlightColor;
|
|
249
249
|
|
|
250
250
|
// [Tags "!Protected"]
|
|
251
251
|
@sapContent_FocusColor: @sapPrimary2;
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
@sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
|
|
258
258
|
|
|
259
259
|
// [Tags "!Protected"]
|
|
260
|
-
@sapContent_ContrastFocusColor: #
|
|
260
|
+
@sapContent_ContrastFocusColor: #000;
|
|
261
261
|
|
|
262
262
|
// [Tags "!Protected"]
|
|
263
263
|
@sapContent_ShadowColor: #000;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -443,7 +443,9 @@
|
|
|
443
443
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
444
444
|
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
|
|
445
445
|
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
|
|
446
|
+
@sapUiFieldReadOnlyBackgroundStyle: @sapField_ReadOnly_BackgroundStyle;
|
|
446
447
|
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
|
|
448
|
+
@sapUiFieldReadOnlyBorderStyle: @sapField_ReadOnly_BorderStyle;
|
|
447
449
|
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
|
|
448
450
|
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
449
451
|
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
@@ -1152,6 +1154,14 @@
|
|
|
1152
1154
|
@sapUiListTableTextSize: 0.875rem;
|
|
1153
1155
|
@sapUiListTableIconSize: 1rem;
|
|
1154
1156
|
|
|
1157
|
+
// RatingIndicator
|
|
1158
|
+
@sapUiRIIconSizeCozy: 1.5rem;
|
|
1159
|
+
@sapUiRIIconSizeCompact: 1rem;
|
|
1160
|
+
@sapUiRIIconSizeDisplayOnly: 1.5rem;
|
|
1161
|
+
@sapUiRIIconPaddingDisplayOnly: 0.1875rem;
|
|
1162
|
+
|
|
1163
|
+
@sapUiCalendarColorToday: @sapUiAccent4;
|
|
1164
|
+
|
|
1155
1165
|
@sapUiCalendarColorToday: @sapUiAccent4;
|
|
1156
1166
|
|
|
1157
1167
|
@sapUiDragAndDropColor: @sapUiContentNonInteractiveIconColor;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.102.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -5,11 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/****** Safari + Chrome on Desktop ******/
|
|
7
7
|
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
|
|
9
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
8
|
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
13
9
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
14
|
-
border:
|
|
10
|
+
border: 0.125rem solid @sapUiScrollBarTrackColor;
|
|
15
11
|
}
|
|
@@ -4,8 +4,4 @@
|
|
|
4
4
|
/* =============================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
-
@
|
|
8
|
-
|
|
9
|
-
// Color the BusyIndicator with the standard FG color in HCB
|
|
10
|
-
// The brandColor default is black, and thus invisible in HCB
|
|
11
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapUiHcStandardForeground;
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-04-
|
|
4
|
+
// * data:{"sModified":"2022-04-26T06:31:06Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.39) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -443,7 +443,9 @@
|
|
|
443
443
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
444
444
|
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
|
|
445
445
|
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
|
|
446
|
+
@sapUiFieldReadOnlyBackgroundStyle: @sapField_ReadOnly_BackgroundStyle;
|
|
446
447
|
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
|
|
448
|
+
@sapUiFieldReadOnlyBorderStyle: @sapField_ReadOnly_BorderStyle;
|
|
447
449
|
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
|
|
448
450
|
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
449
451
|
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.102.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -5,11 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/****** Safari + Chrome on Desktop ******/
|
|
7
7
|
|
|
8
|
-
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
|
|
9
|
-
border: 1px solid @sapUiScrollBarFaceColor;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
8
|
html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
|
|
13
9
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
14
|
-
border:
|
|
10
|
+
border: 0.125rem solid @sapUiScrollBarTrackColor;
|
|
15
11
|
}
|
|
@@ -4,8 +4,4 @@
|
|
|
4
4
|
/* =============================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
-
@
|
|
8
|
-
|
|
9
|
-
// Color the BusyIndicator with the standard FG color in HCB
|
|
10
|
-
// The brandColor default is black, and thus invisible in HCB
|
|
11
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapUiHcStandardForeground;
|
|
7
|
+
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
3
|
// * Theming Engine 1.69.2
|
|
4
|
-
// * data:{"sModified":"2022-04-
|
|
4
|
+
// * data:{"sModified":"2022-04-26T06:31:06Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.39) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -443,7 +443,9 @@
|
|
|
443
443
|
@sapUiFieldFocusBorderColor: @sapField_Focus_BorderColor;
|
|
444
444
|
@sapUiFieldFocusHelpBackground: @sapField_Focus_HelpBackground;
|
|
445
445
|
@sapUiFieldReadOnlyBackground: @sapField_ReadOnly_Background;
|
|
446
|
+
@sapUiFieldReadOnlyBackgroundStyle: @sapField_ReadOnly_BackgroundStyle;
|
|
446
447
|
@sapUiFieldReadOnlyBorderColor: @sapField_ReadOnly_BorderColor;
|
|
448
|
+
@sapUiFieldReadOnlyBorderStyle: @sapField_ReadOnly_BorderStyle;
|
|
447
449
|
@sapUiFieldReadOnlyHelpBackground: @sapField_ReadOnly_HelpBackground;
|
|
448
450
|
@sapUiFieldRequiredColor: @sapField_RequiredColor;
|
|
449
451
|
@sapUiFieldInvalidColor: @sapField_InvalidColor;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the DT Contextmenu - Horizon Theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_dt_ContextMenu_HoverBGColor: @sapUiListHoverBackground; //#eaecee
|
|
5
|
+
@_sap_ui_dt_ContextMenu_OpenMenuBGColor: @sapUiListSelectionBackgroundColor; //#ebf8ff
|
|
6
|
+
@_sap_ui_dt_ContextMenu_Focus_BorderColor: @sapUiButtonEmphasizedBorderColor; //#0070f2
|
|
7
|
+
@_sap_ui_dt_ContextMenu_Border_Radius: @sapUiFieldBorderCornerRadius; // 0.25rem
|
|
8
|
+
|
|
9
|
+
.sapUiDtContextMenu {
|
|
10
|
+
.sapUiMnuLst {
|
|
11
|
+
.sapUiMnuItm {
|
|
12
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
13
|
+
|
|
14
|
+
&:focus {
|
|
15
|
+
outline-offset: -0.125rem;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiDtContextMenu.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
|
|
22
|
+
.sapUiDtContextMenu.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
23
|
+
border-bottom: 0.0625rem solid transparent; //1px
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapUiDtContextMiniMenu.sapUiMnu {
|
|
27
|
+
&:not(.sapUiSubmenu) {
|
|
28
|
+
.sapUiMnuLst {
|
|
29
|
+
.sapUiMnuItm {
|
|
30
|
+
&:focus {
|
|
31
|
+
.sapUiIcon {
|
|
32
|
+
border: 0.0625rem solid @_sap_ui_dt_ContextMenu_Focus_BorderColor;
|
|
33
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.sapUiMnuItmSubMnuOpen {
|
|
38
|
+
&.sapUiMnuItmHov {
|
|
39
|
+
background-color: transparent;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapUiIcon {
|
|
43
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenMenuBGColor;
|
|
44
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapUiMnuItmSbMnu {
|
|
49
|
+
right: -0.5rem;
|
|
50
|
+
padding-right: 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&:focus {
|
|
54
|
+
.sapUiIcon {
|
|
55
|
+
border: 0.0625rem solid @_sap_ui_dt_ContextMenu_Focus_BorderColor;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the DT Overlays - Horizon Theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_dt_Overlay_SelectionColor: @sapUiSelected; // #0070f2
|
|
5
|
+
@_sap_ui_dt_Overlay_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.5rem
|
|
6
|
+
@_sap_ui_dt_Overlay_BoxShadow: @sapUiUx3ToolPopupShadow; // 0 6px 12px 0 rgba(85,107,130,0.3)
|
|
7
|
+
@_sap_ui_dt_Overlay_ActiveBG: fade(@sapUiNeutralElement, 10%); // rgba(120, 143, 166, 0.1)
|
|
8
|
+
@_sap_ui_dt_Overlay_CuttedBorder: @sapUiNeutralBorder; //#788fa6
|
|
9
|
+
@_sap_ui_dt_Overlay_CuttedColor: @sapUiListSelectionBackgroundColor; //#ebf8ff
|
|
10
|
+
|
|
11
|
+
.sapUiDtOverlayFocusable {
|
|
12
|
+
&:focus {
|
|
13
|
+
&:before {
|
|
14
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
15
|
+
outline: 0.0625rem dotted @_sap_ui_dt_Overlay_FocusColor;
|
|
16
|
+
border: none;
|
|
17
|
+
outline-offset: -0.125rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiDtOverlaySelected {
|
|
23
|
+
box-shadow: none !important;
|
|
24
|
+
|
|
25
|
+
&:after {
|
|
26
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
27
|
+
transition: box-shadow 0.25s;
|
|
28
|
+
box-shadow: @_sap_ui_dt_Overlay_BoxShadow;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUiDtOverlayTargetZone {
|
|
33
|
+
&:after {
|
|
34
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapUiDtOverlayCutted {
|
|
39
|
+
opacity: 0.7;
|
|
40
|
+
|
|
41
|
+
&:after {
|
|
42
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -6,4 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
@import "../base/library.source.less";
|
|
8
8
|
@import "../../../../../sap/ui/core/themes/sap_horizon/base.less";
|
|
9
|
-
@import "../../../../../sap/ui/core/themes/sap_horizon/global.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon/global.less";
|
|
10
|
+
|
|
11
|
+
@import "ContextMenu.less";
|
|
12
|
+
@import "Overlay.less";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the DT Contextmenu - Horizon Dark Theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_dt_ContextMenu_HoverBGColor: @sapUiButtonBackground; //#2e3b47
|
|
5
|
+
@_sap_ui_dt_ContextMenu_OpenMenuBGColor: fade(@sapUiButtonBackground, 60); //rgba(46, 59, 71, 0.6)
|
|
6
|
+
@_sap_ui_dt_ContextMenu_Focus_BorderColor: @sapUiSelected; //#4db1ff
|
|
7
|
+
@_sap_ui_dt_ContextMenu_Border_Radius: @sapUiFieldBorderCornerRadius; // 0.25rem
|
|
8
|
+
|
|
9
|
+
.sapUiDtContextMenu {
|
|
10
|
+
.sapUiMnuLst {
|
|
11
|
+
.sapUiMnuItm {
|
|
12
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
13
|
+
|
|
14
|
+
&:focus {
|
|
15
|
+
outline-offset: -0.125rem;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUiDtContextMenu.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
|
|
22
|
+
.sapUiDtContextMenu.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
23
|
+
border-bottom: 0.0625rem solid transparent; //1px
|
|
24
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenMenuBGColor
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapUiDtContextMiniMenu.sapUiMnu {
|
|
28
|
+
&:not(.sapUiSubmenu) {
|
|
29
|
+
.sapUiMnuLst {
|
|
30
|
+
.sapUiMnuItm {
|
|
31
|
+
&:focus {
|
|
32
|
+
.sapUiIcon {
|
|
33
|
+
border: 0.0625rem solid @_sap_ui_dt_ContextMenu_Focus_BorderColor;
|
|
34
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.sapUiMnuItmSubMnuOpen {
|
|
39
|
+
background-color: transparent;
|
|
40
|
+
|
|
41
|
+
&.sapUiMnuItmHov {
|
|
42
|
+
background-color: transparent;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.sapUiIcon {
|
|
46
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenMenuBGColor;
|
|
47
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapUiMnuItmSbMnu {
|
|
52
|
+
right: -0.5rem;
|
|
53
|
+
padding-right: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&:focus {
|
|
57
|
+
.sapUiIcon {
|
|
58
|
+
border: 0.0625rem solid @_sap_ui_dt_ContextMenu_Focus_BorderColor;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the DT Overlays - Horizon Dark Theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_dt_Overlay_SelectionColor: @sapUiSelected; // #0070f2
|
|
5
|
+
@_sap_ui_dt_Overlay_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.5rem
|
|
6
|
+
@_sap_ui_dt_Overlay_ActiveBG: fade(@sapUiNeutralElement, 10%); // rgba(120, 143, 166, 0.1)
|
|
7
|
+
@_sap_ui_dt_Overlay_BoxShadow: @sapUiUx3ToolPopupShadow;
|
|
8
|
+
@_sap_ui_dt_Overlay_CuttedBorder: @sapUiNeutralBorder; //#a9b4be
|
|
9
|
+
@_sap_ui_dt_Overlay_CuttedColor: @sapUiListSelectionBackgroundColor; //#1d2d3e
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
.sapUiDtOverlayFocusable {
|
|
13
|
+
&:focus {
|
|
14
|
+
&:before {
|
|
15
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
16
|
+
outline: 0.0625rem dotted @_sap_ui_dt_Overlay_FocusColor;
|
|
17
|
+
border: none;
|
|
18
|
+
outline-offset: -0.125rem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sapUiDtOverlaySelected {
|
|
24
|
+
box-shadow: none !important;
|
|
25
|
+
|
|
26
|
+
&:after {
|
|
27
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
28
|
+
transition: box-shadow 0.25s;
|
|
29
|
+
box-shadow: @_sap_ui_dt_Overlay_BoxShadow;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapUiDtOverlayTargetZone {
|
|
34
|
+
&:after {
|
|
35
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapUiDtOverlayCutted {
|
|
40
|
+
opacity: 0.7;
|
|
41
|
+
|
|
42
|
+
&:after {
|
|
43
|
+
border-radius: @_sap_ui_dt_Overlay_BorderRadius;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -6,4 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
@import "../base/library.source.less";
|
|
8
8
|
@import "../../../../../sap/ui/core/themes/sap_horizon_dark/base.less";
|
|
9
|
-
@import "../../../../../sap/ui/core/themes/sap_horizon_dark/global.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon_dark/global.less";
|
|
10
|
+
|
|
11
|
+
@import "ContextMenu.less";
|
|
12
|
+
@import "Overlay.less";
|
|
@@ -1,6 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/******************************************************************
|
|
2
|
+
Style of the DT Contextmenu - Horizon High Contrast Black theme
|
|
3
|
+
*******************************************************************/
|
|
4
|
+
@_sap_ui_dt_ContextMenu_Border_Radius: @sapUiButtonBorderCornerRadius; // .375rem
|
|
5
|
+
@_sap_ui_dt_ContextMenu_OpenSubMenuBG: @sapUiSelected; //#0f5c93
|
|
6
|
+
@_sap_ui_dt_ContextMenu_OpenSubMenuBorder: @sapUiNeutralBG; //000
|
|
5
7
|
|
|
6
|
-
|
|
8
|
+
.sapUiDtContextMenu {
|
|
9
|
+
.sapUiMnuLst {
|
|
10
|
+
.sapUiMnuItm {
|
|
11
|
+
|
|
12
|
+
&.sapUiMnuItmDsbl {
|
|
13
|
+
opacity: 1;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:focus {
|
|
17
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.sapUiMnuItmSubMnuOpen {
|
|
21
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBG;
|
|
22
|
+
border-bottom: 0.0625rem solid @_sap_ui_dt_ContextMenu_OpenSubMenuBorder !important; //1px
|
|
23
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
24
|
+
|
|
25
|
+
&.sapUiMnuItmHov {
|
|
26
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBG;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapUiDtContextMiniMenu:not(.sapUiSubmenu) {
|
|
34
|
+
.sapUiMnuLst {
|
|
35
|
+
.sapUiMnuItm {
|
|
36
|
+
|
|
37
|
+
&.sapUiMnuItmHov {
|
|
38
|
+
.sapUiIcon {
|
|
39
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.sapUiMnuItmSubMnuOpen {
|
|
44
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBorder;
|
|
45
|
+
|
|
46
|
+
.sapUiIcon {
|
|
47
|
+
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBG;
|
|
48
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&:focus {
|
|
53
|
+
border-radius: @_sap_ui_dt_ContextMenu_Border_Radius;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|