@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
|
@@ -3,16 +3,23 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
|
|
7
|
+
@_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
|
|
8
|
+
|
|
9
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
10
|
border-radius: 0.25rem;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
&:hover {
|
|
12
|
+
border-radius: 0.4375rem;
|
|
13
|
+
margin: 0.0625rem;
|
|
14
|
+
width: 2.25rem;
|
|
15
|
+
height: 2.25rem;
|
|
16
|
+
& > div {
|
|
17
|
+
border-radius: 0.375rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
div {
|
|
21
|
+
border-radius: 0.1875rem;
|
|
22
|
+
}
|
|
16
23
|
}
|
|
17
24
|
|
|
18
25
|
.sap-desktop .sapMColorPalette .sapMBtn:focus {
|
|
@@ -37,24 +44,40 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
37
44
|
}
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus {
|
|
48
|
+
&:after {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
&:before {
|
|
52
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
53
|
+
border-radius: 0.4375rem;
|
|
54
|
+
top: -0.3125rem;
|
|
55
|
+
left: -0.3125rem;
|
|
56
|
+
bottom: -0.3125rem;
|
|
57
|
+
right: -0.3125rem;
|
|
58
|
+
}
|
|
59
|
+
&:hover {
|
|
60
|
+
&:after {
|
|
61
|
+
display: block;
|
|
62
|
+
border: 0.0625rem solid @sapUiContentContrastFocusColor;
|
|
63
|
+
border-radius: 0.3125rem;
|
|
64
|
+
top: 0.0625rem;
|
|
65
|
+
left: 0.0625rem;
|
|
66
|
+
bottom: 0.0625rem;
|
|
67
|
+
right: 0.0625rem;
|
|
68
|
+
}
|
|
69
|
+
&:before {
|
|
70
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
71
|
+
border-radius: 0.4375rem;
|
|
72
|
+
top: -0.0625rem;
|
|
73
|
+
left: -0.0625rem;
|
|
74
|
+
bottom: -0.0625rem;
|
|
75
|
+
right: -0.0625rem;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
56
78
|
}
|
|
57
79
|
|
|
80
|
+
html:not(.sap-phone) .sapMColorPalette,
|
|
58
81
|
.sapMColorPalette {
|
|
59
82
|
.sapMBtn {
|
|
60
83
|
&:focus {
|
|
@@ -65,9 +88,50 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus:before {
|
|
|
65
88
|
}
|
|
66
89
|
}
|
|
67
90
|
}
|
|
91
|
+
.sapMBtnInner {
|
|
92
|
+
height: 2.75rem;
|
|
93
|
+
.sapMBtnContent {
|
|
94
|
+
line-height: 2.75rem;
|
|
95
|
+
}
|
|
96
|
+
&.sapMBtnText {
|
|
97
|
+
padding: 0;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.sapMBtnInner {
|
|
102
|
+
border-radius: 0;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
html:not(.sap-phone) .sapUiSizeCompact .sapMColorPalette {
|
|
107
|
+
.sapMBtn .sapMBtnInner {
|
|
108
|
+
height: 2rem;
|
|
109
|
+
.sapMBtnContent {
|
|
110
|
+
line-height: 2rem;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
.sapMColorPaletteSquare:hover {
|
|
114
|
+
margin: 0.0625rem;
|
|
115
|
+
width: 1.625rem;
|
|
116
|
+
height: 1.625rem;
|
|
117
|
+
}
|
|
118
|
+
.sapMColorPaletteSquare:focus:not(:hover):before {
|
|
119
|
+
top: -0.25rem;
|
|
120
|
+
left: -0.25rem;
|
|
121
|
+
bottom: -0.25rem;
|
|
122
|
+
right: -0.25rem;
|
|
68
123
|
}
|
|
69
124
|
}
|
|
70
125
|
|
|
71
126
|
html.sap-desktop .sapMColorPalette .sapMBtn:focus > .sapMFocusable:before {
|
|
72
127
|
display: none;
|
|
73
|
-
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sap-phone .sapMColorPalette .sapMColorPaletteSquare {
|
|
131
|
+
& > div {
|
|
132
|
+
border-radius: 0.25rem;
|
|
133
|
+
&:active {
|
|
134
|
+
border-radius: 0.4375rem;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -128,10 +128,3 @@ html.sap-phone .sapMDialog {
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
.sapMDialog footer .sapMTB.sapMFooter-CTX {
|
|
133
|
-
// override for toolbar's top rounded corners
|
|
134
|
-
// TODO: toolbar shouldn't have rounded corners, remove this later
|
|
135
|
-
border-top-left-radius: 0px;
|
|
136
|
-
border-top-right-radius: 0px;
|
|
137
|
-
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================= */
|
|
2
|
+
/* CSS for control sap.m/DynamicDateRange */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ======================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiIcon.sapMDDRDateOption {
|
|
7
|
+
color: @sapUiButtonActiveTextColor;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMDynamicDateRangePopover section > .sapMLabel {
|
|
11
|
+
margin: 1rem 0 0.5rem 0;
|
|
12
|
+
}
|
|
@@ -226,6 +226,29 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
|
|
|
226
226
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
|
|
230
|
+
{
|
|
231
|
+
.sapMGTFocusDiv{
|
|
232
|
+
border: none;
|
|
233
|
+
box-shadow: none;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
|
|
238
|
+
{
|
|
239
|
+
.sapMGTFocusDiv{
|
|
240
|
+
border: none;
|
|
241
|
+
box-shadow: none;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
|
|
246
|
+
{
|
|
247
|
+
.sapMGTFocusDiv{
|
|
248
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
229
252
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
|
|
230
253
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
231
254
|
&:after {
|
|
@@ -320,6 +343,10 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
320
343
|
|
|
321
344
|
.sapMGTLineMode .sapMGTFocusDiv {
|
|
322
345
|
border-radius: 10px !important;
|
|
346
|
+
top: 0;
|
|
347
|
+
right: 0;
|
|
348
|
+
bottom: 0;
|
|
349
|
+
left: 0;
|
|
323
350
|
}
|
|
324
351
|
|
|
325
352
|
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
@@ -362,4 +389,20 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
362
389
|
.sapMGTFocusDiv {
|
|
363
390
|
border-radius: 1rem !important;
|
|
364
391
|
}
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode.TwoByHalf {
|
|
395
|
+
.sapMBtn.sapMGTMoreIcon{
|
|
396
|
+
.sapMBtnInner{
|
|
397
|
+
left: 0rem;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
403
|
+
.sapMGTMoreIcon{
|
|
404
|
+
.sapMBtnIcon{
|
|
405
|
+
color: @sapUiButtonLiteTextColor;
|
|
406
|
+
}
|
|
407
|
+
}
|
|
365
408
|
}
|
|
@@ -22,11 +22,8 @@
|
|
|
22
22
|
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
23
23
|
.sapMInputBaseContentWrapper {
|
|
24
24
|
border: none;
|
|
25
|
-
|
|
26
|
-
&.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMTokenizer .sapMToken {
|
|
27
|
-
margin-top: 0.1875rem;
|
|
28
|
-
}
|
|
29
25
|
}
|
|
26
|
+
|
|
30
27
|
.sapMInputBase:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
31
28
|
width: @_sap_m_InputBase_IconWidth;
|
|
32
29
|
height: 2.1875rem;
|
|
@@ -78,11 +75,6 @@
|
|
|
78
75
|
padding-left: 0.125 * @sapContent_GridSize;
|
|
79
76
|
}
|
|
80
77
|
|
|
81
|
-
.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
|
|
82
|
-
background: ~"0 100% / 0.375rem @{sapField_BorderWidth} repeat-x linear-gradient(90deg, @{sapField_ReadOnly_BorderColor} 0, @{sapField_ReadOnly_BorderColor} 0.25rem, transparent 0.25rem) border-box";
|
|
83
|
-
background-color: @sapUiFieldReadOnlyBackground;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
78
|
.sapMInputBaseDisabled {
|
|
87
79
|
opacity: @sapUiContentDisabledOpacity;
|
|
88
80
|
}
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
/* Variables overriding */
|
|
8
8
|
/* ------------------------------- */
|
|
9
9
|
|
|
10
|
-
@_sap_m_LightBox_OverlayBackground: fade(@sapUiBlockLayerBackground, 60);
|
|
11
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
12
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
13
12
|
@_sap_m_LightBox_ErrorIconColor: fade(@sapUiContentNonInteractiveIconColor, 50);
|
|
13
|
+
@_sap_m_LightBox_OverlayOpacity: 0.2;
|
|
14
|
+
@_sap_m_LightBox_FontFamily: @sapFontHeaderFamily;
|
|
14
15
|
|
|
15
16
|
/* ------------------------------- */
|
|
16
17
|
/* Footer */
|
|
@@ -17,12 +17,13 @@
|
|
|
17
17
|
border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMLIBActive.sapMLIBFocusable:focus {
|
|
21
|
-
outline-color: @sapUiContentContrastFocusColor;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
20
|
/* Fix for IE/Edge visual appearance of buttons */
|
|
25
21
|
.sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
|
|
26
22
|
background-clip: border-box;
|
|
27
23
|
border-color: transparent;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMListFtr {
|
|
27
|
+
border-bottom-left-radius: 0.75rem;
|
|
28
|
+
border-bottom-right-radius: 0.75rem;
|
|
28
29
|
}
|
|
@@ -39,4 +39,18 @@
|
|
|
39
39
|
|
|
40
40
|
.sapMMenuBtnRegular.sapMMenuBtn .sapMBtnDisabled {
|
|
41
41
|
opacity: @sapUiContentDisabledOpacity;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnIcon,
|
|
45
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnContent {
|
|
46
|
+
position: relative;
|
|
47
|
+
top: 0.0625rem;
|
|
48
|
+
left: 0.0625rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
|
|
52
|
+
.sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnDefault::after,
|
|
53
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
|
|
54
|
+
.sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
|
|
55
|
+
color: @sapUiButtonActiveTextColor;
|
|
42
56
|
}
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
6
|
// header shadow - different states
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
7
|
+
@_sap_m_MessageBox_HeaderShadow: inset 0 -0.0625rem;
|
|
8
|
+
@_sap_m_MessageBox_Shadow: @sapUiContentHeaderShadow;
|
|
9
|
+
@_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiInformationBorder, @_sap_m_MessageBox_Shadow;
|
|
10
|
+
@_sap_m_MessageBox_WarningShadow: @_sap_m_MessageBox_HeaderShadow @sapUiWarningBorder, @_sap_m_MessageBox_Shadow;
|
|
11
|
+
@_sap_m_MessageBox_ErrorShadow: @_sap_m_MessageBox_HeaderShadow @sapUiErrorBorder, @_sap_m_MessageBox_Shadow;
|
|
12
|
+
@_sap_m_MessageBox_SuccessShadow: @_sap_m_MessageBox_HeaderShadow @sapUiSuccessBorder, @_sap_m_MessageBox_Shadow;
|
|
13
|
+
@_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
|
|
12
14
|
|
|
13
15
|
.sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
|
|
14
16
|
color: @sapUiInformativeElement;
|
|
@@ -25,12 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.sapMSLITitle {
|
|
28
|
-
|
|
28
|
+
font-size: @sapMFontHeader6Size;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.sapMSLIDescription {
|
|
32
|
-
color: @sapUiContentLabelColor;
|
|
33
|
-
}
|
|
34
31
|
|
|
35
32
|
.sapMMsgViewDescriptionText {
|
|
36
33
|
padding-bottom:0;
|
|
@@ -42,6 +39,10 @@
|
|
|
42
39
|
|
|
43
40
|
.sapMMsgViewTitleText {
|
|
44
41
|
margin: 0 0 1rem 2.5rem;
|
|
42
|
+
font-family: @sapUiFontHeaderFamily;
|
|
43
|
+
font-size: @sapUiFontHeader5Size;
|
|
44
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
45
|
+
color: @sapUiGroupTitleTextColor;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
.sapMMsgViewDescriptionLink {
|
|
@@ -9,35 +9,26 @@
|
|
|
9
9
|
.sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
|
|
10
10
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
|
|
11
11
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
12
|
+
outline-offset: -0.25rem;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
.sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList {
|
|
15
|
-
&:not(.sapMSticky) li[data-sap-ui-first-suggestion-item]:focus,
|
|
16
|
-
&.sapMSticky .sapMMultiComboBoxSelectAllFocused {
|
|
17
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
18
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot:focus {
|
|
23
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
24
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sapMMultiComboBoxPicker li[data-sap-ui-last-suggestion-item]:focus {
|
|
28
|
-
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
29
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.sapMMultiComboBoxSelectAll.sapMTB.sapMIBar {
|
|
33
|
-
& .sapMBarChild.sapMCb.sapMCbHasLabel:focus:after {
|
|
34
|
-
border: none;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
15
|
.sapMMultiComboBox .sapMTokenizer {
|
|
38
16
|
padding-top: 1px;
|
|
39
17
|
}
|
|
40
18
|
|
|
41
19
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
|
|
42
20
|
padding-top: 0px;
|
|
21
|
+
.sapMToken {
|
|
22
|
+
margin-top: 0.0625rem;
|
|
23
|
+
margin-bottom: 0.0625rem;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapUiSizeCompact {
|
|
28
|
+
.sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
29
|
+
.sapMToken {
|
|
30
|
+
margin-top: 0.125rem;
|
|
31
|
+
margin-bottom: 0.125rem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
43
34
|
}
|
|
@@ -8,4 +8,17 @@
|
|
|
8
8
|
|
|
9
9
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiInput .sapMTokenizer {
|
|
10
10
|
padding-top: 0px;
|
|
11
|
+
.sapMToken {
|
|
12
|
+
margin-top: 0.0625rem;
|
|
13
|
+
margin-bottom: 0.0625rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapUiSizeCompact {
|
|
18
|
+
.sapMMultiInput.sapMMultiInputHasTokens .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
19
|
+
.sapMToken {
|
|
20
|
+
margin-top: 0.125rem;
|
|
21
|
+
margin-bottom: 0.125rem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
11
24
|
}
|
|
@@ -24,6 +24,22 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.Stretch{
|
|
28
|
+
.sapMTileCnt.News .sapMNwC{
|
|
29
|
+
.sapMNwCCTxt .sapMText {
|
|
30
|
+
font-size: @sapMFontLargeSize;
|
|
31
|
+
color: @sapUiText;
|
|
32
|
+
}
|
|
33
|
+
.sapMNwCCTxt .sapMFT {
|
|
34
|
+
font-size: 0.938rem;
|
|
35
|
+
color: @sapUiText;
|
|
36
|
+
}
|
|
37
|
+
.sapMNwCSbh{
|
|
38
|
+
color: @sapUiText;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
27
43
|
.sapMNwC:focus {
|
|
28
44
|
outline: 1px dotted @sapUiContentFocusColor;
|
|
29
45
|
}
|
|
@@ -12,12 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
.sapMOHC.sapMOHBgTranslucent,
|
|
14
14
|
.sapMOHC.sapMOHBgSolid {
|
|
15
|
-
border:
|
|
15
|
+
border-bottom: 0.0625rem solid @sapUiObjectHeaderBorderColor;
|
|
16
16
|
box-shadow: none;
|
|
17
17
|
}
|
|
18
18
|
.sapMOH.sapMOHBgTransparent,
|
|
19
19
|
.sapMOHC.sapMOHBgTransparent {
|
|
20
20
|
background: transparent;
|
|
21
|
+
border-bottom: 0.0625rem solid transparent;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
@@ -76,4 +77,30 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
76
77
|
.sapMOHRTitleActive .sapMOHRTitleText:focus {
|
|
77
78
|
outline: 1px dotted @sapUiContentFocusColor;
|
|
78
79
|
outline-offset: -1px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMOHTitle h6 .sapMText,
|
|
83
|
+
.sapMOHTitle h5 .sapMText,
|
|
84
|
+
.sapMOHTitle h4 .sapMText,
|
|
85
|
+
.sapMOHTitle h3 .sapMText,
|
|
86
|
+
.sapMOHTitle h2 .sapMText,
|
|
87
|
+
.sapMOHTitle h1 .sapMText {
|
|
88
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
89
|
+
font-size: @sapUiObjectHeaderTitleFontSize;
|
|
90
|
+
color: @sapUiObjectHeaderTitleTextColor;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
html.sap-phone {
|
|
94
|
+
.sapMOHTitle h6 .sapMText,
|
|
95
|
+
.sapMOHTitle h5 .sapMText,
|
|
96
|
+
.sapMOHTitle h4 .sapMText,
|
|
97
|
+
.sapMOHTitle h3 .sapMText,
|
|
98
|
+
.sapMOHTitle h2 .sapMText,
|
|
99
|
+
.sapMOHTitle h1 .sapMText {
|
|
100
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapMOHIntro .sapMText {
|
|
105
|
+
color: @sapUiObjectHeaderSubtitleTextColor;
|
|
79
106
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.m/ObjectListItem */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ===================================== */
|
|
5
|
+
|
|
6
|
+
.sapMText.sapMObjLTitle {
|
|
7
|
+
font-size: @sapMFontHeader5Size;
|
|
8
|
+
font-family: @sapUiFontSemiboldFamily;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapMObjLNumberDiv .sapMObjectNumber .sapMObjectNumberText {
|
|
12
|
+
font-size: 1.25rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.sapMObjLItem.sapMLIBActive .sapMObjLIcon {
|
|
16
|
+
color: @sapUiContentIconColor;
|
|
17
|
+
}
|
|
@@ -3,10 +3,18 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
.sapMObjStatus .sapMObjStatusLink {
|
|
7
|
+
padding: 0 0.0625rem;
|
|
8
|
+
display: inline-block;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
12
|
+
.sapMObjStatusText,
|
|
13
|
+
.sapMObjStatusIcon {
|
|
14
|
+
min-height: 1rem;
|
|
15
|
+
text-shadow: @sapUiContentContrastTextShadow;
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
10
18
|
}
|
|
11
19
|
|
|
12
20
|
.sapMObjectStatusLarge {
|
|
@@ -56,35 +64,93 @@
|
|
|
56
64
|
color: @sapUiContentContrastTextColor;
|
|
57
65
|
}
|
|
58
66
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
.sapMObjStatusInverted .sapMObjStatusText,
|
|
68
|
+
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
69
|
+
padding: 0.0625rem 0.25rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
73
|
+
padding: 0.0625rem 0 0.0625rem 0.25rem;
|
|
74
|
+
vertical-align: middle;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
78
|
+
.sapMObjStatusText {
|
|
79
|
+
text-decoration: underline;
|
|
80
|
+
text-shadow: @sapUiContentTextShadow;
|
|
72
81
|
}
|
|
73
|
-
|
|
74
|
-
|
|
82
|
+
&:focus {
|
|
83
|
+
.sapMObjStatusLink::after {
|
|
75
84
|
outline: none;
|
|
76
|
-
border-radius: 0.
|
|
85
|
+
border-radius: 0.125rem;
|
|
77
86
|
content: "";
|
|
78
87
|
position: absolute;
|
|
79
88
|
box-sizing: border-box;
|
|
80
|
-
left:
|
|
89
|
+
left: 0;
|
|
81
90
|
top: -0.0625rem;
|
|
82
|
-
|
|
83
|
-
right: -0.0625rem;
|
|
91
|
+
right: 0;
|
|
84
92
|
bottom: -0.0625rem;
|
|
85
93
|
pointer-events: none;
|
|
86
94
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
95
|
+
z-index: -1;
|
|
87
96
|
}
|
|
97
|
+
.sapMObjStatusLink {
|
|
98
|
+
background: @sapUiContentFocusColor;
|
|
99
|
+
border-radius: 0.125rem;
|
|
100
|
+
.sapMObjStatusIcon > .sapUiIcon,
|
|
101
|
+
.sapMObjStatusText {
|
|
102
|
+
color: @sapUiContentContrastTextColor;
|
|
103
|
+
text-shadow: @sapUiContentContrastTextShadow;
|
|
104
|
+
}
|
|
105
|
+
.sapMObjStatusText {
|
|
106
|
+
text-decoration: underline;
|
|
107
|
+
}
|
|
108
|
+
.sapMObjStatusIcon > .sapUiIcon {
|
|
109
|
+
text-decoration: none;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
&:hover,
|
|
114
|
+
&:active,
|
|
115
|
+
&:focus:hover,
|
|
116
|
+
&:focus:active {
|
|
117
|
+
.sapMObjStatusIcon > .sapUiIcon,
|
|
118
|
+
.sapMObjStatusText {
|
|
119
|
+
text-decoration: none;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
&.sapMObjectStatusLarge:focus {
|
|
123
|
+
.sapMObjStatusLink::after {
|
|
124
|
+
top: 0;
|
|
125
|
+
bottom: 0;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
131
|
+
.sapMObjStatusLink {
|
|
132
|
+
height: auto;
|
|
133
|
+
}
|
|
134
|
+
&:focus,
|
|
135
|
+
&.sapMObjectStatusLarge:focus {
|
|
136
|
+
.sapMObjStatusLink::after {
|
|
137
|
+
outline: none;
|
|
138
|
+
content: "";
|
|
139
|
+
position: absolute;
|
|
140
|
+
box-sizing: border-box;
|
|
141
|
+
left: 0;
|
|
142
|
+
top: 0;
|
|
143
|
+
right: 0;
|
|
144
|
+
bottom: 0;
|
|
145
|
+
pointer-events: none;
|
|
146
|
+
z-index: 1;
|
|
147
|
+
box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
|
|
148
|
+
border-radius: 0.25rem;
|
|
149
|
+
height: 100%;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
&.sapMObjectStatusLarge:focus {
|
|
153
|
+
min-height: 2rem;
|
|
88
154
|
}
|
|
89
155
|
}
|
|
90
156
|
|