@openui5/themelib_sap_horizon 1.100.0 → 1.102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +43 -8
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
- package/src/sap/m/themes/sap_horizon/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
- package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
- package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
- package/src/sap/m/themes/sap_horizon/Table.less +14 -5
- package/src/sap/m/themes/sap_horizon/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +43 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
- package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
- package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
- package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +41 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -55
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -4
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -53
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -4
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon/base.less +428 -42
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +17 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +419 -33
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +18 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +15 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +15 -5
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
- package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +184 -68
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
- package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================ */
|
|
5
5
|
|
|
6
|
-
@_sap_m_Tokenizer_OutlineOffset:
|
|
6
|
+
@_sap_m_Tokenizer_OutlineOffset: 0.3125rem;
|
|
7
7
|
|
|
8
8
|
.sapMTokenizer {
|
|
9
|
-
padding-left:
|
|
9
|
+
padding-left: 0.3125rem;
|
|
10
10
|
position: relative;
|
|
11
11
|
display: inline-block;
|
|
12
12
|
white-space: nowrap;
|
|
@@ -34,6 +34,9 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
34
34
|
.sapUiSizeCompact {
|
|
35
35
|
.sapMTokenizer {
|
|
36
36
|
padding-left: 0.25rem;
|
|
37
|
+
.sapMToken {
|
|
38
|
+
margin-right: 0.25rem;
|
|
39
|
+
}
|
|
37
40
|
}
|
|
38
41
|
}
|
|
39
42
|
|
|
@@ -46,8 +49,8 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
46
49
|
&:focus,
|
|
47
50
|
&.sapMTokenSelected,
|
|
48
51
|
&.sapMTokenSelected:focus,
|
|
49
|
-
&.sapMTokenSelected:hover,
|
|
50
|
-
|
|
52
|
+
&.sapMToken.sapMTokenSelected:hover,
|
|
53
|
+
&.sapMToken:not(.sapMTokenSelected):not(:focus):hover {
|
|
51
54
|
background: @sapButton_TokenBackground;
|
|
52
55
|
cursor: default;
|
|
53
56
|
color: @sapUiBaseText;
|
|
@@ -57,6 +60,10 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
57
60
|
box-shadow: none;
|
|
58
61
|
}
|
|
59
62
|
|
|
63
|
+
&:focus:after {
|
|
64
|
+
content: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
60
67
|
.sapMTokenText,
|
|
61
68
|
.sapMTokenIcon {
|
|
62
69
|
color: @sapUiBaseText;
|
|
@@ -77,14 +84,3 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
77
84
|
color: @sapLinkColor;
|
|
78
85
|
font-weight: bold;
|
|
79
86
|
}
|
|
80
|
-
|
|
81
|
-
.sapMTokenizerTokensPopup .sapMListItems {
|
|
82
|
-
& li:first-child:focus {
|
|
83
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
84
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
85
|
-
}
|
|
86
|
-
& li:last-child:focus {
|
|
87
|
-
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
88
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
@@ -10,44 +10,55 @@ html.sap-desktop .sapMTBActive:focus {
|
|
|
10
10
|
|
|
11
11
|
.sapMTB {
|
|
12
12
|
height: 2.75rem;
|
|
13
|
-
padding: 0 0.5rem
|
|
13
|
+
padding: 0 0.5rem;
|
|
14
14
|
background: @sapUiToolbarBackground;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.sapMIBar > .sapMBarChild:last-child {
|
|
18
|
+
margin-right: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapMTB-Transparent-CTX.sapMTB,
|
|
22
|
+
.sapMIBar.sapMTB-Info-CTX.sapMTB {
|
|
23
|
+
padding: 0 0.5rem;
|
|
24
|
+
}
|
|
17
25
|
|
|
18
26
|
/* Transparent Toolbar Context */
|
|
19
27
|
.sapMTB-Transparent-CTX.sapMTB {
|
|
20
|
-
|
|
28
|
+
background: @sapUiToolbarBackground;
|
|
21
29
|
}
|
|
22
30
|
|
|
23
31
|
/* Info Toolbar Context */
|
|
24
32
|
.sapMTB-Info-CTX.sapMTB {
|
|
25
|
-
background:
|
|
33
|
+
background: @sapUiInfobarNonInteractiveBackground;
|
|
34
|
+
color: @sapUiListTextColor;
|
|
35
|
+
height: 2rem;
|
|
26
36
|
|
|
27
37
|
> .sapUiIcon {
|
|
28
|
-
|
|
38
|
+
width: 1rem;
|
|
39
|
+
height: 1rem;
|
|
40
|
+
color: @sapUiListTextColor;
|
|
29
41
|
}
|
|
30
42
|
|
|
31
43
|
> .sapUiIcon:focus {
|
|
32
|
-
color: @sapUiContentFocusWidth @sapUiContentFocusStyle @
|
|
44
|
+
color: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
33
45
|
}
|
|
34
46
|
|
|
35
47
|
&.sapMTBActive {
|
|
36
48
|
background: @sapUiInfobarBackground;
|
|
37
|
-
|
|
49
|
+
color: @sapUiInfobarTextColor;
|
|
38
50
|
|
|
39
51
|
&:active {
|
|
40
|
-
|
|
52
|
+
background: @sapUiInfobarActiveBackground;
|
|
41
53
|
}
|
|
42
54
|
|
|
43
55
|
&:hover {
|
|
44
|
-
|
|
56
|
+
background: @sapUiInfobarHoverBackground;
|
|
45
57
|
}
|
|
46
58
|
|
|
47
59
|
.sapMText,
|
|
48
60
|
.sapMLabel,
|
|
49
|
-
> .sapMTitle
|
|
50
|
-
> .sapUiIcon {
|
|
61
|
+
> .sapMTitle {
|
|
51
62
|
color: inherit;
|
|
52
63
|
}
|
|
53
64
|
}
|
|
@@ -57,25 +68,22 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
|
|
|
57
68
|
outline-color: @sapUiContentContrastFocusColor;
|
|
58
69
|
}
|
|
59
70
|
|
|
60
|
-
.
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// Border radius for default and solid states as they result in white color
|
|
65
|
-
.sapMTB:not(.sapMTB-Info-CTX) {
|
|
66
|
-
border-top-right-radius: @sapElement_BorderCornerRadius;
|
|
67
|
-
border-top-left-radius: @sapElement_BorderCornerRadius;
|
|
71
|
+
.sapMTB.sapMTBStandard {
|
|
72
|
+
border-bottom: solid 0.0625rem @sapUiGroupTitleBorderColor;
|
|
68
73
|
}
|
|
69
74
|
|
|
70
75
|
// =====================================
|
|
71
76
|
// solid toolbar context
|
|
72
77
|
// =====================================
|
|
73
|
-
|
|
74
78
|
.sapMTB-Solid-CTX.sapMTB {
|
|
75
79
|
background-color: @sapUiToolbarBackground;
|
|
76
80
|
}
|
|
77
81
|
|
|
78
82
|
html.sap-desktop .sapMTBActive:focus {
|
|
79
83
|
outline: none;
|
|
80
|
-
box-shadow: inset 0px 0px 0px @
|
|
84
|
+
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapMTB .sapMTBSeparator {
|
|
88
|
+
background: @sapUiToolbarSeparatorColor;
|
|
81
89
|
}
|
|
@@ -1,55 +1,56 @@
|
|
|
1
|
-
.
|
|
2
|
-
padding
|
|
1
|
+
.sapMValueStateHeaderRoot {
|
|
2
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
3
|
+
line-height: 1rem;
|
|
3
4
|
}
|
|
4
5
|
|
|
5
6
|
.sapMValueStateHeaderSuccess:before {
|
|
6
7
|
font-family: SAP-icons;
|
|
7
8
|
content: "\e1c1";
|
|
8
9
|
position: absolute;
|
|
9
|
-
top: 0.
|
|
10
|
+
top: 0.5rem;
|
|
10
11
|
left: 0rem;
|
|
11
12
|
vertical-align: middle;
|
|
12
|
-
font-size:
|
|
13
|
+
font-size: 1rem;
|
|
13
14
|
color: @sapPositiveElementColor;
|
|
14
15
|
padding-left: 0.5rem;
|
|
15
|
-
padding-right: 0.
|
|
16
|
+
padding-right: 0.375rem;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
.sapMValueStateHeaderError:before {
|
|
19
20
|
font-family: SAP-icons;
|
|
20
21
|
content: "\e1ec";
|
|
21
22
|
position: absolute;
|
|
22
|
-
top: 0.
|
|
23
|
+
top: 0.5rem;
|
|
23
24
|
left: 0rem;
|
|
24
25
|
vertical-align: middle;
|
|
25
|
-
font-size:
|
|
26
|
+
font-size: 1rem;
|
|
26
27
|
color: @sapNegativeElementColor;
|
|
27
28
|
padding-left: 0.5rem;
|
|
28
|
-
padding-right: 0.
|
|
29
|
+
padding-right: 0.375rem;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
.sapMValueStateHeaderWarning:before {
|
|
32
33
|
font-family: SAP-icons;
|
|
33
34
|
content: "\e053";
|
|
34
35
|
position: absolute;
|
|
35
|
-
top: 0.
|
|
36
|
+
top: 0.5rem;
|
|
36
37
|
left: 0rem;
|
|
37
38
|
vertical-align: middle;
|
|
38
|
-
font-size:
|
|
39
|
+
font-size: 1rem;
|
|
39
40
|
color: @sapCriticalElementColor;
|
|
40
41
|
padding-left: 0.5rem;
|
|
41
|
-
padding-right: 0.
|
|
42
|
+
padding-right: 0.375rem;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
.sapMValueStateHeaderInformation:before {
|
|
45
46
|
font-family: SAP-icons;
|
|
46
47
|
content: "\e289";
|
|
47
48
|
position: absolute;
|
|
48
|
-
top: 0.
|
|
49
|
+
top: 0.5rem;
|
|
49
50
|
left: 0rem;
|
|
50
51
|
vertical-align: middle;
|
|
51
|
-
font-size:
|
|
52
|
+
font-size: 1rem;
|
|
52
53
|
color: @sapInformativeElementColor;
|
|
53
54
|
padding-left: 0.5rem;
|
|
54
|
-
padding-right: 0.
|
|
55
|
+
padding-right: 0.375rem;
|
|
55
56
|
}
|
|
@@ -4,46 +4,48 @@
|
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
6
|
.sapMValueStateMessage {
|
|
7
|
-
|
|
7
|
+
line-height: 1rem;
|
|
8
|
+
min-height: 2rem;
|
|
9
|
+
box-shadow: @sapUiContentShadow1;
|
|
8
10
|
border-radius: @sapGroup_BorderCornerRadius;
|
|
9
|
-
padding
|
|
11
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
10
12
|
}
|
|
11
13
|
|
|
12
14
|
.sapMValueStateMessageError:before {
|
|
13
15
|
font-family: SAP-icons;
|
|
14
16
|
content: "\e1ec";
|
|
15
17
|
position: absolute;
|
|
16
|
-
top: 0.
|
|
18
|
+
top: 0.5rem;
|
|
17
19
|
left: 0rem;
|
|
18
20
|
vertical-align: middle;
|
|
19
|
-
font-size:
|
|
21
|
+
font-size: 1rem;
|
|
20
22
|
color: @sapNegativeElementColor;
|
|
21
23
|
padding-left: 0.5rem;
|
|
22
|
-
padding-right: 0.
|
|
24
|
+
padding-right: 0.375rem;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.sapMValueStateMessageWarning:before {
|
|
26
28
|
font-family: SAP-icons;
|
|
27
29
|
content: "\e053s";
|
|
28
30
|
position: absolute;
|
|
29
|
-
top: 0.
|
|
31
|
+
top: 0.5rem;
|
|
30
32
|
left: 0rem;
|
|
31
33
|
vertical-align: middle;
|
|
32
|
-
font-size:
|
|
34
|
+
font-size: 1rem;
|
|
33
35
|
color: @sapCriticalElementColor;
|
|
34
36
|
padding-left: 0.5rem;
|
|
35
|
-
padding-right: 0.
|
|
37
|
+
padding-right: 0.375rem;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
.sapMValueStateMessageInformation:before {
|
|
39
41
|
font-family: SAP-icons;
|
|
40
42
|
content: "\e289";
|
|
41
43
|
position: absolute;
|
|
42
|
-
top: 0.
|
|
44
|
+
top: 0.5rem;
|
|
43
45
|
left: 0rem;
|
|
44
46
|
vertical-align: middle;
|
|
45
|
-
font-size:
|
|
47
|
+
font-size: 1rem;
|
|
46
48
|
color: @sapInformativeElementColor;
|
|
47
49
|
padding-left: 0.5rem;
|
|
48
|
-
padding-right: 0.
|
|
50
|
+
padding-right: 0.375rem;
|
|
49
51
|
}
|
|
@@ -12,16 +12,21 @@
|
|
|
12
12
|
background-color: @sapUiShellBackground;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
.sapMWizard .sapMWizardProgressNav {
|
|
16
|
-
box-shadow: @sapUiShadowHeader;
|
|
17
|
-
}
|
|
18
15
|
|
|
19
16
|
.sapMWizard {
|
|
20
17
|
overflow: hidden;
|
|
21
18
|
}
|
|
22
19
|
|
|
20
|
+
.sapMWizard .sapMWizardStep {
|
|
21
|
+
padding-bottom: 1rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapMWizard:not(.sapMWizardModePage) .sapMWizardLastActivatedStep {
|
|
25
|
+
min-height: calc(100% - 3rem);
|
|
26
|
+
}
|
|
27
|
+
|
|
23
28
|
html.sap-phone .sapMWizard .sapMWizardNextButtonVisible {
|
|
24
|
-
left:
|
|
29
|
+
left: 2rem;
|
|
25
30
|
bottom: 3.5rem;
|
|
26
31
|
-webkit-transform: none;
|
|
27
32
|
transform: none;
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
.sapMWizardProgressNav {
|
|
10
10
|
position: absolute;
|
|
11
11
|
z-index: 1;
|
|
12
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
.sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepCircle {
|
|
@@ -21,11 +22,14 @@
|
|
|
21
22
|
color: @sapUiContentContrastIconColor;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"]:hover .sapMWizardProgressNavStepTitle,
|
|
25
25
|
.sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepTitle {
|
|
26
26
|
color: @sapTextColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepTitle {
|
|
30
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
31
|
+
}
|
|
32
|
+
|
|
29
33
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepCircle::after {
|
|
30
34
|
height: @_sap_m_WizardProgressNavigator_StepUnderlineHeight;
|
|
31
35
|
background: @sapUiSelected;
|
|
@@ -41,6 +45,7 @@
|
|
|
41
45
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepContainer::after {
|
|
42
46
|
height: 0;
|
|
43
47
|
}
|
|
48
|
+
|
|
44
49
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] {
|
|
45
50
|
& .sapMWizardProgressNavStepCircle {
|
|
46
51
|
background: @sapUiSelected;
|
|
@@ -50,13 +55,13 @@
|
|
|
50
55
|
|
|
51
56
|
.sapMWizardProgressNavStepCircle {
|
|
52
57
|
background: @sapUiObjectHeaderBackground;
|
|
53
|
-
border-color:
|
|
58
|
+
border-color: @sapUiSelected;
|
|
54
59
|
color: @sapUiSelected;
|
|
55
60
|
}
|
|
56
61
|
|
|
57
62
|
.sapMWizardProgressNavStepTitle {
|
|
58
63
|
color: @sapTextColor;
|
|
59
|
-
font-
|
|
64
|
+
font-family: @sapUiFontBoldFamily;
|
|
60
65
|
}
|
|
61
66
|
|
|
62
67
|
.sapMWizardProgressNavStepTitle:hover {
|
|
@@ -64,18 +69,21 @@
|
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
.sapMWizardProgressNavStep::after {
|
|
67
|
-
border-bottom-color: @
|
|
72
|
+
border-bottom-color: @sapUiContentSelectedForegroundColor;
|
|
68
73
|
}
|
|
69
74
|
|
|
70
75
|
.sapMWizard .sapMWizardStepContainer {
|
|
71
76
|
background: @sapUiGroupContentBackground;
|
|
72
77
|
}
|
|
73
78
|
|
|
74
|
-
.sapMWizardProgressNavStepTitleOptional
|
|
75
|
-
.sapMWizardProgressNavStepLabelOptional {
|
|
79
|
+
.sapMWizardProgressNavStepTitleOptional {
|
|
76
80
|
color: @sapTextColor;
|
|
77
81
|
}
|
|
78
82
|
|
|
83
|
+
.sapMWizardProgressNavStepLabelOptional {
|
|
84
|
+
margin-top: 0.125rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
79
87
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-active="true"] {
|
|
80
88
|
/* all steps after the active one have inactive style */
|
|
81
89
|
& ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepCircle {
|
|
@@ -84,6 +92,10 @@
|
|
|
84
92
|
color: @sapUiContentLabelColor;
|
|
85
93
|
}
|
|
86
94
|
|
|
95
|
+
& ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepTitle {
|
|
96
|
+
color: @sapUiContentLabelColor;
|
|
97
|
+
}
|
|
98
|
+
|
|
87
99
|
/* all separators after (and including) the active step have inactive style */
|
|
88
100
|
&::after,
|
|
89
101
|
& ~ .sapMWizardProgressNavStep::after {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
@import "CustomTile.less";
|
|
24
24
|
@import "Dialog.less";
|
|
25
25
|
@import "DraftIndicator.less";
|
|
26
|
+
@import "DynamicDateRange.less";
|
|
26
27
|
@import "Image.less";
|
|
27
28
|
@import "MessagePage.less";
|
|
28
29
|
@import "GenericTag.less";
|
|
@@ -37,6 +38,7 @@
|
|
|
37
38
|
/* note: the following three files are not in alphabetical order and should be imported after InputBase.less */
|
|
38
39
|
@import "ColumnListItem.less";
|
|
39
40
|
@import "ComboBoxBase.less";
|
|
41
|
+
@import "Label.less";
|
|
40
42
|
@import "LightBox.less";
|
|
41
43
|
@import "Link.less";
|
|
42
44
|
@import "ListBase.less";
|
|
@@ -48,9 +50,10 @@
|
|
|
48
50
|
@import "MultiComboBox.less";
|
|
49
51
|
@import "MultiInput.less";
|
|
50
52
|
@import "NewsContent.less";
|
|
51
|
-
@import "
|
|
53
|
+
@import "NotificationListGroup.less";
|
|
52
54
|
@import "ObjectAttribute.less";
|
|
53
55
|
@import "ObjectHeader.less";
|
|
56
|
+
@import "ObjectListItem.less";
|
|
54
57
|
@import "ObjectMarker.less";
|
|
55
58
|
@import "ObjectNumber.less";
|
|
56
59
|
@import "ObjectStatus.less";
|
|
@@ -68,7 +71,6 @@
|
|
|
68
71
|
@import "RangeSlider.less";
|
|
69
72
|
@import "RatingIndicator.less";
|
|
70
73
|
@import "ResponsivePopover.less";
|
|
71
|
-
@import "ScrollContainer.less";
|
|
72
74
|
@import "SearchField.less";
|
|
73
75
|
@import "SegmentedButton.less";
|
|
74
76
|
@import "Select.less";
|
|
@@ -73,11 +73,10 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
73
73
|
border: none;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.sapMActionSelectPicker
|
|
77
|
-
border-radius:0;
|
|
76
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled):focus > .sapMBtnInner:before {
|
|
77
|
+
border-radius: 0;
|
|
78
|
+
left: 0.125rem;
|
|
79
|
+
top: 0.125rem;
|
|
80
|
+
right: 0.125rem;
|
|
81
|
+
bottom: 0.125rem;
|
|
78
82
|
}
|
|
79
|
-
|
|
80
|
-
.sapMActionSelectPicker .sapMBtn:last-child:focus .sapMFocusable {
|
|
81
|
-
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
82
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
83
|
-
}
|
|
@@ -3,7 +3,42 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
+
.sapMActionSheetPopover.sapMPopover {
|
|
7
|
+
box-shadow: @sapUiContentShadow2;
|
|
8
|
+
}
|
|
9
|
+
|
|
6
10
|
.sapMActionSheetDialog .sapMBar.sapMHeader-CTX > .sapMBarMiddle > .sapMBarPH > .sapMDialogTitle {
|
|
7
|
-
color: @
|
|
8
|
-
|
|
11
|
+
color: @sapUiPageHeaderTextColor;
|
|
12
|
+
font-size: @sapMFontHeader5Size;
|
|
13
|
+
font-weight: bold;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapMDialog.sapMActionSheetDialog {
|
|
17
|
+
background-color: @sapUiPageHeaderBackground;
|
|
18
|
+
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
19
|
+
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
20
|
+
box-shadow: @sapUiContentShadow3;
|
|
21
|
+
|
|
22
|
+
&.sapMDialogPhone .sapMIBar.sapMHeader-CTX {
|
|
23
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
24
|
+
background-color: @sapUiPageHeaderBackground;
|
|
25
|
+
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
26
|
+
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&.sapUiPopupWithPadding:not(.sapUiNoContentPadding) .sapMDialogScrollCont {
|
|
30
|
+
padding: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
& > .sapMDialogSection {
|
|
34
|
+
box-shadow: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding).sapMDialog-NoFooter .sapMDialogScroll {
|
|
38
|
+
padding-bottom: 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapMActionSheetDialogWithTitle .sapMBarMiddle .sapMBarPH {
|
|
43
|
+
padding: 0 1rem;
|
|
9
44
|
}
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
5
|
|
|
6
|
+
@_sap_m_Avatar_Font_Size_XL: 3rem;
|
|
7
|
+
@_sap_m_Avatar_Font_Size_L: 2.25rem;
|
|
8
|
+
@_sap_m_Avatar_Font_Size_M: 1.5rem;
|
|
9
|
+
@_sap_m_Avatar_Font_Size_S: 1.125rem;
|
|
10
|
+
@_sap_m_Avatar_Font_Size_XS: 1rem;
|
|
11
|
+
|
|
6
12
|
.sapFAvatarSquare {
|
|
7
13
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
8
14
|
|
|
@@ -11,120 +17,45 @@
|
|
|
11
17
|
}
|
|
12
18
|
}
|
|
13
19
|
|
|
14
|
-
.sapFAvatarXL{
|
|
15
|
-
font-size: 3rem;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapFAvatarL {
|
|
19
|
-
font-size: 2.25rem;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.sapFAvatarM {
|
|
23
|
-
font-size: 1.5rem;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapFAvatarS {
|
|
27
|
-
font-size: 1.125rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.sapFAvatarXS {
|
|
31
|
-
font-size: 1rem;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
20
|
.sapFAvatar.sapFAvatarInitials > .sapFAvatarInitialsHolder {
|
|
35
21
|
font-size: inherit;
|
|
36
22
|
}
|
|
37
23
|
|
|
38
|
-
.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
.sapFAvatarColorAccent1 .sapFAvatarInitialsHolder {
|
|
43
|
-
color: darken(@sapAccentColor1, 10);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.sapFAvatarColorAccent2 {
|
|
47
|
-
background-color: @sapAccentBackgroundColor2;
|
|
48
|
-
color: @sapAccentColor2;
|
|
49
|
-
}
|
|
50
|
-
.sapFAvatarColorAccent2 .sapFAvatarInitialsHolder {
|
|
51
|
-
color: @sapAccentColor2;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sapFAvatarColorAccent3 {
|
|
55
|
-
background-color: @sapAccentBackgroundColor3;
|
|
56
|
-
color: darken(@sapAccentColor3, 10);
|
|
57
|
-
}
|
|
58
|
-
.sapFAvatarColorAccent3 .sapFAvatarInitialsHolder {
|
|
59
|
-
color: darken(@sapAccentColor3, 10);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapFAvatarColorAccent4 {
|
|
63
|
-
background-color: @sapAccentBackgroundColor4;
|
|
64
|
-
color: @sapAccentColor4;
|
|
65
|
-
}
|
|
66
|
-
.sapFAvatarColorAccent4 .sapFAvatarInitialsHolder {
|
|
67
|
-
color: @sapAccentColor4;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapFAvatarColorAccent5 {
|
|
71
|
-
background-color: @sapAccentBackgroundColor5;
|
|
72
|
-
color: darken(@sapAccentColor5, 2);
|
|
73
|
-
}
|
|
74
|
-
.sapFAvatarColorAccent5 .sapFAvatarInitialsHolder {
|
|
75
|
-
color: darken(@sapAccentColor5, 2);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapFAvatarColorAccent6 {
|
|
79
|
-
background-color: @sapAccentBackgroundColor6;
|
|
80
|
-
color: @sapAccentColor6;
|
|
81
|
-
}
|
|
82
|
-
.sapFAvatarColorAccent6 .sapFAvatarInitialsHolder {
|
|
83
|
-
color: @sapAccentColor6;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapFAvatarColorAccent7 {
|
|
87
|
-
background-color: @sapAccentBackgroundColor7;
|
|
88
|
-
color: @sapAccentColor7;
|
|
89
|
-
}
|
|
90
|
-
.sapFAvatarColorAccent7 .sapFAvatarInitialsHolder {
|
|
91
|
-
color: @sapAccentColor7;
|
|
24
|
+
.sapFAvatarFocusable:focus {
|
|
25
|
+
outline: none;
|
|
26
|
+
box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
|
|
92
27
|
}
|
|
93
28
|
|
|
94
|
-
.
|
|
95
|
-
background-color: @
|
|
96
|
-
color: @
|
|
97
|
-
}
|
|
98
|
-
.sapFAvatarColorAccent8 .sapFAvatarInitialsHolder {
|
|
99
|
-
color: @sapAccentColor8;
|
|
100
|
-
}
|
|
29
|
+
.sapFAvatarColorTileIcon {
|
|
30
|
+
background-color: @sapUiTileBackground;
|
|
31
|
+
color: @sapUiTileIconColor;
|
|
101
32
|
|
|
102
|
-
.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
.sapFAvatarColorAccent9 .sapFAvatarInitialsHolder {
|
|
107
|
-
color: darken(@sapAccentColor9, 2);
|
|
33
|
+
.sapFAvatarInitialsHolder {
|
|
34
|
+
color: currentColor;
|
|
35
|
+
}
|
|
108
36
|
}
|
|
109
37
|
|
|
110
|
-
.
|
|
111
|
-
background-color: @
|
|
112
|
-
color:
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
38
|
+
.sapFAvatarColorPlaceholder {
|
|
39
|
+
background-color: @sapUiContentImagePlaceholderBackground;
|
|
40
|
+
color: @sapUiContentImagePlaceholderForegroundColor;;
|
|
41
|
+
.sapFAvatarInitialsHolder {
|
|
42
|
+
color: currentColor;
|
|
43
|
+
}
|
|
116
44
|
}
|
|
117
45
|
|
|
118
|
-
.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
46
|
+
.generateColor (@accentIndex) {
|
|
47
|
+
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
48
|
+
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
49
|
+
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
122
50
|
|
|
123
|
-
|
|
124
|
-
color:
|
|
125
|
-
}
|
|
51
|
+
// Build the real CSS selector.
|
|
52
|
+
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
53
|
+
.@{css-selector} {
|
|
54
|
+
background-color: @@background-param;
|
|
55
|
+
}
|
|
126
56
|
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
|
|
57
|
+
.@{css-selector}.sapFAvatarIcon,
|
|
58
|
+
.@{css-selector} .sapFAvatarInitialsHolder {
|
|
59
|
+
color: contrast(@@background-param, @@color-param, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
60
|
+
}
|
|
130
61
|
}
|