@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
|
@@ -24,11 +24,15 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
|
|
|
24
24
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
25
25
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
26
26
|
html.sap-desktop .sapMTB-Transparent-CTX .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
27
|
-
|
|
27
|
+
color: @sapUiHcStandardForeground;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner .sapMBtnIcon,
|
|
31
31
|
.sapMBtnDisabled .sapMToggleBtnPressed.sapMBtnInner.sapMBtnTransparent .sapMBtnIcon,
|
|
32
32
|
html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapMBtnIcon{
|
|
33
|
-
|
|
33
|
+
color: @sapUiHcReducedAltForeground;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
37
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
34
38
|
}
|
|
@@ -6,47 +6,22 @@
|
|
|
6
6
|
@_sap_m_Token_TokenPadding: 0.5rem;
|
|
7
7
|
@_sap_m_Token_TokenCompactPadding: 0.25rem;
|
|
8
8
|
@_sap_m_Token_LeftPadding: 0.3125rem;
|
|
9
|
-
@_sap_m_Token_LeftPadding: 0.3125rem;
|
|
10
9
|
@_sap_m_Token_TokenSize: @sapMFontSmallSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
|
|
11
10
|
@_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
|
|
12
11
|
|
|
13
12
|
.sapMToken {
|
|
14
|
-
|
|
15
|
-
background: @sapUiButtonTokenBackground;
|
|
16
|
-
font-size: @sapMFontMediumSize;
|
|
13
|
+
padding-left: @_sap_m_Token_LeftPadding;
|
|
17
14
|
border-radius: 0.25rem;
|
|
18
|
-
padding-left: 0.3125rem;
|
|
19
|
-
color: @sapUiBaseText;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.sapMTokenText {
|
|
23
|
-
max-width: calc(~"100% - " @_sap_m_Token_TokenSize);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapMTokenSelected {
|
|
27
|
-
color: @sapUiButtonSelectedTextColor;
|
|
28
|
-
background: @sapUiButtonSelectedBackground;
|
|
29
|
-
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.sapMTokenSelected .sapMTokenIcon,
|
|
33
|
-
.sapMTokenSelected .sapMTokenText {
|
|
34
|
-
color: @sapUiButtonSelectedTextColor;
|
|
35
15
|
}
|
|
36
16
|
|
|
37
|
-
html.sap-desktop .sapMToken:hover {
|
|
17
|
+
html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
|
|
38
18
|
border: @sapUiButtonBorderWidth solid @sapUiButtonHoverBorderColor;
|
|
39
19
|
background: @sapUiButtonHoverBackground;
|
|
40
20
|
}
|
|
41
21
|
|
|
42
|
-
html.sap-desktop .sapMToken.sapMTokenSelected:hover {
|
|
22
|
+
html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
43
23
|
background: @sapUiButtonSelectedHoverBackground;
|
|
44
|
-
border: @sapUiButtonBorderWidth solid @
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.sapMTokenIcon {
|
|
48
|
-
font-size: @sapMFontSmallSize;
|
|
49
|
-
line-height: 1.5625rem;
|
|
24
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
50
25
|
}
|
|
51
26
|
|
|
52
27
|
html.sap-desktop .sapMToken {
|
|
@@ -59,16 +34,19 @@ html.sap-desktop .sapMToken {
|
|
|
59
34
|
border: @sapUiButtonBorderWidth solid @sapUiFieldReadOnlyBorderColor;
|
|
60
35
|
}
|
|
61
36
|
}
|
|
62
|
-
|
|
63
37
|
html.sap-desktop .sapMToken:focus {
|
|
64
|
-
outline:
|
|
65
|
-
outline-offset: -0.1875rem;
|
|
38
|
+
outline: none;
|
|
66
39
|
}
|
|
67
40
|
|
|
68
|
-
html.sap-desktop .sapMToken
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
41
|
+
html.sap-desktop .sapMToken:focus::after {
|
|
42
|
+
content: '';
|
|
43
|
+
position: absolute;
|
|
44
|
+
pointer-events: none;
|
|
45
|
+
z-index: 2;
|
|
46
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
|
|
47
|
+
border-radius: 0.25rem;
|
|
48
|
+
top: 0.0625rem;
|
|
49
|
+
bottom: 0.0625rem;
|
|
50
|
+
left: 0.0625rem;
|
|
51
|
+
right: 0.0625rem;
|
|
74
52
|
}
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
.sapMTokenizer .sapMToken {
|
|
18
18
|
margin-right: 0.3125rem;
|
|
19
19
|
max-width: calc(~"100% - 0.3125rem");
|
|
20
|
-
margin-top: 0.
|
|
20
|
+
margin-top: 0.1875rem;
|
|
21
|
+
margin-bottom: 0.1875rem;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
html.sap-desktop .sapMTokenizer:focus {
|
|
@@ -38,6 +39,14 @@ html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
|
|
|
38
39
|
.sapUiSizeCompact {
|
|
39
40
|
.sapMTokenizer {
|
|
40
41
|
padding-left: 0.25rem;
|
|
42
|
+
.sapMToken {
|
|
43
|
+
margin-right: 0.25rem;
|
|
44
|
+
margin-top: 0.0625rem;
|
|
45
|
+
margin-bottom: 0.0625rem;
|
|
46
|
+
}
|
|
47
|
+
.sapMTokenizerIndicator {
|
|
48
|
+
line-height: 1.375rem;
|
|
49
|
+
}
|
|
41
50
|
}
|
|
42
51
|
}
|
|
43
52
|
|
|
@@ -46,28 +55,33 @@ html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
|
|
|
46
55
|
/* ------------------------------ */
|
|
47
56
|
|
|
48
57
|
.sapMTokenizer.sapMTokenizerDisabled .sapMToken {
|
|
49
|
-
|
|
58
|
+
border-color: @sapUiHcReducedAltForeground;
|
|
50
59
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
+
&.sapMToken:hover,
|
|
61
|
+
&.sapMToken:focus,
|
|
62
|
+
&.sapMToken.sapMTokenSelected:hover,
|
|
63
|
+
&.sapMTokenSelected {
|
|
64
|
+
background: @sapUiButtonBackground;
|
|
65
|
+
cursor: default;
|
|
66
|
+
color: @sapUiBaseText;
|
|
67
|
+
outline: none;
|
|
68
|
+
border-color: @sapUiHcReducedAltForeground;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:focus:after {
|
|
72
|
+
content: none;
|
|
73
|
+
}
|
|
60
74
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
75
|
+
&.sapMTokenSelected .sapMTokenText {
|
|
76
|
+
color: @sapUiBaseText;
|
|
77
|
+
}
|
|
64
78
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
79
|
+
&.sapMTokenSelected .sapMTokenIcon {
|
|
80
|
+
color: @sapUiContentIconColor;
|
|
81
|
+
cursor: default;
|
|
82
|
+
}
|
|
69
83
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
84
|
+
& .sapMTokenIcon {
|
|
85
|
+
cursor: default;
|
|
86
|
+
}
|
|
73
87
|
}
|
|
@@ -10,4 +10,76 @@ html.sap-desktop .sapMTBActive:focus {
|
|
|
10
10
|
|
|
11
11
|
.sapMTB {
|
|
12
12
|
height: 2.75rem;
|
|
13
|
+
padding: 0 0.5rem;
|
|
14
|
+
background: @sapUiToolbarBackground;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapMTB-Transparent-CTX.sapMTB,
|
|
18
|
+
.sapMIBar.sapMTB-Info-CTX.sapMTB {
|
|
19
|
+
padding: 0 0.5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* Transparent Toolbar Context */
|
|
23
|
+
.sapMTB-Transparent-CTX.sapMTB {
|
|
24
|
+
background: @sapUiToolbarBackground;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* Info Toolbar Context */
|
|
28
|
+
.sapMTB-Info-CTX.sapMTB {
|
|
29
|
+
background: @sapUiInfobarNonInteractiveBackground;
|
|
30
|
+
color: @sapUiListTextColor;
|
|
31
|
+
height: 2rem;
|
|
32
|
+
|
|
33
|
+
> .sapUiIcon {
|
|
34
|
+
width: 1rem;
|
|
35
|
+
height: 1rem;
|
|
36
|
+
color: @sapUiListTextColor;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
> .sapUiIcon:focus {
|
|
40
|
+
color: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.sapMTBActive {
|
|
44
|
+
background: @sapUiInfobarBackground;
|
|
45
|
+
color: @sapUiInfobarTextColor;
|
|
46
|
+
|
|
47
|
+
&:active {
|
|
48
|
+
background: @sapUiInfobarActiveBackground;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:hover {
|
|
52
|
+
background: @sapUiInfobarHoverBackground;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMText,
|
|
56
|
+
.sapMLabel,
|
|
57
|
+
> .sapMTitle {
|
|
58
|
+
color: inherit;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
|
|
64
|
+
outline-color: @sapUiContentContrastFocusColor;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.sapMTB.sapMTBStandard {
|
|
68
|
+
border-bottom: solid 0.0625rem @sapUiGroupTitleBorderColor;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// =====================================
|
|
72
|
+
// solid toolbar context
|
|
73
|
+
// =====================================
|
|
74
|
+
.sapMTB-Solid-CTX.sapMTB {
|
|
75
|
+
background-color: @sapUiToolbarBackground;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
html.sap-desktop .sapMTBActive:focus {
|
|
79
|
+
outline: none;
|
|
80
|
+
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMTB .sapMTBSeparator {
|
|
84
|
+
background: @sapUiToolbarSeparatorColor;
|
|
13
85
|
}
|
|
@@ -5,4 +5,62 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMPseudoFocus {
|
|
7
7
|
outline-offset: -0.1875rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMValueStateHeaderRoot {
|
|
11
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
12
|
+
line-height: 1rem;
|
|
13
|
+
border-bottom: 2px solid @sapUiFieldBorderColor;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapMValueStateHeaderSuccess:before {
|
|
17
|
+
font-family: SAP-icons;
|
|
18
|
+
content: "\e1c1";
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0.5rem;
|
|
21
|
+
left: 0rem;
|
|
22
|
+
vertical-align: middle;
|
|
23
|
+
font-size: 1rem;
|
|
24
|
+
color: @sapPositiveElementColor;
|
|
25
|
+
padding-left: 0.5rem;
|
|
26
|
+
padding-right: 0.375rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sapMValueStateHeaderError:before {
|
|
30
|
+
font-family: SAP-icons;
|
|
31
|
+
content: "\e1ec";
|
|
32
|
+
position: absolute;
|
|
33
|
+
top: 0.5rem;
|
|
34
|
+
left: 0rem;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
font-size: 1rem;
|
|
37
|
+
color: @sapNegativeElementColor;
|
|
38
|
+
padding-left: 0.5rem;
|
|
39
|
+
padding-right: 0.375rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapMValueStateHeaderWarning:before {
|
|
43
|
+
font-family: SAP-icons;
|
|
44
|
+
content: "\e053";
|
|
45
|
+
position: absolute;
|
|
46
|
+
top: 0.5rem;
|
|
47
|
+
left: 0rem;
|
|
48
|
+
vertical-align: middle;
|
|
49
|
+
font-size: 1rem;
|
|
50
|
+
color: @sapCriticalElementColor;
|
|
51
|
+
padding-left: 0.5rem;
|
|
52
|
+
padding-right: 0.375rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMValueStateHeaderInformation:before {
|
|
56
|
+
font-family: SAP-icons;
|
|
57
|
+
content: "\e289";
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 0.5rem;
|
|
60
|
+
left: 0rem;
|
|
61
|
+
vertical-align: middle;
|
|
62
|
+
font-size: 1rem;
|
|
63
|
+
color: @sapInformativeElementColor;
|
|
64
|
+
padding-left: 0.5rem;
|
|
65
|
+
padding-right: 0.375rem;
|
|
8
66
|
}
|
|
@@ -6,19 +6,50 @@
|
|
|
6
6
|
.sapMValueStateMessageError,
|
|
7
7
|
.sapMValueStateMessageWarning,
|
|
8
8
|
.sapMValueStateMessageInformation {
|
|
9
|
-
|
|
10
|
-
border: 2px solid @sapUiFieldBorderColor;
|
|
9
|
+
border: @sapUiFieldBorderWidth solid @sapUiFieldBorderColor;
|
|
11
10
|
color: @sapUiBaseText;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
|
-
.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
margin-bottom: -0.125rem;
|
|
13
|
+
.sapMValueStateMessage {
|
|
14
|
+
line-height: 1rem;
|
|
15
|
+
padding: 0.5rem 0.5rem 0.5rem 1.875rem;
|
|
18
16
|
}
|
|
19
17
|
|
|
20
|
-
.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
.sapMValueStateMessageError:before {
|
|
19
|
+
font-family: SAP-icons;
|
|
20
|
+
content: "\e1ec";
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 0.5rem;
|
|
23
|
+
left: 0rem;
|
|
24
|
+
vertical-align: middle;
|
|
25
|
+
font-size: 1rem;
|
|
26
|
+
color: @sapNegativeElementColor;
|
|
27
|
+
padding-left: 0.5rem;
|
|
28
|
+
padding-right: 0.375rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapMValueStateMessageWarning:before {
|
|
32
|
+
font-family: SAP-icons;
|
|
33
|
+
content: "\e053s";
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0.5rem;
|
|
36
|
+
left: 0rem;
|
|
37
|
+
vertical-align: middle;
|
|
38
|
+
font-size: 1rem;
|
|
39
|
+
color: @sapCriticalElementColor;
|
|
40
|
+
padding-left: 0.5rem;
|
|
41
|
+
padding-right: 0.375rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapMValueStateMessageInformation:before {
|
|
45
|
+
font-family: SAP-icons;
|
|
46
|
+
content: "\e289";
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 0.5rem;
|
|
49
|
+
left: 0rem;
|
|
50
|
+
vertical-align: middle;
|
|
51
|
+
font-size: 1rem;
|
|
52
|
+
color: @sapInformativeElementColor;
|
|
53
|
+
padding-left: 0.5rem;
|
|
54
|
+
padding-right: 0.375rem;
|
|
24
55
|
}
|
|
@@ -29,8 +29,16 @@
|
|
|
29
29
|
overflow: hidden;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
.sapMWizard .sapMWizardStep {
|
|
33
|
+
padding-bottom: 1rem;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMWizard:not(.sapMWizardModePage) .sapMWizardLastActivatedStep {
|
|
37
|
+
min-height: calc(100% - 3rem);
|
|
38
|
+
}
|
|
39
|
+
|
|
32
40
|
html.sap-phone .sapMWizard .sapMWizardNextButtonVisible {
|
|
33
|
-
left:
|
|
41
|
+
left: 2rem;
|
|
34
42
|
bottom: 3.5rem;
|
|
35
43
|
-webkit-transform: none;
|
|
36
44
|
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,9 +22,8 @@
|
|
|
21
22
|
color: @sapUiContentContrastIconColor;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"]
|
|
25
|
-
|
|
26
|
-
color: @sapUiContentLabelColor;
|
|
25
|
+
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepTitle {
|
|
26
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepCircle::after {
|
|
@@ -56,15 +56,11 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.sapMWizardProgressNavStepTitle {
|
|
59
|
-
color: @
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapMWizardProgressNavStepTitle:hover {
|
|
63
|
-
color: @sapUiContentLabelColor;
|
|
59
|
+
color: @sapTextColor;
|
|
64
60
|
}
|
|
65
61
|
|
|
66
62
|
.sapMWizardProgressNavStep::after {
|
|
67
|
-
border-bottom-color: @
|
|
63
|
+
border-bottom-color: @sapUiContentSelectedForegroundColor;
|
|
68
64
|
}
|
|
69
65
|
|
|
70
66
|
.sapMWizard .sapMWizardStepContainer {
|
|
@@ -84,6 +80,10 @@
|
|
|
84
80
|
color: @sapUiBaseText;
|
|
85
81
|
}
|
|
86
82
|
|
|
83
|
+
& ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepTitle {
|
|
84
|
+
color: @sapUiContentLabelColor;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
87
|
/* all separators after (and including) the active step have inactive style */
|
|
88
88
|
&::after,
|
|
89
89
|
& ~ .sapMWizardProgressNavStep::after {
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
@import "ActionSheet.less";
|
|
15
15
|
@import "Avatar.less";
|
|
16
16
|
@import "Bar.less";
|
|
17
|
-
@import "BrowserScrollbar.less";
|
|
18
17
|
@import "Breadcrumbs.less";
|
|
19
18
|
@import "BusyDialog.less";
|
|
20
19
|
@import "BusyIndicator.less";
|
|
@@ -26,6 +25,7 @@
|
|
|
26
25
|
@import "CustomTile.less";
|
|
27
26
|
@import "DateTimePicker.less";
|
|
28
27
|
@import "Dialog.less";
|
|
28
|
+
@import "DynamicDateRange.less";
|
|
29
29
|
@import "FeedContent.less";
|
|
30
30
|
@import "FeedInput.less";
|
|
31
31
|
@import "FeedListItem.less";
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
@import "ComboBoxBase.less";
|
|
44
44
|
@import "ComboBox.less";
|
|
45
45
|
|
|
46
|
+
@import "Label.less";
|
|
46
47
|
@import "LightBox.less";
|
|
47
48
|
@import "Link.less";
|
|
48
49
|
@import "ListBase.less";
|
|
@@ -56,7 +57,6 @@
|
|
|
56
57
|
@import "MessageStrip.less";
|
|
57
58
|
@import "MultiComboBox.less";
|
|
58
59
|
@import "NewsContent.less";
|
|
59
|
-
@import "NotificationListBase.less";
|
|
60
60
|
@import "NotificationListGroup.less";
|
|
61
61
|
@import "NumericContent.less";
|
|
62
62
|
@import "ObjectAttribute.less";
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
@import "SlideTile.less";
|
|
92
92
|
@import "SplitButton.less";
|
|
93
93
|
@import "SplitContainer.less";
|
|
94
|
+
@import "StandardListItem.less";
|
|
94
95
|
@import "StepInput.less";
|
|
95
|
-
@import "SuggestionsPopover.less";
|
|
96
96
|
@import "Switch.less";
|
|
97
97
|
@import "TabContainer.less";
|
|
98
98
|
@import "Table.less";
|
|
@@ -115,4 +115,5 @@
|
|
|
115
115
|
@import "ViewSettingsDialog.less";
|
|
116
116
|
@import "WheelSlider.less";
|
|
117
117
|
@import "Wizard.less";
|
|
118
|
-
@import "WizardProgressNavigator.less";
|
|
118
|
+
@import "WizardProgressNavigator.less";
|
|
119
|
+
@import "WizardStep.less";
|
|
@@ -3,22 +3,26 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
// ==========================================================================
|
|
8
7
|
// Variables and mixins
|
|
9
8
|
// ==========================================================================
|
|
10
9
|
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #354A5F;
|
|
12
|
+
@_sap_tnt_InfoLabel_DisplayModeBackground: #EAECEE;
|
|
13
|
+
@_sap_tnt_InfoLabel_DisplayModeColor: #354A5F;
|
|
14
|
+
|
|
11
15
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
#FFF3B8 #A93E00,
|
|
17
|
+
#FFD5EA #AA0808,
|
|
18
|
+
#FFDCE8 #BA066C,
|
|
19
|
+
#FFDCF3 #A100C2,
|
|
20
|
+
#E2D8FF #470CED,
|
|
21
|
+
#D1EFFF #0057D2,
|
|
22
|
+
#C2FCEE #046C7A,
|
|
23
|
+
#E5F2BD #256F3A,
|
|
24
|
+
#B8F3FF #00709F,
|
|
25
|
+
#EAECEE #354A5F;
|
|
22
26
|
|
|
23
27
|
.create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
|
|
24
28
|
|
|
@@ -32,13 +36,14 @@
|
|
|
32
36
|
@pair: extract(@list, @i);
|
|
33
37
|
@backgroundColor: extract(@pair, 1);
|
|
34
38
|
@borderColor: extract(@pair, 2);
|
|
39
|
+
@textColor: extract(@pair, 2);
|
|
35
40
|
|
|
36
41
|
.@{prefix}@{i} {
|
|
37
42
|
border: 0.0625rem solid @borderColor;
|
|
38
43
|
background-color: @backgroundColor;
|
|
39
44
|
|
|
40
45
|
.sapTntInfoLabelInner {
|
|
41
|
-
color: @
|
|
46
|
+
color: @textColor;
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
}
|
|
@@ -3,14 +3,9 @@
|
|
|
3
3
|
/* 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
|
/* 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;
|
|
@@ -4,13 +4,16 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 2.75rem;
|
|
7
|
-
@
|
|
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;
|
|
9
13
|
|
|
10
14
|
.sapTntToolHeader {
|
|
11
15
|
&.sapMTB {
|
|
12
16
|
background-color: @sapUiShellColor;
|
|
13
|
-
box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
&.sapMTBStandard {
|
|
@@ -484,6 +487,7 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
|
|
|
484
487
|
|
|
485
488
|
.sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
|
|
486
489
|
height: 0.875rem;
|
|
490
|
+
margin: 0 -0.1875rem;
|
|
487
491
|
}
|
|
488
492
|
}
|
|
489
493
|
|
|
@@ -600,7 +604,7 @@ html.sap-desktop .sapTntToolHeader {
|
|
|
600
604
|
|
|
601
605
|
.sapMObjStatus.sapMObjStatusInverted {
|
|
602
606
|
.sapMObjStatusIcon .sapUiIcon {
|
|
603
|
-
height: @
|
|
607
|
+
height: @_sap_tnt_ToolHeader_IconHeight;
|
|
604
608
|
vertical-align: text-top;
|
|
605
609
|
}
|
|
606
610
|
.sapMObjStatusText,
|