@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,74 +3,106 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@_sap_m_RangeSlider_Handle_Height: 1.5rem;
|
|
7
|
+
@_sap_m_RangeSlider_Handle_Width: 2rem;
|
|
8
|
+
@_sap_m_RangeSlider_Handle_Height_Compact: 1.25rem;
|
|
9
|
+
@_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
|
|
9
10
|
|
|
10
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
|
+
&:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle {
|
|
13
|
+
border: 1px @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
|
|
14
|
+
background: @sapUiSliderRangeHandleBackground;
|
|
15
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:hover {
|
|
19
|
+
background-color: @sapUiSliderRangeHandleBackground;
|
|
20
|
+
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
21
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
22
|
+
}
|
|
15
23
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
24
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
25
|
+
&:not(:focus) {
|
|
26
|
+
background: transparent;
|
|
27
|
+
border: 0.125rem solid #4DB1FF;
|
|
28
|
+
outline: none;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
top: -0.625rem;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
35
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
36
|
+
border: 0.125rem solid #4DB1FF;
|
|
21
37
|
outline: none;
|
|
22
|
-
box-shadow:
|
|
23
|
-
top: -0.
|
|
38
|
+
box-shadow: none;
|
|
39
|
+
top: -0.625rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapMSliderHandle {
|
|
43
|
+
background: @sapUiSliderRangeHandleBackground;
|
|
44
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
45
|
+
top: -0.625rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
49
|
+
top: 4px;
|
|
24
50
|
}
|
|
25
51
|
}
|
|
26
52
|
|
|
53
|
+
.sapMRangeSlider .sapMSliderInner::before {
|
|
54
|
+
border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
|
|
55
|
+
background-color: @sapUiContentMeasureIndicatorColor;
|
|
56
|
+
}
|
|
57
|
+
|
|
27
58
|
.sapUiSizeCompact {
|
|
28
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover .sapMSliderProgress:focus ~ .sapMSliderHandle,
|
|
29
59
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
30
60
|
&:not(:focus) {
|
|
31
61
|
background: transparent;
|
|
32
|
-
border:
|
|
62
|
+
border: 0.125rem solid #4DB1FF;
|
|
33
63
|
outline: none;
|
|
34
|
-
box-shadow:
|
|
35
|
-
top: -0.
|
|
64
|
+
box-shadow: none;
|
|
65
|
+
top: -0.5rem;
|
|
36
66
|
}
|
|
37
67
|
}
|
|
38
68
|
|
|
39
69
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
40
|
-
background:
|
|
70
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
71
|
+
border: 0.125rem solid #4DB1FF;
|
|
41
72
|
outline: none;
|
|
42
|
-
box-shadow:
|
|
43
|
-
top: -0.
|
|
73
|
+
box-shadow: none;
|
|
74
|
+
top: -0.5rem;
|
|
44
75
|
}
|
|
45
|
-
}
|
|
46
76
|
|
|
47
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
outline: none;
|
|
51
|
-
box-shadow: 0px 0px 0px 2px @sapContent_FocusColor;
|
|
52
|
-
top: -0.75rem;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.sapMRangeSlider .sapMSliderInner::before {
|
|
56
|
-
background-color: @sapField_BorderColor;
|
|
57
|
-
}
|
|
77
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle {
|
|
78
|
+
top: -0.5rem;
|
|
79
|
+
}
|
|
58
80
|
|
|
81
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
82
|
+
top: 2px;
|
|
83
|
+
right: 0.25rem;
|
|
84
|
+
}
|
|
59
85
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
padding-bottom: 0.25rem;
|
|
64
|
-
padding-right: 0.25rem;
|
|
65
|
-
top: 1px;
|
|
86
|
+
.sapMSliderLabels {
|
|
87
|
+
margin: 0.625rem -0.875rem 0 -0.875rem;
|
|
88
|
+
}
|
|
66
89
|
}
|
|
67
90
|
|
|
68
91
|
html.sap-desktop .sapMSliderProgress:focus:before {
|
|
69
|
-
border:
|
|
92
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
70
93
|
border-radius: 0.5rem;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
94
|
+
content: "";
|
|
95
|
+
display: block;
|
|
96
|
+
position: absolute;
|
|
97
|
+
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height} + 0.375rem)";
|
|
98
|
+
width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width}) + 0.375rem))";
|
|
99
|
+
top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height} / 2) + 0.1875rem))";
|
|
100
|
+
left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width} / 2) + 0.3125rem))";
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
html.sap-desktop .sapUiSizeCompact .sapMSliderProgress:focus:before {
|
|
104
|
+
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height_Compact} + 0.375rem)";
|
|
105
|
+
width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width_Compact}) + 0.375rem))";
|
|
106
|
+
top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height_Compact} / 2) + 0.1875rem))";
|
|
107
|
+
left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width_Compact} / 2) + 0.3125rem))";
|
|
76
108
|
}
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
&:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
|
|
8
|
+
opacity: 0.9;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
.sapMRIUnsel {
|
|
8
12
|
color: @sapContent_UnratedColor;
|
|
9
13
|
}
|
|
@@ -46,4 +50,8 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
46
50
|
.sapMRI .sapUiIcon,
|
|
47
51
|
.sapMRI .sapMImg {
|
|
48
52
|
top: -1px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
56
|
+
text-shadow: @sapContent_TextShadow;
|
|
49
57
|
}
|
|
@@ -76,6 +76,7 @@ html.sap-desktop {
|
|
|
76
76
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
77
77
|
border-radius: 0.375rem;
|
|
78
78
|
}
|
|
79
|
+
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
79
80
|
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
80
81
|
top: 0.325rem;
|
|
81
82
|
bottom: 0.325rem;
|
|
@@ -153,10 +154,6 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
153
154
|
.sapMSegBBtnInner:hover {
|
|
154
155
|
border-right: 1px solid @sapUiButtonSelectedHoverBorderColor;
|
|
155
156
|
}
|
|
156
|
-
// Hide next button left border
|
|
157
|
-
+ .sapMSegBBtn .sapMSegBBtnInner {
|
|
158
|
-
border-left: 1px solid transparent;
|
|
159
|
-
}
|
|
160
157
|
}
|
|
161
158
|
|
|
162
159
|
.sapMSegB img {
|
|
@@ -255,8 +252,8 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
|
255
252
|
}
|
|
256
253
|
}
|
|
257
254
|
|
|
258
|
-
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner
|
|
259
|
-
|
|
255
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInner,
|
|
256
|
+
.sapMSegBBtn.sapMSegBtnLastVisibleButton .sapMSegBBtnInnerWrapper {
|
|
260
257
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
261
258
|
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
262
259
|
}
|
|
@@ -13,31 +13,40 @@
|
|
|
13
13
|
|
|
14
14
|
/* IconOnly Hover */
|
|
15
15
|
|
|
16
|
-
.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
16
|
+
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
17
17
|
background: @sapUiButtonLiteHoverBackground;
|
|
18
|
+
border: none;
|
|
18
19
|
|
|
19
20
|
&.sapMSltWithIcon {
|
|
20
|
-
|
|
21
|
+
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiFieldActiveBorderColor;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
// Prevent jumping of icon only select when hover
|
|
25
|
-
.sapMSltIconOnly.sapMSltHoverable:not(.sapMSltState) {
|
|
26
|
-
border: 0.0625rem solid transparent;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
25
|
/*IconOnly Pressed */
|
|
30
26
|
.sapMSltPressed.sapMSltIconOnly:not(.sapMSltDisabled) {
|
|
31
27
|
background: @sapUiToggleButtonPressedBackground;
|
|
32
|
-
|
|
28
|
+
.sapMSltIcon {
|
|
29
|
+
color: @sapUiFieldTextColor;;
|
|
30
|
+
}
|
|
33
31
|
}
|
|
34
32
|
|
|
35
33
|
.sapMSlt:not(.sapMSltIconOnly) {
|
|
36
|
-
border-radius:
|
|
34
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
37
35
|
}
|
|
38
36
|
|
|
39
37
|
.sapMSlt {
|
|
38
|
+
font-family: @sapFontFamily;
|
|
39
|
+
font-size: @sapFontSize;
|
|
40
40
|
height: 2.25rem;
|
|
41
|
+
border: none;
|
|
42
|
+
background-image: linear-gradient(0deg, @sapUiFieldBorderColor 0, @sapUiFieldBorderColor 100%);
|
|
43
|
+
background-size: 100% @sapUiFieldBorderWidth;
|
|
44
|
+
background-repeat: repeat-x;
|
|
45
|
+
background-position: bottom;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapUiSizeCompact .sapMSlt {
|
|
49
|
+
height: 1.625rem;
|
|
41
50
|
}
|
|
42
51
|
|
|
43
52
|
.sapMSlt > .sapMSltLabel {
|
|
@@ -48,8 +57,8 @@
|
|
|
48
57
|
line-height: 2rem;
|
|
49
58
|
}
|
|
50
59
|
|
|
51
|
-
.sapMSltPressed > .sapMSltArrow::before {
|
|
52
|
-
color: @
|
|
60
|
+
.sapMSlt:not(.sapMSltState).sapMSltPressed > .sapMSltArrow::before {
|
|
61
|
+
color: @sapUiButtonSelectedTextColor;
|
|
53
62
|
}
|
|
54
63
|
|
|
55
64
|
.sapMSlt.sapMSltPressed,
|
|
@@ -72,9 +81,11 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
72
81
|
|
|
73
82
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
74
83
|
background: @sapUiFieldHoverBackground;
|
|
84
|
+
border-color: @sapUiFieldHoverBorderColor;
|
|
85
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
75
86
|
|
|
76
87
|
.sapMSltArrow {
|
|
77
|
-
border-radius:
|
|
88
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
78
89
|
}
|
|
79
90
|
}
|
|
80
91
|
|
|
@@ -98,7 +109,12 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
98
109
|
/* disabled */
|
|
99
110
|
|
|
100
111
|
.sapMSltDisabled {
|
|
101
|
-
opacity:
|
|
112
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.sapMSlt.sapMSltReadonly {
|
|
116
|
+
background: @sapUiFieldReadOnlyBackground;
|
|
117
|
+
border-bottom: dashed @sapUiElementBorderWidth @sapUiFieldReadOnlyBorderColor;
|
|
102
118
|
}
|
|
103
119
|
|
|
104
120
|
div.sapMSltPicker .sapMSltPickerValueState {
|
|
@@ -109,33 +125,34 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
109
125
|
line-height: 1.375rem;
|
|
110
126
|
}
|
|
111
127
|
|
|
112
|
-
.
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
128
|
+
.sapMSltMinWidth {
|
|
129
|
+
min-width: 2.75rem;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.sapUiSizeCompact .sapMSltMinWidth {
|
|
133
|
+
min-width: 2rem;
|
|
118
134
|
}
|
|
119
135
|
|
|
120
136
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
121
137
|
border:none;
|
|
122
|
-
box-shadow: @
|
|
138
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
123
139
|
border: none;
|
|
124
|
-
background-image: linear-gradient(0deg, @
|
|
125
|
-
background-size: 100% @
|
|
140
|
+
background-image: linear-gradient(0deg, @sapUiFieldBorderColor 0, @sapUiFieldBorderColor 100%);
|
|
141
|
+
background-size: 100% @sapUiFieldBorderWidth;
|
|
126
142
|
background-repeat: repeat-x;
|
|
127
143
|
background-position: bottom;
|
|
128
144
|
}
|
|
129
145
|
|
|
130
146
|
.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState),
|
|
131
147
|
.sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
|
|
132
|
-
|
|
133
|
-
|
|
148
|
+
background: @sapUiFieldFocusBackground;
|
|
149
|
+
border: none;
|
|
150
|
+
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiFieldActiveBorderColor;
|
|
134
151
|
}
|
|
135
152
|
|
|
136
153
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):active {
|
|
137
154
|
border:none;
|
|
138
|
-
box-shadow: inset 0px 0px 0px 2px @
|
|
155
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldActiveBorderColor;
|
|
139
156
|
}
|
|
140
157
|
|
|
141
158
|
.sapMSltArrow {
|
|
@@ -153,9 +170,9 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
153
170
|
}
|
|
154
171
|
|
|
155
172
|
.sapMSltPressed >.sapMSltArrow {
|
|
156
|
-
background-color: @
|
|
157
|
-
color: @
|
|
158
|
-
box-shadow: @
|
|
173
|
+
background-color: @sapUiButtonActiveBackground;
|
|
174
|
+
color: @sapUiButtonActiveTextColor;
|
|
175
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
159
176
|
overflow: none;
|
|
160
177
|
border-radius: 0.125rem;
|
|
161
178
|
}
|
|
@@ -164,7 +181,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
164
181
|
/* focus */
|
|
165
182
|
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled) {
|
|
166
183
|
&:before {
|
|
167
|
-
box-shadow: inset 0px 0px 0px 2px @
|
|
184
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldFocusBorderColor;
|
|
168
185
|
}
|
|
169
186
|
}
|
|
170
187
|
|
|
@@ -173,24 +190,38 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
173
190
|
// =====================================
|
|
174
191
|
.sapMSltInformation {
|
|
175
192
|
border: none;
|
|
176
|
-
background-image: linear-gradient(0deg, @
|
|
177
|
-
background-size: 100% @
|
|
193
|
+
background-image: linear-gradient(0deg, @sapUiFieldInformationColor 0, @sapUiFieldInformationColor 100%);
|
|
194
|
+
background-size: 100% @sapUiFieldInformationBorderWidth;
|
|
178
195
|
background-repeat: repeat-x;
|
|
179
196
|
background-position: bottom;
|
|
197
|
+
background-color: @sapUiFieldInformationBackground;
|
|
180
198
|
}
|
|
181
199
|
|
|
182
200
|
.sapMSltInformation.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
183
|
-
|
|
201
|
+
border-color: @sapUiFieldInformationColor;
|
|
202
|
+
box-shadow: @sapUiContentInformativeShadow;
|
|
203
|
+
background-color: @sapUiFieldHoverBackground;
|
|
184
204
|
|
|
185
205
|
&:not(.sapMSltFocused) {
|
|
186
|
-
box-shadow: @
|
|
206
|
+
box-shadow: @sapUiContentInformativeShadow; // NEW Parameter
|
|
187
207
|
}
|
|
188
208
|
}
|
|
189
209
|
|
|
190
210
|
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):active,
|
|
191
211
|
.sapMSltFocused.sapMSltInformation {
|
|
192
|
-
|
|
193
|
-
|
|
212
|
+
border-bottom: none;
|
|
213
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldInformationColor;
|
|
214
|
+
background-color: @sapUiFieldFocusBackground;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.sapMSltInformation.sapMSltPressed {
|
|
218
|
+
.sapMSltArrow {
|
|
219
|
+
color: @sapUiButtonSelectedTextColor;
|
|
220
|
+
box-shadow: @sapUiContentInformativeShadow;
|
|
221
|
+
}
|
|
222
|
+
> .sapMSltArrow::before {
|
|
223
|
+
color: inherit;
|
|
224
|
+
}
|
|
194
225
|
}
|
|
195
226
|
|
|
196
227
|
// =====================================
|
|
@@ -199,26 +230,40 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
199
230
|
|
|
200
231
|
.sapMSltSuccess {
|
|
201
232
|
border: none;
|
|
202
|
-
background-image: linear-gradient(0deg, @
|
|
203
|
-
background-size: 100% @
|
|
233
|
+
background-image: linear-gradient(0deg, @sapUiFieldSuccessColor 0, @sapUiFieldSuccessColor 100%);
|
|
234
|
+
background-size: 100% @sapUiFieldSuccessBorderWidth;
|
|
204
235
|
background-repeat: repeat-x;
|
|
205
236
|
background-position: bottom;
|
|
237
|
+
background-color: @sapUiFieldSuccessBackground;
|
|
206
238
|
}
|
|
207
239
|
|
|
208
240
|
.sapMSltSuccess.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
209
|
-
|
|
241
|
+
border-color: @sapUiFieldSuccessColor;
|
|
242
|
+
box-shadow: @sapUiContentPositiveShadow;
|
|
243
|
+
background-color: @sapUiFieldHoverBackground;
|
|
210
244
|
|
|
211
245
|
&:not(.sapMSltFocused) {
|
|
212
|
-
box-shadow: @
|
|
246
|
+
box-shadow: @sapUiContentPositiveShadow; // New Parameter
|
|
213
247
|
}
|
|
214
248
|
}
|
|
215
249
|
|
|
216
250
|
// Field Success Focus - Experimental
|
|
217
251
|
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):active,
|
|
218
252
|
.sapMSltFocused.sapMSltSuccess {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
253
|
+
border-bottom: none;
|
|
254
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldSuccessColor;
|
|
255
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
256
|
+
background-color: @sapUiFieldFocusBackground;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.sapMSltSuccess.sapMSltPressed {
|
|
260
|
+
.sapMSltArrow {
|
|
261
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
262
|
+
box-shadow: @sapUiContentPositiveShadow;
|
|
263
|
+
}
|
|
264
|
+
> .sapMSltArrow::before {
|
|
265
|
+
color: inherit;
|
|
266
|
+
}
|
|
222
267
|
}
|
|
223
268
|
|
|
224
269
|
// =====================================
|
|
@@ -227,27 +272,40 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
227
272
|
|
|
228
273
|
.sapMSltWarning {
|
|
229
274
|
border: none;
|
|
230
|
-
background-image: linear-gradient(0deg, @
|
|
231
|
-
background-size: 100% @
|
|
275
|
+
background-image: linear-gradient(0deg, @sapUiFieldWarningColor 0, @sapUiFieldWarningColor 100%);
|
|
276
|
+
background-size: 100% @sapUiFieldWarningBorderWidth;
|
|
232
277
|
background-repeat: repeat-x;
|
|
233
278
|
background-position: bottom;
|
|
279
|
+
background-color: @sapUiFieldWarningBackground;
|
|
234
280
|
}
|
|
235
281
|
|
|
236
282
|
.sapMSltWarning.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
237
|
-
|
|
283
|
+
border-color: @sapUiFieldWarningColor;
|
|
284
|
+
box-shadow: @sapUiContentCriticalShadow;
|
|
285
|
+
background-color: @sapUiFieldHoverBackground;
|
|
238
286
|
|
|
239
287
|
&:not(.sapMSltFocused) {
|
|
240
|
-
box-shadow: @
|
|
288
|
+
box-shadow: @sapUiContentCriticalShadow; // NEW Parameter
|
|
241
289
|
}
|
|
242
290
|
}
|
|
243
291
|
|
|
244
292
|
// Field Warning Focus - Experimental
|
|
245
293
|
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):active,
|
|
246
294
|
.sapMSltFocused.sapMSltWarning {
|
|
247
|
-
|
|
248
|
-
|
|
295
|
+
border-bottom: none;
|
|
296
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldWarningColor; // Experimental
|
|
297
|
+
background-color: @sapUiFieldFocusBackground;
|
|
249
298
|
}
|
|
250
299
|
|
|
300
|
+
.sapMSltWarning.sapMSltPressed {
|
|
301
|
+
.sapMSltArrow {
|
|
302
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
303
|
+
box-shadow: @sapUiContentCriticalShadow;
|
|
304
|
+
}
|
|
305
|
+
> .sapMSltArrow::before {
|
|
306
|
+
color: inherit;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
251
309
|
|
|
252
310
|
// =====================================
|
|
253
311
|
// Input Error state
|
|
@@ -255,23 +313,37 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
255
313
|
|
|
256
314
|
.sapMSltError {
|
|
257
315
|
border: none;
|
|
258
|
-
background-image: linear-gradient(0deg, @
|
|
316
|
+
background-image: linear-gradient(0deg, @sapUiFieldInvalidColor 0, @sapUiFieldInvalidColor 100%);
|
|
259
317
|
background-size: 100% @sapField_InvalidBorderWidth;
|
|
260
318
|
background-repeat: repeat-x;
|
|
261
319
|
background-position: bottom;
|
|
320
|
+
background-color: @sapUiFieldInvalidBackgroundStyle;
|
|
262
321
|
}
|
|
263
322
|
|
|
264
323
|
.sapMSltError.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
265
|
-
|
|
324
|
+
border-color: @sapUiFieldInvalidColor;
|
|
325
|
+
box-shadow: @sapUiContentNegativeShadow;
|
|
326
|
+
background-color: @sapUiFieldHoverBackground;
|
|
266
327
|
|
|
267
328
|
&:not(.sapMSltFocused) {
|
|
268
|
-
box-shadow: @
|
|
329
|
+
box-shadow: @sapUiContentNegativeShadow; // NEW Parameter
|
|
269
330
|
}
|
|
270
331
|
}
|
|
271
332
|
|
|
272
333
|
// Field Error Focus - Experimental
|
|
273
334
|
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):active,
|
|
274
335
|
.sapMSltFocused.sapMSltError {
|
|
275
|
-
|
|
276
|
-
|
|
336
|
+
border-bottom: none;
|
|
337
|
+
box-shadow: inset 0px 0px 0px 2px @sapUiFieldInvalidColor;
|
|
338
|
+
background-color: @sapUiFieldFocusBackground;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.sapMSltError.sapMSltPressed {
|
|
342
|
+
.sapMSltArrow {
|
|
343
|
+
color: @sapUiFieldInvalidColor;
|
|
344
|
+
box-shadow: @sapUiContentNegativeShadow;
|
|
345
|
+
}
|
|
346
|
+
> .sapMSltArrow::before {
|
|
347
|
+
color: inherit;
|
|
348
|
+
}
|
|
277
349
|
}
|
|
@@ -8,15 +8,28 @@
|
|
|
8
8
|
@_sap_m_SelectListItemBelizeFocus_Height: 0.25rem; // 2 borders * 0.0625rem + 2 offsets (top and bottom) * 0.0625rem
|
|
9
9
|
|
|
10
10
|
/* selected */
|
|
11
|
-
.sapMSelectListItemBaseSelected {
|
|
11
|
+
.sapMSelectListItemBase.sapMSelectListItemBaseSelected {
|
|
12
12
|
background: @sapUiListSelectionBackgroundColor;
|
|
13
|
+
color: @sapUiListTextColor;
|
|
14
|
+
border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
15
|
+
|
|
16
|
+
&:hover {
|
|
17
|
+
background: @sapUiListHoverSelectionBackground;
|
|
18
|
+
}
|
|
13
19
|
}
|
|
14
20
|
|
|
21
|
+
|
|
15
22
|
/* pressed */
|
|
16
23
|
html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
17
24
|
outline: 0.0625rem dotted @sapUiContentContrastFocusColor;
|
|
18
25
|
}
|
|
19
26
|
|
|
27
|
+
.sapMSelectListItemBase.sapMSelectListItemBasePressed,
|
|
28
|
+
.sapMSelectListItemBase.sapMSelectListItemBaseSelected.sapMSelectListItemBasePressed {
|
|
29
|
+
background-color: @sapUiListActiveBackground;
|
|
30
|
+
color: @sapUiListActiveTextColor;
|
|
31
|
+
}
|
|
32
|
+
|
|
20
33
|
.sapMSelectListItemBase.sapMSelectListItemBasePressed .sapMSelectListItemIcon {
|
|
21
34
|
color: @sapUiContentContrastIconColor;
|
|
22
35
|
}
|
|
@@ -33,7 +46,8 @@ html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
|
33
46
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected::after {
|
|
34
47
|
pointer-events: none;
|
|
35
48
|
content: "";
|
|
36
|
-
|
|
49
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
50
|
+
outline-offset: -0.1875rem;
|
|
37
51
|
position: absolute;
|
|
38
52
|
top: 0;
|
|
39
53
|
right: 0;
|
|
@@ -48,17 +62,9 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
48
62
|
}
|
|
49
63
|
|
|
50
64
|
.sapMSelectListItemBase {
|
|
65
|
+
background-color: @sapUiListBackground;
|
|
66
|
+
border-color: @sapUiListBorderColor;
|
|
51
67
|
position: relative;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
border-bottom-left-radius: 0.75rem;
|
|
55
|
-
border-bottom-right-radius: 0.75rem;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.sapMSltPicker-CTX:not(.sapMSltPickerWithSubHeader) .sapMSelectListItemBase {
|
|
60
|
-
&:first-child::after {
|
|
61
|
-
border-top-left-radius: 0.75rem;
|
|
62
|
-
border-top-right-radius: 0.75rem;
|
|
63
|
-
}
|
|
68
|
+
font-size: @sapFontSize;
|
|
69
|
+
color: @sapUiListTextColor;
|
|
64
70
|
}
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapMSinglePCColumnHeader .sapUiCalItem.sapUiCalItemNow {
|
|
33
|
-
border
|
|
34
|
-
border-radius: 0.25rem;
|
|
33
|
+
border: none;
|
|
35
34
|
}
|
|
36
35
|
|
|
37
36
|
.sapMSinglePCNowMarker {
|
|
@@ -55,10 +54,6 @@
|
|
|
55
54
|
|
|
56
55
|
.sapMSinglePCColumnHeader {
|
|
57
56
|
.sapUiCalItem.sapUiCalItemNow {
|
|
58
|
-
.sapUiCalItemText {
|
|
59
|
-
border: 0.0625rem solid @sapUiListBackground;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
57
|
.sapUiCalSpecialDate {
|
|
63
58
|
position: absolute;
|
|
64
59
|
left: 0;
|
|
@@ -70,9 +65,12 @@
|
|
|
70
65
|
.sapUiCalItem .sapUiCalSpecialDate {
|
|
71
66
|
height: 0.25rem;
|
|
72
67
|
}
|
|
68
|
+
}
|
|
73
69
|
|
|
74
|
-
|
|
75
|
-
|
|
70
|
+
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps {
|
|
71
|
+
.sapUiCalendarApp {
|
|
72
|
+
border-top-left-radius: 0;
|
|
73
|
+
border-bottom-left-radius: 0;
|
|
76
74
|
}
|
|
77
75
|
}
|
|
78
76
|
}
|
|
@@ -87,9 +85,6 @@
|
|
|
87
85
|
.sapUiSizeCompact .sapMSinglePC {
|
|
88
86
|
.sapMSinglePCColumnHeader {
|
|
89
87
|
.sapUiCalItem.sapUiCalItemNow {
|
|
90
|
-
&.sapUiCalItemSel {
|
|
91
|
-
background-color: @sapUiActive;
|
|
92
|
-
}
|
|
93
88
|
.sapUiCalItemText,
|
|
94
89
|
.sapUiCalItemSel.sapUiItemText {
|
|
95
90
|
box-shadow: none;
|
|
@@ -110,10 +105,6 @@
|
|
|
110
105
|
.sapUiCalItem.sapUiCalItemNow {
|
|
111
106
|
outline: 0.0625rem solid white;
|
|
112
107
|
box-shadow: inset white;
|
|
113
|
-
&.sapUiCalItemSel {
|
|
114
|
-
background-color: @sapUiActive;
|
|
115
|
-
border: 0.125rem solid @sapUiLegendCurrentDateTime;
|
|
116
|
-
}
|
|
117
108
|
&.sapUiCalItemSel:hover {
|
|
118
109
|
background-color: @sapUiContentSelectedHoverBackground;
|
|
119
110
|
}
|
|
@@ -162,7 +153,7 @@
|
|
|
162
153
|
&:focus {
|
|
163
154
|
.sapUiCalendarAppCont:after {
|
|
164
155
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
165
|
-
border-radius: 0.
|
|
156
|
+
border-radius: 0.125rem;
|
|
166
157
|
}
|
|
167
158
|
}
|
|
168
159
|
}
|
|
@@ -222,4 +213,11 @@ html.sap-desktop {
|
|
|
222
213
|
border-radius: 0.5rem;
|
|
223
214
|
}
|
|
224
215
|
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.sapMSinglePCAppointmentWrap.sapUiCalendarRowApps:focus .sapUiCalendarAppSel:hover .sapUiCalendarAppCont:after {
|
|
219
|
+
top: 0.125rem;
|
|
220
|
+
left: 0.125rem;
|
|
221
|
+
right: 0.125rem;
|
|
222
|
+
bottom: 0.125rem;
|
|
225
223
|
}
|