@openui5/themelib_sap_horizon 1.101.0 → 1.103.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/AvatarGroup.less +1 -1
- 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/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- 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/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- 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/FlexibleColumnLayout.less +13 -13
- 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/FlexibleColumnLayout.less +12 -12
- 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 +27 -15
- 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 +36 -3
- 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/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- 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 +12 -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 +0 -6
- 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/ObjectNumber.less +0 -5
- 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 +92 -51
- package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -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 +5 -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 +29 -17
- 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 +36 -3
- 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/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
- 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 +12 -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 -6
- 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/ObjectNumber.less +0 -5
- 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 +86 -51
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -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 +5 -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/ActionSelect.less +11 -6
- 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/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -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/ObjectNumber.less +0 -5
- 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 +151 -25
- 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 +5 -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/Toolbar.less +1 -2
- 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/ActionSelect.less +14 -9
- 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/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -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/ObjectNumber.less +0 -6
- 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 +155 -25
- 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 +5 -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/Toolbar.less +1 -2
- 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 +16 -184
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -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 +16 -184
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -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 +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -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 +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -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/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -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/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -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/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- 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 +15 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -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 +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -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 +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -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 +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -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 +11 -22
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
- 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 +10 -11
- 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,14 +3,18 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolHeader_Height:
|
|
7
|
-
@
|
|
6
|
+
@_sap_tnt_ToolHeader_Height: 3.5rem;
|
|
7
|
+
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
8
8
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
9
|
+
@_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
|
|
10
|
+
@_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
|
|
11
|
+
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
12
|
+
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
13
|
+
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
9
14
|
|
|
10
15
|
.sapTntToolHeader {
|
|
11
16
|
&.sapMTB {
|
|
12
17
|
background-color: @sapUiShellColor;
|
|
13
|
-
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
&.sapMTBStandard {
|
|
@@ -51,7 +55,10 @@
|
|
|
51
55
|
.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
|
|
52
56
|
.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
53
57
|
.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
54
|
-
|
|
58
|
+
&::before {
|
|
59
|
+
outline-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
60
|
+
border-color: @_sap_tnt_ToolHeader_BorderColor !important;
|
|
61
|
+
}
|
|
55
62
|
}
|
|
56
63
|
|
|
57
64
|
.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
|
|
@@ -177,7 +184,7 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
|
|
|
177
184
|
// sap.m.MenuButton overriding
|
|
178
185
|
// ==========================================================================
|
|
179
186
|
|
|
180
|
-
.sapTntToolHeader {
|
|
187
|
+
.sapTntToolHeader.sapMIBar {
|
|
181
188
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
182
189
|
color: @sapUiShellInteractiveTextColor;
|
|
183
190
|
}
|
|
@@ -220,68 +227,6 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
|
|
|
220
227
|
}
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
// ==========================================================================
|
|
224
|
-
// sap.ui.core.Icon overriding
|
|
225
|
-
// ==========================================================================
|
|
226
|
-
|
|
227
|
-
.sapTntToolHeader {
|
|
228
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
229
|
-
color: @sapUiShellTextColor;
|
|
230
|
-
outline-color: transparent;
|
|
231
|
-
|
|
232
|
-
&.sapUiIconPointer:focus {
|
|
233
|
-
outline-color: @sapUiContentContrastFocusColor;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// no backgrounds
|
|
238
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
239
|
-
&.sapUiIconColorCritical {
|
|
240
|
-
color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
&.sapUiIconColorNegative {
|
|
244
|
-
color: lighten(@sapUiNegativeText, 40);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
&.sapUiIconColorPositive {
|
|
248
|
-
color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
&.sapUiIconColorNeutral {
|
|
252
|
-
color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// backgrounds
|
|
257
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
258
|
-
&.sapUiIconBGColorContrast {
|
|
259
|
-
color: @sapUiShellTextColor;
|
|
260
|
-
background: transparent;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
&.sapUiIconBGColorCritical {
|
|
264
|
-
color: @sapUiBaseText;
|
|
265
|
-
background: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
&.sapUiIconBGColorNegative {
|
|
269
|
-
color: @sapUiBaseText;
|
|
270
|
-
background: lighten(@sapUiNegativeElement, 40);
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
&.sapUiIconBGColorNeutral {
|
|
274
|
-
color: @sapUiBaseText;
|
|
275
|
-
background: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
&.sapUiIconBGColorPositive {
|
|
279
|
-
color: @sapUiBaseText;
|
|
280
|
-
background: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
230
|
// ==========================================================================
|
|
286
231
|
// sap.m.Select overriding
|
|
287
232
|
// ==========================================================================
|
|
@@ -438,15 +383,11 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
438
383
|
// ==========================================================================
|
|
439
384
|
|
|
440
385
|
.sapTntToolHeader {
|
|
441
|
-
.sapMITH {
|
|
442
|
-
|
|
443
|
-
|
|
386
|
+
.sapMITH .sapMITBText {
|
|
387
|
+
color: @sapUiShellInteractiveTextColor;
|
|
388
|
+
text-shadow: none;
|
|
444
389
|
}
|
|
445
390
|
|
|
446
|
-
.sapMITH .sapMITBText {
|
|
447
|
-
color: @sapUiShellInteractiveTextColor;
|
|
448
|
-
text-shadow: none;
|
|
449
|
-
}
|
|
450
391
|
.sapMITH .sapMITBDisabled {
|
|
451
392
|
opacity: @_sap_tnt_ToolHeader_DisabledOpacity;
|
|
452
393
|
}
|
|
@@ -484,6 +425,7 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
484
425
|
|
|
485
426
|
.sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
|
|
486
427
|
height: 0.875rem;
|
|
428
|
+
margin: 0 -0.1875rem;
|
|
487
429
|
}
|
|
488
430
|
}
|
|
489
431
|
|
|
@@ -509,116 +451,6 @@ html.sap-desktop .sapTntToolHeader {
|
|
|
509
451
|
}
|
|
510
452
|
}
|
|
511
453
|
|
|
512
|
-
// ==========================================================================
|
|
513
|
-
// sap.m.ObjectStatus overriding
|
|
514
|
-
// ==========================================================================
|
|
515
|
-
|
|
516
|
-
.sapTntToolHeader {
|
|
517
|
-
.sapMObjStatus {
|
|
518
|
-
.sapMObjStatusText,
|
|
519
|
-
.sapMObjStatusIcon {
|
|
520
|
-
text-shadow: none;
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.sapMObjStatus.sapMObjStatusError {
|
|
525
|
-
.sapMObjStatusText,
|
|
526
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
527
|
-
color: lighten(@sapUiNegativeText, 40);
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.sapMObjStatus.sapMObjStatusInformation {
|
|
532
|
-
.sapMObjStatusText,
|
|
533
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
534
|
-
color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.sapMObjStatus.sapMObjStatusNone {
|
|
539
|
-
.sapMObjStatusText,
|
|
540
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
541
|
-
color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.sapMObjStatus.sapMObjStatusSuccess {
|
|
546
|
-
.sapMObjStatusText,
|
|
547
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
548
|
-
color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.sapMObjStatus.sapMObjStatusWarning {
|
|
553
|
-
.sapMObjStatusText,
|
|
554
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
555
|
-
color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
//Inverted
|
|
560
|
-
|
|
561
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusError {
|
|
562
|
-
.sapMObjStatusText,
|
|
563
|
-
.sapMObjStatusIcon,
|
|
564
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
565
|
-
background-color: lighten(@sapUiNegativeElement, 40);
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusInformation {
|
|
570
|
-
.sapMObjStatusText,
|
|
571
|
-
.sapMObjStatusIcon,
|
|
572
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
573
|
-
background-color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusNone {
|
|
578
|
-
.sapMObjStatusText,
|
|
579
|
-
.sapMObjStatusIcon,
|
|
580
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
581
|
-
background-color: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusSuccess {
|
|
586
|
-
.sapMObjStatusText,
|
|
587
|
-
.sapMObjStatusIcon,
|
|
588
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
589
|
-
background-color: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusWarning {
|
|
594
|
-
.sapMObjStatusText,
|
|
595
|
-
.sapMObjStatusIcon,
|
|
596
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
597
|
-
background-color: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.sapMObjStatus.sapMObjStatusInverted {
|
|
602
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
603
|
-
height: @_sap_tnt_ToolHeader_Icon_Height;
|
|
604
|
-
vertical-align: text-top;
|
|
605
|
-
}
|
|
606
|
-
.sapMObjStatusText,
|
|
607
|
-
.sapMObjStatusIcon .sapUiIcon{
|
|
608
|
-
|
|
609
|
-
color: @sapUiBaseText;
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.sapMObjStatus .sapMObjStatusTitle {
|
|
614
|
-
color: @sapUiShellActiveTextColor;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
619
|
-
outline-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
454
|
// ==========================================================================
|
|
623
455
|
// sap.m.Avatar / sap.f.Avatar overriding
|
|
624
456
|
// ==========================================================================
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
|
|
7
|
+
@_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
|
|
8
|
+
@_sap_tnt_ToolPage_HeaderShadow: @sapUiContentShadow0;
|
|
@@ -7,17 +7,22 @@
|
|
|
7
7
|
// Variables and mixins
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #B3BDC6;
|
|
12
|
+
@_sap_tnt_InfoLabel_DisplayModeBackground: #29394B;
|
|
13
|
+
@_sap_tnt_InfoLabel_DisplayModeColor: #B3BDC6;
|
|
14
|
+
|
|
10
15
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
#4A3502 #EFAB01,
|
|
17
|
+
#770606 #FFA0BF,
|
|
18
|
+
#6E064B #FF98B6,
|
|
19
|
+
#580787 #FF8FF1,
|
|
20
|
+
#331C9F #C6A8FF,
|
|
21
|
+
#0E3382 #5CC0FF,
|
|
22
|
+
#054039 #1ECDAF,
|
|
23
|
+
#164120 #81CB24,
|
|
24
|
+
#063D5B #08C8E4,
|
|
25
|
+
#29394B #B3BDC6;
|
|
21
26
|
|
|
22
27
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
23
28
|
|
|
@@ -31,13 +36,14 @@
|
|
|
31
36
|
@pair: extract(@list, @i);
|
|
32
37
|
@backgroundColor: extract(@pair, 1);
|
|
33
38
|
@borderColor: extract(@pair, 2);
|
|
39
|
+
@textColor: extract(@pair, 2);
|
|
34
40
|
|
|
35
41
|
.@{prefix}@{i} {
|
|
36
42
|
border: 0.0625rem solid @borderColor;
|
|
37
43
|
background-color: @backgroundColor;
|
|
38
44
|
|
|
39
45
|
.sapTntInfoLabelInner {
|
|
40
|
-
color: @
|
|
46
|
+
color: @textColor;
|
|
41
47
|
}
|
|
42
48
|
}
|
|
43
49
|
}
|
|
@@ -3,14 +3,9 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
|
|
7
|
+
@_sap_tnt_NavigationList_IconColor: @sapHighlightColor;
|
|
8
|
+
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
9
|
+
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
|
|
6
10
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
7
|
-
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
8
|
-
@_sap_tnt_NavigationList_GroupBottomBorderColor: transparent;
|
|
9
|
-
@_sap_tnt_NavigationList_Collapsed_GroupBorderColor: transparent;
|
|
10
|
-
|
|
11
|
-
.sapTntNavLIPopup {
|
|
12
|
-
.sapTntNavLI li:focus .sapTntNavLIItem::before,
|
|
13
|
-
.sapTntNavLIItem:focus::before {
|
|
14
|
-
border-radius: 0.5rem;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
11
|
+
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
@@ -3,5 +3,7 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
7
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapAccentColor6;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
|
+
@_sap_tnt_SideNavigation_TriangleColor: @sapContent_NonInteractiveIconColor;
|
|
@@ -3,14 +3,18 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolHeader_Height:
|
|
7
|
-
@
|
|
6
|
+
@_sap_tnt_ToolHeader_Height: 3.5rem;
|
|
7
|
+
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
8
8
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
9
|
+
@_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
|
|
10
|
+
@_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
|
|
11
|
+
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
12
|
+
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
13
|
+
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
9
14
|
|
|
10
15
|
.sapTntToolHeader {
|
|
11
16
|
&.sapMTB {
|
|
12
17
|
background-color: @sapUiShellColor;
|
|
13
|
-
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
&.sapMTBStandard {
|
|
@@ -51,7 +55,10 @@
|
|
|
51
55
|
.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
|
|
52
56
|
.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
53
57
|
.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
54
|
-
|
|
58
|
+
&::before {
|
|
59
|
+
outline-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
60
|
+
border-color: @_sap_tnt_ToolHeader_BorderColor !important;
|
|
61
|
+
}
|
|
55
62
|
}
|
|
56
63
|
|
|
57
64
|
.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
|
|
@@ -177,7 +184,7 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
|
|
|
177
184
|
// sap.m.MenuButton overriding
|
|
178
185
|
// ==========================================================================
|
|
179
186
|
|
|
180
|
-
.sapTntToolHeader {
|
|
187
|
+
.sapTntToolHeader.sapMIBar {
|
|
181
188
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
182
189
|
color: @sapUiShellInteractiveTextColor;
|
|
183
190
|
}
|
|
@@ -220,68 +227,6 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
|
|
|
220
227
|
}
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
// ==========================================================================
|
|
224
|
-
// sap.ui.core.Icon overriding
|
|
225
|
-
// ==========================================================================
|
|
226
|
-
|
|
227
|
-
.sapTntToolHeader {
|
|
228
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
229
|
-
color: @sapUiShellTextColor;
|
|
230
|
-
outline-color: transparent;
|
|
231
|
-
|
|
232
|
-
&.sapUiIconPointer:focus {
|
|
233
|
-
outline-color: @sapUiContentContrastFocusColor;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// no backgrounds
|
|
238
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
239
|
-
&.sapUiIconColorCritical {
|
|
240
|
-
color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
&.sapUiIconColorNegative {
|
|
244
|
-
color: lighten(@sapUiNegativeText, 40);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
&.sapUiIconColorPositive {
|
|
248
|
-
color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
&.sapUiIconColorNeutral {
|
|
252
|
-
color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// backgrounds
|
|
257
|
-
.sapUiIcon:not(.sapMITBInlineIcon) {
|
|
258
|
-
&.sapUiIconBGColorContrast {
|
|
259
|
-
color: @sapUiShellTextColor;
|
|
260
|
-
background: transparent;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
&.sapUiIconBGColorCritical {
|
|
264
|
-
color: @sapUiBaseText;
|
|
265
|
-
background: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
&.sapUiIconBGColorNegative {
|
|
269
|
-
color: @sapUiBaseText;
|
|
270
|
-
background: lighten(@sapUiNegativeElement, 40);
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
&.sapUiIconBGColorNeutral {
|
|
274
|
-
color: @sapUiBaseText;
|
|
275
|
-
background: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
&.sapUiIconBGColorPositive {
|
|
279
|
-
color: @sapUiBaseText;
|
|
280
|
-
background: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
230
|
// ==========================================================================
|
|
286
231
|
// sap.m.Select overriding
|
|
287
232
|
// ==========================================================================
|
|
@@ -438,15 +383,11 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
438
383
|
// ==========================================================================
|
|
439
384
|
|
|
440
385
|
.sapTntToolHeader {
|
|
441
|
-
.sapMITH {
|
|
442
|
-
|
|
443
|
-
|
|
386
|
+
.sapMITH .sapMITBText {
|
|
387
|
+
color: @sapUiShellInteractiveTextColor;
|
|
388
|
+
text-shadow: none;
|
|
444
389
|
}
|
|
445
390
|
|
|
446
|
-
.sapMITH .sapMITBText {
|
|
447
|
-
color: @sapUiShellInteractiveTextColor;
|
|
448
|
-
text-shadow: none;
|
|
449
|
-
}
|
|
450
391
|
.sapMITH .sapMITBDisabled {
|
|
451
392
|
opacity: @_sap_tnt_ToolHeader_DisabledOpacity;
|
|
452
393
|
}
|
|
@@ -484,6 +425,7 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
484
425
|
|
|
485
426
|
.sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
|
|
486
427
|
height: 0.875rem;
|
|
428
|
+
margin: 0 -0.1875rem;
|
|
487
429
|
}
|
|
488
430
|
}
|
|
489
431
|
|
|
@@ -509,116 +451,6 @@ html.sap-desktop .sapTntToolHeader {
|
|
|
509
451
|
}
|
|
510
452
|
}
|
|
511
453
|
|
|
512
|
-
// ==========================================================================
|
|
513
|
-
// sap.m.ObjectStatus overriding
|
|
514
|
-
// ==========================================================================
|
|
515
|
-
|
|
516
|
-
.sapTntToolHeader {
|
|
517
|
-
.sapMObjStatus {
|
|
518
|
-
.sapMObjStatusText,
|
|
519
|
-
.sapMObjStatusIcon {
|
|
520
|
-
text-shadow: none;
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.sapMObjStatus.sapMObjStatusError {
|
|
525
|
-
.sapMObjStatusText,
|
|
526
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
527
|
-
color: lighten(@sapUiNegativeText, 40);
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.sapMObjStatus.sapMObjStatusInformation {
|
|
532
|
-
.sapMObjStatusText,
|
|
533
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
534
|
-
color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.sapMObjStatus.sapMObjStatusNone {
|
|
539
|
-
.sapMObjStatusText,
|
|
540
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
541
|
-
color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.sapMObjStatus.sapMObjStatusSuccess {
|
|
546
|
-
.sapMObjStatusText,
|
|
547
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
548
|
-
color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.sapMObjStatus.sapMObjStatusWarning {
|
|
553
|
-
.sapMObjStatusText,
|
|
554
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
555
|
-
color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
//Inverted
|
|
560
|
-
|
|
561
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusError {
|
|
562
|
-
.sapMObjStatusText,
|
|
563
|
-
.sapMObjStatusIcon,
|
|
564
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
565
|
-
background-color: lighten(@sapUiNegativeElement, 40);
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusInformation {
|
|
570
|
-
.sapMObjStatusText,
|
|
571
|
-
.sapMObjStatusIcon,
|
|
572
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
573
|
-
background-color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusNone {
|
|
578
|
-
.sapMObjStatusText,
|
|
579
|
-
.sapMObjStatusIcon,
|
|
580
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
581
|
-
background-color: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusSuccess {
|
|
586
|
-
.sapMObjStatusText,
|
|
587
|
-
.sapMObjStatusIcon,
|
|
588
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
589
|
-
background-color: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusWarning {
|
|
594
|
-
.sapMObjStatusText,
|
|
595
|
-
.sapMObjStatusIcon,
|
|
596
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
597
|
-
background-color: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.sapMObjStatus.sapMObjStatusInverted {
|
|
602
|
-
.sapMObjStatusIcon .sapUiIcon {
|
|
603
|
-
height: @_sap_tnt_ToolHeader_Icon_Height;
|
|
604
|
-
vertical-align: text-top;
|
|
605
|
-
}
|
|
606
|
-
.sapMObjStatusText,
|
|
607
|
-
.sapMObjStatusIcon .sapUiIcon{
|
|
608
|
-
|
|
609
|
-
color: @sapUiBaseText;
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.sapMObjStatus .sapMObjStatusTitle {
|
|
614
|
-
color: @sapUiShellActiveTextColor;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
619
|
-
outline-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
454
|
// ==========================================================================
|
|
623
455
|
// sap.m.Avatar / sap.f.Avatar overriding
|
|
624
456
|
// ==========================================================================
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
|
|
7
|
+
@_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
|
|
8
|
+
@_sap_tnt_ToolPage_HeaderShadow: @sapUiContentShadow0;
|
|
@@ -4,30 +4,46 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
// ==========================================================================
|
|
7
|
-
// Variables
|
|
7
|
+
// Variables and mixins
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
10
|
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #A9BACB;
|
|
12
|
+
@_sap_tnt_InfoLabel_DisplayModeBackground: #1C2834;
|
|
13
|
+
@_sap_tnt_InfoLabel_DisplayModeColor: #A9BACB;
|
|
11
14
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
@_sap_tnt_InfoLabel_ColorsArray:
|
|
16
|
+
#362401 #FDA503,
|
|
17
|
+
#550404 #FC9F9F,
|
|
18
|
+
#520230 #F79DCA,
|
|
19
|
+
#480057 #F794FF,
|
|
20
|
+
#240381 #BDADFF,
|
|
21
|
+
#002559 #83BCFF,
|
|
22
|
+
#012D28 #06CFAF,
|
|
23
|
+
#0F2D17 #26D526,
|
|
24
|
+
#032B37 #1BC8F2,
|
|
25
|
+
#1C2834 #A9BACB;
|
|
15
26
|
|
|
16
|
-
|
|
17
|
-
color: @sapUiBaseText;
|
|
18
|
-
}
|
|
27
|
+
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
19
28
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
29
|
+
// Iterate over the InfoLabel ColorsArray and create separate class for each
|
|
30
|
+
// color named with the passed prefix and the number of the color
|
|
31
|
+
.create-classes-for-background-and-border-colors(@prefix, @list) {
|
|
32
|
+
.iter(length(@list));
|
|
33
|
+
.iter(@i) when (@i > 0) {
|
|
34
|
+
.iter(@i - 1);
|
|
23
35
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
36
|
+
@pair: extract(@list, @i);
|
|
37
|
+
@backgroundColor: extract(@pair, 1);
|
|
38
|
+
@borderColor: extract(@pair, 2);
|
|
39
|
+
|
|
40
|
+
.@{prefix}@{i} {
|
|
41
|
+
border: 0.0625rem solid @borderColor;
|
|
42
|
+
background-color: @backgroundColor;
|
|
28
43
|
|
|
29
|
-
|
|
30
|
-
|
|
44
|
+
.sapTntInfoLabelInner {
|
|
45
|
+
color: @borderColor;
|
|
46
|
+
}
|
|
31
47
|
}
|
|
32
48
|
}
|
|
33
49
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
|
|
7
|
+
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
8
|
+
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
|
|
6
9
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
7
|
-
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
8
|
-
@_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
|
|
9
|
-
@_sap_tnt_NavigationList_GroupBottomBorderColor: transparent;
|
|
10
|
-
@_sap_tnt_NavigationList_Collapsed_GroupBorderColor: transparent;
|
|
10
|
+
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@_sap_tnt_SideNavigation_NavigationSeparatorHeight:
|
|
6
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
7
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|