@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
|
@@ -11,43 +11,39 @@
|
|
|
11
11
|
@_sap_m_InputBase_InnerPadding: 0 0.625rem;
|
|
12
12
|
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
13
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
|
-
@_sap_m_InputBase_IconLineHeight:
|
|
15
|
-
@_sap_m_InputBase_IconWidth: 2.
|
|
16
|
-
@_sap_m_InputBase_Compact_IconWidth:
|
|
14
|
+
@_sap_m_InputBase_IconLineHeight: 2.25rem;
|
|
15
|
+
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
|
+
@_sap_m_InputBase_Compact_IconWidth: 2rem;
|
|
17
17
|
@_sap_m_InputBase_IconMinWidth: 2rem;
|
|
18
18
|
@_sap_m_InputBaseWrapper_Sum_Border: 0;
|
|
19
|
+
@_sap_m_InputBase_FocusOffset: 0px;
|
|
20
|
+
@_sap_m_InputBase_FocusBorderRadius: 0.25rem;
|
|
19
21
|
|
|
20
|
-
.
|
|
21
|
-
color: @sapUiFieldTextColor;
|
|
22
|
-
}
|
|
23
|
-
|
|
22
|
+
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
24
23
|
.sapMInputBaseContentWrapper {
|
|
25
24
|
border: none;
|
|
26
|
-
border-radius: @sapUiFieldBorderCornerRadius;
|
|
27
|
-
background: @sapUiFieldBackground;
|
|
28
|
-
background-image: linear-gradient(0deg, @sapField_BorderColor 0, @sapField_BorderColor 100%);
|
|
29
|
-
background-size: 100% @sapField_BorderWidth;
|
|
30
|
-
background-repeat: repeat-x;
|
|
31
|
-
background-position: bottom;
|
|
32
|
-
|
|
33
|
-
&.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMTokenizer .sapMToken {
|
|
34
|
-
margin-top: 0.1875rem;
|
|
35
|
-
}
|
|
36
25
|
}
|
|
26
|
+
|
|
37
27
|
.sapMInputBase:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
38
|
-
width:
|
|
39
|
-
height: 2
|
|
40
|
-
|
|
41
|
-
margin-top: 0.125 * @sapContent_GridSize;
|
|
42
|
-
margin-bottom: 0.125 * @sapContent_GridSize;
|
|
43
|
-
border-radius: 0.125rem;
|
|
28
|
+
width: @_sap_m_InputBase_IconWidth;
|
|
29
|
+
height: 2.1875rem;
|
|
30
|
+
border-radius: @sapUiFieldBorderCornerRadius;
|
|
44
31
|
}
|
|
45
32
|
|
|
46
|
-
.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
33
|
+
.sapMInputBase .sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
34
|
+
height: 2.125rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.sapUiSizeCompact .sapMInputBase {
|
|
38
|
+
&:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
39
|
+
width: @_sap_m_InputBase_Compact_IconWidth;
|
|
40
|
+
height: 1.5625rem;
|
|
41
|
+
line-height: 1.625rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
45
|
+
height: 1.5rem;
|
|
46
|
+
}
|
|
51
47
|
}
|
|
52
48
|
|
|
53
49
|
.sapMInputBase:not(.sapMInputBaseDisabled).sapMInputBaseIconPressed .sapMInputBaseIconContainer .sapMInputBaseIcon,
|
|
@@ -58,143 +54,60 @@
|
|
|
58
54
|
|
|
59
55
|
.sapMInputBaseIconPressed .sapMInputBaseIcon::before,
|
|
60
56
|
.sapMInputBaseIcon:active {
|
|
61
|
-
color: @
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.sapMInputBaseHasEndIcons.sapMInputBaseHasBeginIcons .sapMInputBaseContentWrapper {
|
|
65
|
-
padding-left: 0.125 * @sapContent_GridSize;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.sapMInputBaseContentWrapperWarning {
|
|
69
|
-
background: @sapUiFieldWarningBackground;
|
|
70
|
-
background-image: linear-gradient(0deg, @sapField_WarningColor 0, @sapField_WarningColor 100%);
|
|
71
|
-
background-size: 100% @sapField_WarningBorderWidth;
|
|
72
|
-
background-repeat: repeat-x;
|
|
73
|
-
background-position: bottom;
|
|
57
|
+
color: @sapUiButtonSelectedTextColor;
|
|
74
58
|
}
|
|
75
59
|
|
|
76
|
-
.sapMInputBaseContentWrapperSuccess
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
background-size: 100% @sapField_SuccessBorderWidth;
|
|
80
|
-
background-repeat: repeat-x;
|
|
81
|
-
background-position: bottom;
|
|
82
|
-
|
|
60
|
+
.sapMInputBaseIconPressed .sapMInputBaseContentWrapperSuccess .sapMInputBaseIconContainer .sapMInputBaseIcon::before,
|
|
61
|
+
.sapMInputBaseContentWrapperSuccess .sapMInputBaseIconContainer .sapMInputBaseIcon:active {
|
|
62
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
83
63
|
}
|
|
84
64
|
|
|
85
|
-
.sapMInputBaseContentWrapperError
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
background-size: 100% @sapField_InvalidBorderWidth;
|
|
89
|
-
background-repeat: repeat-x;
|
|
90
|
-
background-position: bottom;
|
|
65
|
+
.sapMInputBaseIconPressed .sapMInputBaseContentWrapperError .sapMInputBaseIconContainer .sapMInputBaseIcon::before,
|
|
66
|
+
.sapMInputBaseContentWrapperError .sapMInputBaseIconContainer .sapMInputBaseIcon:active {
|
|
67
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
91
68
|
}
|
|
92
69
|
|
|
93
|
-
.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
background-size: 100% @sapField_InformationBorderWidth;
|
|
97
|
-
background-repeat: repeat-x;
|
|
98
|
-
background-position: bottom;
|
|
70
|
+
.sapMInputBaseIconPressed .sapMInputBaseContentWrapperWarning .sapMInputBaseIconContainer .sapMInputBaseIcon::before,
|
|
71
|
+
.sapMInputBaseContentWrapperWarning .sapMInputBaseIconContainer .sapMInputBaseIcon:active {
|
|
72
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
99
73
|
}
|
|
100
74
|
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
background-color: @sapField_ReadOnly_Background;
|
|
75
|
+
.sapMInputBaseHasEndIcons.sapMInputBaseHasBeginIcons .sapMInputBaseContentWrapper {
|
|
76
|
+
padding-left: 0.125 * @sapContent_GridSize;
|
|
104
77
|
}
|
|
105
78
|
|
|
106
79
|
.sapMInputBaseDisabled {
|
|
107
|
-
opacity: @
|
|
80
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
108
81
|
}
|
|
109
82
|
|
|
110
|
-
.sapMFocus .sapMInputBaseContentWrapper {
|
|
83
|
+
.sapMFocus.sapMInputBase .sapMInputBaseContentWrapper {
|
|
111
84
|
background-color: @sapField_Focus_Background;
|
|
112
85
|
outline: none;
|
|
113
86
|
|
|
114
|
-
&:not(.sapMInputBaseContentWrapperState) {
|
|
115
|
-
box-shadow: inset 0px 0px 0px 2px @sapField_Focus_BorderColor;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
87
|
&.sapMInputBaseReadonlyWrapper {
|
|
119
88
|
background: @sapField_ReadOnly_Background;
|
|
120
89
|
}
|
|
121
90
|
|
|
122
|
-
&.sapMInputBaseContentWrapperSuccess {
|
|
123
|
-
|
|
91
|
+
&.sapMInputBaseContentWrapperSuccess:before {
|
|
92
|
+
border-color: @sapUiFieldSuccessColor;
|
|
124
93
|
}
|
|
125
94
|
|
|
126
|
-
&.sapMInputBaseContentWrapperWarning {
|
|
127
|
-
|
|
95
|
+
&.sapMInputBaseContentWrapperWarning:before {
|
|
96
|
+
border-color: @sapUiFieldWarningColor;
|
|
128
97
|
}
|
|
129
98
|
|
|
130
|
-
&.sapMInputBaseContentWrapperError {
|
|
131
|
-
|
|
99
|
+
&.sapMInputBaseContentWrapperError:before {
|
|
100
|
+
border-color: @sapUiFieldInvalidColor;
|
|
132
101
|
}
|
|
133
102
|
|
|
134
|
-
&.sapMInputBaseContentWrapperInformation {
|
|
135
|
-
|
|
103
|
+
&.sapMInputBaseContentWrapperInformation:before {
|
|
104
|
+
border-color: @sapUiFieldInformationColor;
|
|
136
105
|
}
|
|
137
106
|
}
|
|
138
107
|
|
|
139
|
-
.sapMInputBase:not(.sapMFocus) .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper):not(.sapMInputBaseContentWrapperState):hover {
|
|
140
|
-
box-shadow: @sapContent_Interaction_Shadow;
|
|
141
|
-
background: @sapField_Hover_Background;
|
|
142
|
-
background-image: linear-gradient(0deg, @sapField_BorderColor 0, @sapField_BorderColor 100%);
|
|
143
|
-
background-size: 100% @sapField_BorderWidth;
|
|
144
|
-
background-repeat: repeat-x;
|
|
145
|
-
background-position: bottom;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
108
|
.sapMInputBase:not(.sapMFocus) .sapMInputBaseContentWrapperState:hover,
|
|
149
|
-
.sapMInputBase:not(.sapMFocus).sapMInputBaseIconPressed .sapMInputBaseContentWrapperState{
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
&.sapMInputBaseContentWrapperWarning:hover,
|
|
153
|
-
&.sapMInputBaseContentWrapperWarning {
|
|
154
|
-
box-shadow: @sapContent_Critical_Shadow;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
&.sapMInputBaseContentWrapperSuccess:hover,
|
|
158
|
-
&.sapMInputBaseContentWrapperSuccess {
|
|
159
|
-
box-shadow: @sapContent_Positive_Shadow;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
&.sapMInputBaseContentWrapperError:hover,
|
|
163
|
-
&.sapMInputBaseContentWrapperError {
|
|
164
|
-
box-shadow: @sapContent_Negative_Shadow;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
&.sapMInputBaseContentWrapperInformation:hover,
|
|
168
|
-
&.sapMInputBaseContentWrapperInformation {
|
|
169
|
-
box-shadow: @sapContent_Informative_Shadow;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.sapMInputBaseInner::-webkit-input-placeholder {
|
|
174
|
-
font-style: normal;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.sapMInputBaseInner::-moz-placeholder {
|
|
178
|
-
font-style: normal;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.sapMInputBaseReadonly:after {
|
|
182
|
-
line-height: 1.5rem;
|
|
183
|
-
font-family: SAP-icons;
|
|
184
|
-
content: "\e292";
|
|
185
|
-
position: absolute;
|
|
186
|
-
top: 0.375rem;
|
|
187
|
-
right: 0rem;
|
|
188
|
-
overflow: hidden;
|
|
189
|
-
vertical-align: middle;
|
|
190
|
-
font-size: 0.75rem;
|
|
191
|
-
color: @sapField_PlaceholderTextColor;
|
|
192
|
-
padding-left: 0.125rem;
|
|
193
|
-
padding-right: 0.75rem;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.sapUiSizeCompact .sapMInputBaseReadonly:after {
|
|
197
|
-
line-height: 0.875rem;
|
|
109
|
+
.sapMInputBase:not(.sapMFocus).sapMInputBaseIconPressed .sapMInputBaseContentWrapperState {
|
|
110
|
+
background-color: @sapField_Hover_Background;
|
|
198
111
|
}
|
|
199
112
|
|
|
200
113
|
.sapMInputBaseReadonly:not(.sapMTextArea) .sapMInputBaseInner,
|
|
@@ -203,12 +116,14 @@
|
|
|
203
116
|
width: ~"calc(100% - 1.625rem)";
|
|
204
117
|
}
|
|
205
118
|
|
|
206
|
-
.sapUiSizeCondensed
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
119
|
+
.sapUiSizeCondensed {
|
|
120
|
+
.sapUiTableDataCell .sapMInputBase .sapMInputBaseIcon {
|
|
121
|
+
min-width: 1.375rem;
|
|
122
|
+
height: 1.3125rem;
|
|
123
|
+
width: 1.375rem;
|
|
124
|
+
line-height: 1.375rem;
|
|
125
|
+
}
|
|
126
|
+
.sapMInputBase .sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
|
|
127
|
+
height: 1.25rem;
|
|
128
|
+
}
|
|
214
129
|
}
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
/* Variables overriding */
|
|
8
8
|
/* ------------------------------- */
|
|
9
9
|
|
|
10
|
-
@_sap_m_LightBox_OverlayBackground: fade(@sapUiBlockLayerBackground, 60);
|
|
11
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
12
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
13
12
|
@_sap_m_LightBox_ErrorIconColor: fade(@sapUiContentNonInteractiveIconColor, 50);
|
|
13
|
+
@_sap_m_LightBox_OverlayOpacity: 0.2;
|
|
14
|
+
@_sap_m_LightBox_FontFamily: @sapFontHeaderFamily;
|
|
14
15
|
|
|
15
16
|
/* ------------------------------- */
|
|
16
17
|
/* Footer */
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =========================== */
|
|
5
5
|
|
|
6
|
-
@sapUiLinkSubtleColor: darken(@sapUiLink, 15);
|
|
7
|
-
|
|
8
6
|
.sapMLnkDsbl {
|
|
9
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
10
8
|
outline: none;
|
|
@@ -12,6 +10,10 @@
|
|
|
12
10
|
text-decoration: none;
|
|
13
11
|
}
|
|
14
12
|
|
|
13
|
+
.sapMLnkEmphasized {
|
|
14
|
+
font-family: @sapUiFontBoldFamily;
|
|
15
|
+
}
|
|
16
|
+
|
|
15
17
|
.sapMLIBActive .sapMLnk {
|
|
16
18
|
color: @sapUiListActiveTextColor;
|
|
17
19
|
text-decoration: underline;
|
|
@@ -19,7 +21,7 @@
|
|
|
19
21
|
|
|
20
22
|
.sapMLnk.sapMLnkSubtle {
|
|
21
23
|
color: @sapUiLinkSubtleColor;
|
|
22
|
-
text-decoration:
|
|
24
|
+
text-decoration: underline;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.sapMLnkSubtle:focus {
|
|
@@ -27,16 +29,11 @@
|
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
30
|
-
text-shadow: @
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
34
|
-
color: @sapUiLinkHoverColor;
|
|
32
|
+
text-shadow: @sapUiContentTextShadow;
|
|
35
33
|
}
|
|
36
34
|
|
|
37
|
-
.sapMLnk:
|
|
38
|
-
|
|
39
|
-
color: @sapUiLinkActiveColor;
|
|
35
|
+
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
36
|
+
text-decoration: none;
|
|
40
37
|
}
|
|
41
38
|
|
|
42
39
|
/* align Link in Form with Label */
|
|
@@ -50,6 +47,13 @@
|
|
|
50
47
|
}
|
|
51
48
|
|
|
52
49
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
53
|
-
border-radius: 0.
|
|
54
|
-
|
|
50
|
+
border-radius: 0.125rem;
|
|
51
|
+
background-color: @sapUiContentFocusColor;
|
|
52
|
+
color: @sapUiContentContrastTextColor;
|
|
53
|
+
text-shadow: none;
|
|
54
|
+
outline: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
html.sap-desktop .sapMLnk:focus:hover:not(.sapMLnkDsbl) {
|
|
58
|
+
text-decoration: none;
|
|
55
59
|
}
|
|
@@ -17,10 +17,6 @@
|
|
|
17
17
|
border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMLIBActive.sapMLIBFocusable:focus {
|
|
21
|
-
outline-color: @sapUiContentContrastFocusColor;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
20
|
/* Fix for IE/Edge visual appearance of buttons */
|
|
25
21
|
.sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
|
|
26
22
|
background-clip: border-box;
|
|
@@ -43,4 +43,18 @@
|
|
|
43
43
|
|
|
44
44
|
.sapMMenuBtnRegular.sapMMenuBtn .sapMBtnDisabled {
|
|
45
45
|
opacity: @sapUiContentDisabledOpacity;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst .sapMBtnIcon,
|
|
49
|
+
.sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst .sapMBtnContent {
|
|
50
|
+
position: relative;
|
|
51
|
+
top: 0.0625rem;
|
|
52
|
+
left: 0.0625rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
|
|
56
|
+
.sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnDefault::after,
|
|
57
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
|
|
58
|
+
.sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
|
|
59
|
+
color: @sapUiButtonActiveTextColor;
|
|
46
60
|
}
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
6
|
// header shadow - different states
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
7
|
+
@_sap_m_MessageBox_HeaderShadow: inset 0 -0.0625rem;
|
|
8
|
+
@_sap_m_MessageBox_Shadow: @sapUiContentHeaderShadow;
|
|
9
|
+
@_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiInformationBorder, @_sap_m_MessageBox_Shadow;
|
|
10
|
+
@_sap_m_MessageBox_WarningShadow: @_sap_m_MessageBox_HeaderShadow @sapUiWarningBorder, @_sap_m_MessageBox_Shadow;
|
|
11
|
+
@_sap_m_MessageBox_ErrorShadow: @_sap_m_MessageBox_HeaderShadow @sapUiErrorBorder, @_sap_m_MessageBox_Shadow;
|
|
12
|
+
@_sap_m_MessageBox_SuccessShadow: @_sap_m_MessageBox_HeaderShadow @sapUiSuccessBorder, @_sap_m_MessageBox_Shadow;
|
|
13
|
+
@_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
|
|
12
14
|
|
|
13
15
|
.sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
|
|
14
16
|
color: @sapUiInformativeElement;
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
|
|
8
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
7
|
+
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
9
8
|
}
|
|
10
9
|
|
|
11
10
|
.sapMMsgStripInformation {
|
|
12
11
|
background-color: @sapInformationBackground;
|
|
13
|
-
border-color:
|
|
14
|
-
color: @sapUiBaseText;
|
|
12
|
+
border-color: @sapUiMessageInformationBorderColor;
|
|
15
13
|
|
|
16
14
|
.sapMBtnTransparent,
|
|
17
15
|
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
@@ -26,7 +24,7 @@
|
|
|
26
24
|
}
|
|
27
25
|
|
|
28
26
|
.sapMMsgStripError {
|
|
29
|
-
border-color:
|
|
27
|
+
border-color: @sapUiMessageErrorBorderColor;
|
|
30
28
|
|
|
31
29
|
.sapMBtnTransparent,
|
|
32
30
|
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
@@ -35,9 +33,9 @@
|
|
|
35
33
|
border-color: @sapErrorBackground;
|
|
36
34
|
}
|
|
37
35
|
}
|
|
38
|
-
|
|
36
|
+
|
|
39
37
|
.sapMMsgStripSuccess {
|
|
40
|
-
border-color:
|
|
38
|
+
border-color: @sapUiMessageSuccessBorderColor;
|
|
41
39
|
|
|
42
40
|
.sapMBtnTransparent,
|
|
43
41
|
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
@@ -48,7 +46,7 @@
|
|
|
48
46
|
}
|
|
49
47
|
|
|
50
48
|
.sapMMsgStripWarning {
|
|
51
|
-
border-color:
|
|
49
|
+
border-color: @sapUiMessageWarningBorderColor;
|
|
52
50
|
|
|
53
51
|
.sapMBtnTransparent,
|
|
54
52
|
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
border-color: @sapWarningBackground;
|
|
58
56
|
}
|
|
59
57
|
}
|
|
60
|
-
|
|
58
|
+
|
|
61
59
|
.sapMMsgStripMessage>.sapMLnk {
|
|
62
60
|
padding-right: 0.25rem;
|
|
63
61
|
padding-left: 0.25rem;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.sapMSLITitle {
|
|
29
|
-
|
|
29
|
+
font-size: @sapMFontHeader6Size;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapMSLIDescription {
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
|
|
44
44
|
.sapMMsgViewTitleText {
|
|
45
45
|
margin: 0 0 1rem 2.5rem;
|
|
46
|
+
font-family: @sapUiFontHeaderFamily;
|
|
47
|
+
font-size: @sapUiFontHeader5Size;
|
|
48
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
49
|
+
color: @sapUiGroupTitleTextColor;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
.sapMMsgViewDescriptionLink {
|
|
@@ -14,35 +14,26 @@
|
|
|
14
14
|
.sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
|
|
15
15
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
|
|
16
16
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
17
|
+
outline-offset: -0.25rem;
|
|
17
18
|
}
|
|
18
19
|
|
|
19
|
-
.sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList {
|
|
20
|
-
&:not(.sapMSticky) li[data-sap-ui-first-suggestion-item]:focus,
|
|
21
|
-
&.sapMSticky .sapMMultiComboBoxSelectAllFocused {
|
|
22
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
23
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot:focus {
|
|
28
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
29
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.sapMMultiComboBoxPicker li[data-sap-ui-last-suggestion-item]:focus {
|
|
33
|
-
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
34
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.sapMMultiComboBoxSelectAll.sapMTB.sapMIBar {
|
|
38
|
-
& .sapMBarChild.sapMCb.sapMCbHasLabel:focus:after {
|
|
39
|
-
border: none;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
20
|
.sapMMultiComboBox .sapMTokenizer {
|
|
43
21
|
padding-top: 1px;
|
|
44
22
|
}
|
|
45
23
|
|
|
46
24
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
|
|
47
25
|
padding-top: 0px;
|
|
26
|
+
.sapMToken {
|
|
27
|
+
margin-top: 0.0625rem;
|
|
28
|
+
margin-bottom: 0.0625rem;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUiSizeCompact {
|
|
33
|
+
.sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
34
|
+
.sapMToken {
|
|
35
|
+
margin-top: 0.125rem;
|
|
36
|
+
margin-bottom: 0.125rem;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
48
39
|
}
|
|
@@ -13,4 +13,17 @@
|
|
|
13
13
|
|
|
14
14
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiInput .sapMTokenizer {
|
|
15
15
|
padding-top: 0px;
|
|
16
|
+
.sapMToken {
|
|
17
|
+
margin-top: 0.0625rem;
|
|
18
|
+
margin-bottom: 0.0625rem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiSizeCompact {
|
|
23
|
+
.sapMMultiInput.sapMMultiInputHasTokens .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
24
|
+
.sapMToken {
|
|
25
|
+
margin-top: 0.125rem;
|
|
26
|
+
margin-bottom: 0.125rem;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
16
29
|
}
|
|
@@ -9,27 +9,17 @@
|
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.sapMObjectAttributeActive .sapMObjectAttributeText:
|
|
13
|
-
|
|
14
|
-
display: block;
|
|
15
|
-
content: "";
|
|
16
|
-
position: absolute;
|
|
17
|
-
top: 0;
|
|
18
|
-
left: -0.0625rem;
|
|
19
|
-
bottom: 0;
|
|
20
|
-
right: -0.0625rem;
|
|
21
|
-
border: 0.125rem solid @sapUiContentFocusColor;
|
|
22
|
-
border-radius: 0.25rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
12
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
13
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:hover {
|
|
26
14
|
text-decoration: none;
|
|
15
|
+
color: @sapUiLinkHoverColor;
|
|
27
16
|
}
|
|
28
17
|
|
|
29
|
-
.sapMObjectAttributeActive .sapMObjectAttributeText:
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
color: @
|
|
18
|
+
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
19
|
+
border-radius: 0.125rem;
|
|
20
|
+
background-color: @sapUiContentFocusColor;
|
|
21
|
+
color: @sapUiContentContrastTextColor;
|
|
22
|
+
text-shadow: none;
|
|
33
23
|
}
|
|
34
24
|
|
|
35
25
|
/*=========================================== */
|
|
@@ -40,7 +30,6 @@
|
|
|
40
30
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
|
|
41
31
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
42
32
|
text-decoration: underline;
|
|
43
|
-
color: @sapUiLinkHover;
|
|
44
33
|
}
|
|
45
34
|
|
|
46
35
|
/*=========================================== */
|
|
@@ -48,9 +37,13 @@
|
|
|
48
37
|
/*=========================================== */
|
|
49
38
|
|
|
50
39
|
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:active,
|
|
51
|
-
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:hover
|
|
40
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:hover,
|
|
41
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
52
42
|
text-decoration: underline;
|
|
53
|
-
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText:focus:hover {
|
|
46
|
+
text-decoration: none;
|
|
54
47
|
}
|
|
55
48
|
|
|
56
49
|
.sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText,
|
|
@@ -12,12 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
.sapMOHC.sapMOHBgTranslucent,
|
|
14
14
|
.sapMOHC.sapMOHBgSolid {
|
|
15
|
-
border:
|
|
15
|
+
border-bottom: 0.0625rem solid @sapUiObjectHeaderBorderColor;
|
|
16
16
|
box-shadow: none;
|
|
17
17
|
}
|
|
18
18
|
.sapMOH.sapMOHBgTransparent,
|
|
19
19
|
.sapMOHC.sapMOHBgTransparent {
|
|
20
20
|
background: transparent;
|
|
21
|
+
border-bottom: 0.0625rem solid transparent;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
@@ -76,4 +77,30 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
|
|
|
76
77
|
.sapMOHRTitleActive .sapMOHRTitleText:focus {
|
|
77
78
|
outline: 1px dotted @sapUiContentFocusColor;
|
|
78
79
|
outline-offset: -1px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMOHTitle h6 .sapMText,
|
|
83
|
+
.sapMOHTitle h5 .sapMText,
|
|
84
|
+
.sapMOHTitle h4 .sapMText,
|
|
85
|
+
.sapMOHTitle h3 .sapMText,
|
|
86
|
+
.sapMOHTitle h2 .sapMText,
|
|
87
|
+
.sapMOHTitle h1 .sapMText {
|
|
88
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
89
|
+
font-size: @sapUiObjectHeaderTitleFontSize;
|
|
90
|
+
color: @sapUiObjectHeaderTitleTextColor;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
html.sap-phone {
|
|
94
|
+
.sapMOHTitle h6 .sapMText,
|
|
95
|
+
.sapMOHTitle h5 .sapMText,
|
|
96
|
+
.sapMOHTitle h4 .sapMText,
|
|
97
|
+
.sapMOHTitle h3 .sapMText,
|
|
98
|
+
.sapMOHTitle h2 .sapMText,
|
|
99
|
+
.sapMOHTitle h1 .sapMText {
|
|
100
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapMOHIntro .sapMText {
|
|
105
|
+
color: @sapUiObjectHeaderSubtitleTextColor;
|
|
79
106
|
}
|