@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,16 +3,23 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
|
|
7
|
+
@_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
|
|
8
|
+
|
|
9
9
|
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
|
|
10
10
|
border-radius: 0.25rem;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
&:hover {
|
|
12
|
+
border-radius: 0.4375rem;
|
|
13
|
+
margin: 0.0625rem;
|
|
14
|
+
width: 2.25rem;
|
|
15
|
+
height: 2.25rem;
|
|
16
|
+
& > div {
|
|
17
|
+
border-radius: 0.375rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
div {
|
|
21
|
+
border-radius: 0.1875rem;
|
|
22
|
+
}
|
|
16
23
|
}
|
|
17
24
|
|
|
18
25
|
.sap-desktop .sapMColorPalette .sapMBtn:focus {
|
|
@@ -37,24 +44,40 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
|
|
|
37
44
|
}
|
|
38
45
|
}
|
|
39
46
|
|
|
40
|
-
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
47
|
+
html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus {
|
|
48
|
+
&:after {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
&:before {
|
|
52
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
53
|
+
border-radius: 0.4375rem;
|
|
54
|
+
top: -0.3125rem;
|
|
55
|
+
left: -0.3125rem;
|
|
56
|
+
bottom: -0.3125rem;
|
|
57
|
+
right: -0.3125rem;
|
|
58
|
+
}
|
|
59
|
+
&:hover {
|
|
60
|
+
&:after {
|
|
61
|
+
display: block;
|
|
62
|
+
border: 0.0625rem solid @sapUiContentContrastFocusColor;
|
|
63
|
+
border-radius: 0.3125rem;
|
|
64
|
+
top: 0.0625rem;
|
|
65
|
+
left: 0.0625rem;
|
|
66
|
+
bottom: 0.0625rem;
|
|
67
|
+
right: 0.0625rem;
|
|
68
|
+
}
|
|
69
|
+
&:before {
|
|
70
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
71
|
+
border-radius: 0.4375rem;
|
|
72
|
+
top: -0.0625rem;
|
|
73
|
+
left: -0.0625rem;
|
|
74
|
+
bottom: -0.0625rem;
|
|
75
|
+
right: -0.0625rem;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
56
78
|
}
|
|
57
79
|
|
|
80
|
+
html:not(.sap-phone) .sapMColorPalette,
|
|
58
81
|
.sapMColorPalette {
|
|
59
82
|
.sapMBtn {
|
|
60
83
|
&:focus {
|
|
@@ -65,9 +88,50 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus:before {
|
|
|
65
88
|
}
|
|
66
89
|
}
|
|
67
90
|
}
|
|
91
|
+
.sapMBtnInner {
|
|
92
|
+
height: 2.75rem;
|
|
93
|
+
.sapMBtnContent {
|
|
94
|
+
line-height: 2.75rem;
|
|
95
|
+
}
|
|
96
|
+
&.sapMBtnText {
|
|
97
|
+
padding: 0;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.sapMBtnInner {
|
|
102
|
+
border-radius: 0;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
html:not(.sap-phone) .sapUiSizeCompact .sapMColorPalette {
|
|
107
|
+
.sapMBtn .sapMBtnInner {
|
|
108
|
+
height: 2rem;
|
|
109
|
+
.sapMBtnContent {
|
|
110
|
+
line-height: 2rem;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
.sapMColorPaletteSquare:hover {
|
|
114
|
+
margin: 0.0625rem;
|
|
115
|
+
width: 1.625rem;
|
|
116
|
+
height: 1.625rem;
|
|
117
|
+
}
|
|
118
|
+
.sapMColorPaletteSquare:focus:not(:hover):before {
|
|
119
|
+
top: -0.25rem;
|
|
120
|
+
left: -0.25rem;
|
|
121
|
+
bottom: -0.25rem;
|
|
122
|
+
right: -0.25rem;
|
|
68
123
|
}
|
|
69
124
|
}
|
|
70
125
|
|
|
71
126
|
html.sap-desktop .sapMColorPalette .sapMBtn:focus > .sapMFocusable:before {
|
|
72
127
|
display: none;
|
|
73
|
-
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sap-phone .sapMColorPalette .sapMColorPaletteSquare {
|
|
131
|
+
& > div {
|
|
132
|
+
border-radius: 0.25rem;
|
|
133
|
+
&:active {
|
|
134
|
+
border-radius: 0.4375rem;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
@_sap_m_Dialog_BarHeight: 2.75rem;
|
|
12
12
|
@_sap_m_Dialog_SubHeaderCompactHeight: 2.25rem;
|
|
13
13
|
|
|
14
|
-
@_sap_m_Dialog_NoStateHeaderShadow:
|
|
15
|
-
@_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem @sapUiSuccessBorder;
|
|
16
|
-
@_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem @sapUiErrorBorder;
|
|
17
|
-
@_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem @sapUiWarningBorder;
|
|
18
|
-
@_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem @sapUiInformationBorder;
|
|
19
|
-
|
|
20
|
-
@_sap_m_Dialog_HeaderFocusBorderBottomOffset:
|
|
21
|
-
@_sap_m_Dialog_HeaderFocusBorderTopOffset:
|
|
22
|
-
@_sap_m_Dialog_HeaderFocusBorderLeftOffset:
|
|
23
|
-
@_sap_m_Dialog_HeaderFocusBorderRightOffset:
|
|
24
|
-
@
|
|
14
|
+
@_sap_m_Dialog_NoStateHeaderShadow: @sapUiContentHeaderShadow;
|
|
15
|
+
@_sap_m_Dialog_SuccessHeaderShadow: inset 0 -0.0625rem @sapUiSuccessBorder, @sapUiContentHeaderShadow;
|
|
16
|
+
@_sap_m_Dialog_ErrorHeaderShadow: inset 0 -0.0625rem @sapUiErrorBorder, @sapUiContentHeaderShadow;
|
|
17
|
+
@_sap_m_Dialog_WarningHeaderShadow: inset 0 -0.0625rem @sapUiWarningBorder, @sapUiContentHeaderShadow;
|
|
18
|
+
@_sap_m_Dialog_InformationHeaderShadow: inset 0 -0.0625rem @sapUiInformationBorder, @sapUiContentHeaderShadow;
|
|
19
|
+
|
|
20
|
+
@_sap_m_Dialog_HeaderFocusBorderBottomOffset: 0.125rem;
|
|
21
|
+
@_sap_m_Dialog_HeaderFocusBorderTopOffset: 0.0625rem;
|
|
22
|
+
@_sap_m_Dialog_HeaderFocusBorderLeftOffset: 0.0625rem;
|
|
23
|
+
@_sap_m_Dialog_HeaderFocusBorderRightOffset: 0.0625rem;
|
|
24
|
+
@_sap_m_Dialog_HeaderFocusBorderRadius: @sapUiElementBorderCornerRadius;
|
|
25
25
|
|
|
26
26
|
// This parameter is used in sap.m.Select. TODO: remove it when it is removed from there.
|
|
27
27
|
@_sap_m_Dialog_HeaderShadowColor: darken(@sapUiGroupContentBackground, 8);
|
|
@@ -36,9 +36,14 @@
|
|
|
36
36
|
font-size: 1rem;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.sapMDialogResizeHandler
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
.sapMDialogResizeHandler {
|
|
40
|
+
right: 6px;
|
|
41
|
+
bottom: 3px;
|
|
42
|
+
|
|
43
|
+
&::before {
|
|
44
|
+
content: attr(data-sap-ui-icon-content);
|
|
45
|
+
color: @sapUiButtonLiteTextColor;
|
|
46
|
+
}
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
.sapMDialogBeginButton, .sapMDialogEndButton {
|
|
@@ -77,6 +82,7 @@ html.sap-phone .sapMDialog {
|
|
|
77
82
|
}
|
|
78
83
|
}
|
|
79
84
|
|
|
85
|
+
// Responsive paddings
|
|
80
86
|
.sapMDialogTitle, .sapMDialogSubHeader {
|
|
81
87
|
.sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
|
|
82
88
|
.sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
|
|
@@ -105,18 +111,20 @@ html.sap-phone .sapMDialog {
|
|
|
105
111
|
}
|
|
106
112
|
}
|
|
107
113
|
|
|
114
|
+
.sapMDialog:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding) {
|
|
115
|
+
&.sapMDialog-NoHeader .sapMDialogScroll {
|
|
116
|
+
padding-top: 0.25rem;
|
|
108
117
|
|
|
109
|
-
html.sap-
|
|
110
|
-
|
|
111
|
-
}
|
|
118
|
+
html.sap-phone .sapMDialogStretched& {
|
|
119
|
+
padding-top: 0;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
112
122
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
border-top-left-radius: 0px;
|
|
116
|
-
border-top-right-radius: 0px;
|
|
117
|
-
}
|
|
123
|
+
&.sapMDialog-NoFooter .sapMDialogScroll {
|
|
124
|
+
padding-bottom: 0.25rem;
|
|
118
125
|
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
126
|
+
html.sap-phone .sapMDialogStretched& {
|
|
127
|
+
padding-bottom: 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================= */
|
|
2
|
+
/* CSS for control sap.m/DynamicDateRange */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ======================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiIcon.sapMDDRDateOption {
|
|
7
|
+
color: @sapUiButtonActiveTextColor;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapMDynamicDateRangePopover section > .sapMLabel {
|
|
11
|
+
margin: 1rem 0 0.5rem 0;
|
|
12
|
+
}
|
|
@@ -226,6 +226,29 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
|
|
|
226
226
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
|
|
230
|
+
{
|
|
231
|
+
.sapMGTFocusDiv{
|
|
232
|
+
border: none;
|
|
233
|
+
box-shadow: none;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
|
|
238
|
+
{
|
|
239
|
+
.sapMGTFocusDiv{
|
|
240
|
+
border: none;
|
|
241
|
+
box-shadow: none;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
|
|
246
|
+
{
|
|
247
|
+
.sapMGTFocusDiv{
|
|
248
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
229
252
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
|
|
230
253
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
231
254
|
&:after {
|
|
@@ -320,6 +343,10 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
320
343
|
|
|
321
344
|
.sapMGTLineMode .sapMGTFocusDiv {
|
|
322
345
|
border-radius: 10px !important;
|
|
346
|
+
top: 0;
|
|
347
|
+
right: 0;
|
|
348
|
+
bottom: 0;
|
|
349
|
+
left: 0;
|
|
323
350
|
}
|
|
324
351
|
|
|
325
352
|
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
@@ -358,8 +385,24 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
358
385
|
}
|
|
359
386
|
|
|
360
387
|
.TwoByOne.sapMGTActionMode {
|
|
361
|
-
border-radius:
|
|
388
|
+
border-radius: 1.25rem;
|
|
362
389
|
.sapMGTFocusDiv {
|
|
363
|
-
border-radius:
|
|
390
|
+
border-radius: 1.25rem !important;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode.TwoByHalf {
|
|
395
|
+
.sapMBtn.sapMGTMoreIcon{
|
|
396
|
+
.sapMBtnInner{
|
|
397
|
+
left: 0rem;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
403
|
+
.sapMGTMoreIcon{
|
|
404
|
+
.sapMBtnIcon{
|
|
405
|
+
color: @sapUiButtonLiteTextColor;
|
|
406
|
+
}
|
|
364
407
|
}
|
|
365
408
|
}
|
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextColor: @sapTextColor;
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
+
@_sap_m_IconTabBar_Separator_Icon: @sapUiContentNonInteractiveIconColor;
|
|
13
|
+
@_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
|
|
14
|
+
@_sap_m_IconTabBar_More_Button_Font_size: 1rem;
|
|
15
|
+
@_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
|
|
16
|
+
@_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.875rem;
|
|
17
|
+
|
|
12
18
|
|
|
13
19
|
// ==================== Cozy size ====================
|
|
14
20
|
|
|
@@ -66,9 +72,10 @@
|
|
|
66
72
|
|
|
67
73
|
// Header
|
|
68
74
|
@_sap_m_IconTabBar_HeaderBackgroundTranslucent: @sapUiObjectHeaderBackground;
|
|
75
|
+
@_sap_m_IconTabBar_HeaderBackground: @sapUiObjectHeaderBackground;
|
|
69
76
|
|
|
70
77
|
@_sap_m_IconTabBar_HeaderBorderBottom: none;
|
|
71
|
-
@_sap_m_IconTabBar_HeaderShadow:
|
|
78
|
+
@_sap_m_IconTabBar_HeaderShadow: @sapUiContentHeaderShadow;
|
|
72
79
|
|
|
73
80
|
// Content
|
|
74
81
|
@_sap_m_IconTabBar_ContentBackground: @sapUiBaseBG;
|
|
@@ -118,30 +125,47 @@
|
|
|
118
125
|
@_sap_m_IconTabBar_Phone_TextOnlyContentArrowHeight: 0.5rem;
|
|
119
126
|
@_sap_m_IconTabBar_Phone_Compact_TextOnlyContentArrowHeight: 0.75rem;
|
|
120
127
|
|
|
128
|
+
// =========== Badge ===========
|
|
129
|
+
@_sap_m_IconTabBar_Badge_Neutral_Background: @sapUiNeutralElement;
|
|
130
|
+
@_sap_m_IconTabBar_Badge_Positive_Background: @sapUiPositiveElement;
|
|
131
|
+
@_sap_m_IconTabBar_Badge_Critical_Background: @sapUiCriticalElement;
|
|
132
|
+
@_sap_m_IconTabBar_Badge_Negative_Background: @sapUiNegativeElement;
|
|
133
|
+
|
|
121
134
|
// ==========================================================================
|
|
122
135
|
// Variables
|
|
123
136
|
// ==========================================================================
|
|
124
137
|
|
|
125
|
-
@_sap_m_IconTabBar_TextHoverColor: @
|
|
126
|
-
@_sap_m_IconTabBar_SelectedTextColor: @
|
|
138
|
+
@_sap_m_IconTabBar_TextHoverColor: @sapUiContentFocusColor;
|
|
139
|
+
@_sap_m_IconTabBar_SelectedTextColor: @sapUiContentSelectedForegroundColor;
|
|
127
140
|
@_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
|
|
128
141
|
@_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
|
|
129
|
-
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -
|
|
130
|
-
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -
|
|
142
|
+
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
|
|
143
|
+
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
|
|
131
144
|
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
|
|
132
145
|
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
|
|
133
|
-
@_sap_m_IconTabBar_HeaderBorderRadius: 0.
|
|
146
|
+
@_sap_m_IconTabBar_HeaderBorderRadius: 0.375rem;
|
|
147
|
+
@_sap_m_IconTab_Bar_Separator_Line: @sapUiGroupTitleBorderColor;
|
|
148
|
+
|
|
149
|
+
// =========== Overflow ===========
|
|
150
|
+
@_sap_m_IconTabBar_Overflow_BorderColorHover: @sapUiButtonHoverBorderColor;
|
|
151
|
+
@_sap_m_IconTabBar_Overflow_BackgroundColorHover: @sapUiButtonHoverBackground;
|
|
152
|
+
@_sap_m_IconTabBar_Overflow_BoxShadowHover: @sapUiContentInteractionShadow;
|
|
153
|
+
@_sap_m_IconTabBar_Overflow_TextColorHover: @sapUiButtonHoverTextColor;
|
|
154
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @sapUiButtonHoverTextColor;
|
|
155
|
+
|
|
156
|
+
@_sap_m_IconTabBar_Overflow_BackgroundColorPressed: @sapUiButtonActiveBackground;
|
|
157
|
+
@_sap_m_IconTabBar_Overflow_BorderColorPressed: @sapUiButtonActiveBorderColor;
|
|
158
|
+
@_sap_m_IconTabBar_Overflow_TextColorPressed: @sapUiButtonActiveTextColor;
|
|
159
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorPressed: @sapUiButtonActiveTextColor;
|
|
134
160
|
|
|
135
161
|
// =========== Shell ===========
|
|
136
162
|
@_sap_m_IconTabBar_ShellHeaderShadow: @sapUiShellShadow;
|
|
137
|
-
@_sap_m_IconTabBar_ShellSelectedTextColor: @
|
|
138
|
-
@sapUiShellNavigationSelectedColor: @sapContent_Selected_TextColor;
|
|
163
|
+
@_sap_m_IconTabBar_ShellSelectedTextColor: @sapUiShellNavigationSelectedTextColor;
|
|
139
164
|
|
|
140
165
|
|
|
141
166
|
/* Head Container */
|
|
142
167
|
.sapMITH {
|
|
143
168
|
z-index: 1; // shows the bottom shadow of the ITHeader over the content of the ITB
|
|
144
|
-
|
|
145
169
|
.sapMITBHead {
|
|
146
170
|
padding-top: 0.875rem;
|
|
147
171
|
}
|
|
@@ -169,6 +193,8 @@
|
|
|
169
193
|
.sapMITBDisabled {
|
|
170
194
|
.sapMITHTextContent {
|
|
171
195
|
color: @sapTextColor;
|
|
196
|
+
font-family: @sapFontBoldFamily;
|
|
197
|
+
font-size: @sapFontSize;
|
|
172
198
|
}
|
|
173
199
|
}
|
|
174
200
|
|
|
@@ -188,13 +214,15 @@
|
|
|
188
214
|
.sapMITHShowSubItemsIcon {
|
|
189
215
|
color: @sapButton_TextColor;
|
|
190
216
|
}
|
|
191
|
-
|
|
192
|
-
&:hover {
|
|
193
|
-
box-shadow: @sapContent_Interaction_Shadow;
|
|
194
|
-
}
|
|
195
217
|
}
|
|
196
218
|
}
|
|
197
219
|
|
|
220
|
+
.sapMITHEndOverflow,
|
|
221
|
+
.sapMITHStartOverflow {
|
|
222
|
+
.sapMITHShowSubItemsIcon {
|
|
223
|
+
padding-left: 0.375rem;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
198
226
|
//Arrow button
|
|
199
227
|
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon:hover {
|
|
200
228
|
color: @_sap_m_IconTabBar_TextHoverColor !important;
|
|
@@ -285,7 +313,7 @@
|
|
|
285
313
|
margin-top: 0.125rem;
|
|
286
314
|
|
|
287
315
|
+ .sapMITBSep {
|
|
288
|
-
margin-top: 0.
|
|
316
|
+
margin-top: 0.25rem;
|
|
289
317
|
}
|
|
290
318
|
}
|
|
291
319
|
|
|
@@ -315,6 +343,10 @@
|
|
|
315
343
|
color: @sapUiNeutralText;
|
|
316
344
|
}
|
|
317
345
|
|
|
346
|
+
.sapMITBFilterNeutral:hover .sapMITBText {
|
|
347
|
+
color: darken(@sapUiNeutralText, 10);
|
|
348
|
+
}
|
|
349
|
+
|
|
318
350
|
.sapMITBFilterPositive .sapMITBText {
|
|
319
351
|
color: @sapUiPositiveText;
|
|
320
352
|
}
|
|
@@ -341,12 +373,12 @@
|
|
|
341
373
|
}
|
|
342
374
|
|
|
343
375
|
.sapMITBFilterIcon {
|
|
344
|
-
border: 2px solid @
|
|
376
|
+
border: 2px solid @sapUiContentSelectedForegroundColor;
|
|
345
377
|
}
|
|
346
378
|
|
|
347
379
|
.sapMITBFilterDefault {
|
|
348
|
-
|
|
349
|
-
|
|
380
|
+
border-color: @sapUiContentSelectedForegroundColor;
|
|
381
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
350
382
|
}
|
|
351
383
|
|
|
352
384
|
.sapMITBFilterNeutral {
|
|
@@ -398,25 +430,30 @@
|
|
|
398
430
|
|
|
399
431
|
.sapMITBFilterNeutral {
|
|
400
432
|
background: @sapUiNeutralElement;
|
|
401
|
-
color: @
|
|
433
|
+
color: @sapUiContentContrastIconColor;
|
|
402
434
|
}
|
|
403
435
|
|
|
404
436
|
.sapMITBFilterPositive {
|
|
405
437
|
background: @sapUiPositiveElement;
|
|
406
|
-
color: @
|
|
438
|
+
color: @sapUiContentContrastIconColor;
|
|
407
439
|
}
|
|
408
440
|
|
|
409
441
|
.sapMITBFilterNegative {
|
|
410
442
|
background: @sapUiNegativeElement;
|
|
411
|
-
color: @
|
|
443
|
+
color: @sapUiContentContrastIconColor;
|
|
412
444
|
}
|
|
413
445
|
|
|
414
446
|
.sapMITBFilterCritical {
|
|
415
447
|
background: @sapUiCriticalElement;
|
|
416
|
-
color: @
|
|
448
|
+
color: @sapUiContentContrastIconColor;
|
|
417
449
|
}
|
|
418
450
|
}
|
|
419
451
|
|
|
452
|
+
.sapMITHShowSubItemsIcon {
|
|
453
|
+
bottom: -1.5px;
|
|
454
|
+
position: relative;
|
|
455
|
+
}
|
|
456
|
+
|
|
420
457
|
/* Phone device */
|
|
421
458
|
|
|
422
459
|
.sapUiMedia-Std-Phone .sapMITH.sapUiSizeCompact {
|
|
@@ -452,7 +489,7 @@
|
|
|
452
489
|
|
|
453
490
|
.sapMITBSepLine {
|
|
454
491
|
border: unset;
|
|
455
|
-
border-right: 1px solid @
|
|
492
|
+
border-right: 1px solid @_sap_m_IconTab_Bar_Separator_Line;
|
|
456
493
|
margin: 0.625rem 0.125rem 0 0.125rem;
|
|
457
494
|
}
|
|
458
495
|
}
|
|
@@ -471,11 +508,21 @@
|
|
|
471
508
|
margin-top: 0.5rem;
|
|
472
509
|
}
|
|
473
510
|
}
|
|
511
|
+
|
|
512
|
+
.sapMITBCount {
|
|
513
|
+
font-family: @sapFontBoldFamily;
|
|
514
|
+
font-size: @sapFontHeader3Size;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.sapMITBText {
|
|
518
|
+
font-family: @sapFontFamily;
|
|
519
|
+
font-size: @sapFontSmallSize;
|
|
520
|
+
}
|
|
474
521
|
}
|
|
475
522
|
|
|
476
523
|
.sapMITBSepLine {
|
|
477
524
|
border: unset;
|
|
478
|
-
border-right: 1px solid @
|
|
525
|
+
border-right: 1px solid @_sap_m_IconTab_Bar_Separator_Line;
|
|
479
526
|
}
|
|
480
527
|
|
|
481
528
|
.sapUiMedia-Std-Phone {
|
|
@@ -495,8 +542,9 @@ html.sap-desktop {
|
|
|
495
542
|
}
|
|
496
543
|
|
|
497
544
|
.sapMITBFilter .sapMITBCount {
|
|
498
|
-
padding-left: 2px;
|
|
499
545
|
color: @sapContent_LabelColor;
|
|
546
|
+
font-family: @sapFontFamily;
|
|
547
|
+
font-size: @sapFontSize;
|
|
500
548
|
}
|
|
501
549
|
|
|
502
550
|
.sapMITH.sapUiSizeCompact {
|
|
@@ -513,7 +561,7 @@ html.sap-desktop {
|
|
|
513
561
|
.sapMITHEndOverflow {
|
|
514
562
|
.sapMITBItem:not(.sapUiDnDDragging):focus {
|
|
515
563
|
&::after {
|
|
516
|
-
border-radius:
|
|
564
|
+
border-radius: 1.75rem;
|
|
517
565
|
}
|
|
518
566
|
}
|
|
519
567
|
}
|
|
@@ -531,21 +579,35 @@ html.sap-desktop {
|
|
|
531
579
|
}
|
|
532
580
|
}
|
|
533
581
|
|
|
534
|
-
|
|
582
|
+
.sapUiMedia-Std-Tablet,
|
|
583
|
+
.sapUiMedia-Std-Desktop {
|
|
535
584
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
bottom: -5px;
|
|
540
|
-
right: -5px;
|
|
541
|
-
left: -5px;
|
|
542
|
-
border-radius: inherit;
|
|
585
|
+
.sapMITHEndOverflow {
|
|
586
|
+
padding-left: 0.188rem;
|
|
587
|
+
margin-left: 0px;
|
|
543
588
|
}
|
|
544
|
-
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
html.sap-desktop {
|
|
545
592
|
|
|
593
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBFilterIcon {
|
|
594
|
+
&::after {
|
|
595
|
+
top: -5px;
|
|
596
|
+
bottom: -5px;
|
|
597
|
+
right: -5px;
|
|
598
|
+
left: -5px;
|
|
599
|
+
border-radius: inherit;
|
|
600
|
+
}
|
|
601
|
+
}
|
|
546
602
|
}
|
|
547
|
-
|
|
548
|
-
|
|
603
|
+
|
|
604
|
+
.sapUiMedia-Std-Phone {
|
|
605
|
+
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll {
|
|
606
|
+
&::after {
|
|
607
|
+
right: 6px !important;
|
|
608
|
+
left: -1px !important;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
549
611
|
}
|
|
550
612
|
|
|
551
613
|
.sapMITBFilter .sapMITBText {
|
|
@@ -555,7 +617,8 @@ html.sap-desktop {
|
|
|
555
617
|
/* Shell overrides */
|
|
556
618
|
/* ------------------------------------------------ */
|
|
557
619
|
|
|
558
|
-
.sapUshellShellTabBar
|
|
620
|
+
.sapUshellShellTabBar .sapMITH,
|
|
621
|
+
.sapUshellShellTabBar.sapMITH {
|
|
559
622
|
|
|
560
623
|
//More Button
|
|
561
624
|
.sapMITHStartOverflow,
|
|
@@ -563,7 +626,7 @@ html.sap-desktop {
|
|
|
563
626
|
.sapMITBItem {
|
|
564
627
|
border: 1px solid @sapButton_BorderColor;
|
|
565
628
|
color: @sapShell_Navigation_TextColor;
|
|
566
|
-
background-color: @
|
|
629
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
567
630
|
|
|
568
631
|
.sapMITHShowSubItemsIcon {
|
|
569
632
|
color: @sapShell_Navigation_TextColor;
|
|
@@ -577,19 +640,28 @@ html.sap-desktop {
|
|
|
577
640
|
|
|
578
641
|
.sapMITH .sapMITBFilter.sapMITBSelected .sapMITBCount,
|
|
579
642
|
.sapMITH .sapMITBFilter.sapMITBSelected .sapMITBCount {
|
|
580
|
-
color: @
|
|
643
|
+
color: @sapUiShellNavigationSelectedColor;
|
|
581
644
|
}
|
|
582
645
|
|
|
583
646
|
.sapMITBSelected:not(sapMITBDisabled) .sapMITBContentArrow::after {
|
|
584
|
-
background: @
|
|
647
|
+
background: @sapUiShellNavigationSelectedColor;
|
|
585
648
|
}
|
|
586
649
|
|
|
587
|
-
.
|
|
588
|
-
|
|
650
|
+
.sapMITH .sapMITBFilterWithItems .sapMITBFilterExpandBtn {
|
|
651
|
+
margin-left: 0.188rem;
|
|
589
652
|
}
|
|
590
653
|
|
|
591
|
-
.
|
|
592
|
-
|
|
654
|
+
.sapMITHStartOverflow,
|
|
655
|
+
.sapMITHEndOverflow {
|
|
656
|
+
.sapMITBItem {
|
|
657
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
658
|
+
|
|
659
|
+
&:hover {
|
|
660
|
+
background: @sapUiShellHoverBackground;
|
|
661
|
+
background-color: @sapUiShellHoverBackground;
|
|
662
|
+
border-color: @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
|
|
663
|
+
}
|
|
664
|
+
}
|
|
593
665
|
}
|
|
594
666
|
|
|
595
667
|
html.sap-desktop & {
|
|
@@ -601,9 +673,24 @@ html.sap-desktop {
|
|
|
601
673
|
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
602
674
|
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
603
675
|
&::after {
|
|
604
|
-
border-color: @
|
|
676
|
+
border-color: @sapContent_FocusColor !important;
|
|
605
677
|
}
|
|
606
678
|
}
|
|
607
679
|
}
|
|
608
680
|
}
|
|
609
681
|
|
|
682
|
+
/* ------------------------------------------------ */
|
|
683
|
+
/* IconTabBar Badge */
|
|
684
|
+
/* ------------------------------------------------ */
|
|
685
|
+
|
|
686
|
+
.sapMITH,
|
|
687
|
+
.sapMITBFilterPopover {
|
|
688
|
+
|
|
689
|
+
.sapMITBText .sapMBadgeAttention {
|
|
690
|
+
right: -0.75rem;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.sapMITFExpandButtonBadge {
|
|
694
|
+
left: 0.5rem;
|
|
695
|
+
}
|
|
696
|
+
}
|