@openui5/themelib_sap_horizon 1.101.0 → 1.103.0
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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/Card.less +41 -10
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- 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_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- 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_hcb/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +27 -15
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
- 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/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/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- 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 +4 -7
- package/src/sap/m/themes/sap_horizon/SelectList.less +3 -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 +92 -51
- package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
- 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 +5 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
- package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
- 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 +29 -17
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +36 -3
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
- package/src/sap/m/themes/sap_horizon_dark/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
- 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/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/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- 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 +4 -7
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +86 -51
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
- 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 +5 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
- 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/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- 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 -54
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- 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/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- 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 +0 -5
- 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/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- 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/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +151 -25
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- 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 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- 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 -52
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- 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/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- 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/ObjectNumber.less +0 -6
- 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/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- 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/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +155 -25
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- 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 -3
- 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 +16 -184
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -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 +16 -184
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -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 +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -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 +6 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -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 +3 -3
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
- 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 +4 -4
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
- 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 +2 -2
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
- 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 +2 -2
- 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-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.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/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
- 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/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -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/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -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/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- 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 +15 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -11
- 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/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -11
- 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/Menu.less +20 -23
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -11
- 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/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -11
- 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/Menu.less +11 -22
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
- 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 +10 -11
- 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_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- 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
|
@@ -2,74 +2,107 @@
|
|
|
2
2
|
/* CSS for control sap.m/RangeSlider */
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
|
-
.sapMRangeSlider.sapMSliderInner .sapMSliderHandle {
|
|
6
|
-
top: -0.75rem;
|
|
7
|
-
}
|
|
8
5
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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;
|
|
10
|
+
|
|
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
|
+
}
|
|
23
|
+
|
|
24
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
25
|
+
&:not(:focus) {
|
|
26
|
+
background: transparent;
|
|
27
|
+
border: 0.125rem solid #0070F2;
|
|
28
|
+
outline: none;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
top: -0.625rem;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
14
33
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
background: transparent;
|
|
19
|
-
border: none;
|
|
34
|
+
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
35
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
36
|
+
border: 0.125rem solid #0070F2;
|
|
20
37
|
outline: none;
|
|
21
|
-
box-shadow:
|
|
22
|
-
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;
|
|
23
50
|
}
|
|
24
51
|
}
|
|
25
52
|
|
|
53
|
+
.sapMRangeSlider .sapMSliderInner::before {
|
|
54
|
+
border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
|
|
55
|
+
background-color: @sapUiContentMeasureIndicatorColor;
|
|
56
|
+
}
|
|
57
|
+
|
|
26
58
|
.sapUiSizeCompact {
|
|
27
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover .sapMSliderProgress:focus ~ .sapMSliderHandle,
|
|
28
59
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
29
60
|
&:not(:focus) {
|
|
30
61
|
background: transparent;
|
|
31
|
-
border:
|
|
62
|
+
border: 0.125rem solid #0070F2;
|
|
32
63
|
outline: none;
|
|
33
|
-
box-shadow:
|
|
34
|
-
top: -0.
|
|
64
|
+
box-shadow: none;
|
|
65
|
+
top: -0.5rem;
|
|
35
66
|
}
|
|
36
67
|
}
|
|
37
68
|
|
|
38
69
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
39
|
-
background:
|
|
70
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
71
|
+
border: 0.125rem solid #0070F2;
|
|
40
72
|
outline: none;
|
|
41
|
-
box-shadow:
|
|
42
|
-
top: -0.
|
|
73
|
+
box-shadow: none;
|
|
74
|
+
top: -0.5rem;
|
|
43
75
|
}
|
|
44
|
-
}
|
|
45
76
|
|
|
46
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
outline: none;
|
|
50
|
-
box-shadow: 0px 0px 0px 2px @sapContent_FocusColor;
|
|
51
|
-
top: -0.75rem;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.sapMRangeSlider .sapMSliderInner::before {
|
|
55
|
-
background-color: @sapField_BorderColor;
|
|
56
|
-
}
|
|
77
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle {
|
|
78
|
+
top: -0.5rem;
|
|
79
|
+
}
|
|
57
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
|
+
}
|
|
58
85
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
padding-bottom: 0.25rem;
|
|
63
|
-
padding-right: 0.25rem;
|
|
64
|
-
top: 1px;
|
|
86
|
+
.sapMSliderLabels {
|
|
87
|
+
margin: 0.625rem -0.875rem 0 -0.875rem;
|
|
88
|
+
}
|
|
65
89
|
}
|
|
66
90
|
|
|
67
91
|
html.sap-desktop .sapMSliderProgress:focus:before {
|
|
68
|
-
border:
|
|
92
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
69
93
|
border-radius: 0.5rem;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
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))";
|
|
75
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
|
}
|
|
@@ -41,6 +45,9 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
41
45
|
.sapMRIIconSel, .sapMRIIconUnsel, .sapMRIIconHov, .sapMRIIconReadOnly {
|
|
42
46
|
font-size: 1.5rem;
|
|
43
47
|
}
|
|
48
|
+
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
49
|
+
text-shadow: @sapContent_TextShadow;
|
|
50
|
+
}
|
|
44
51
|
|
|
45
52
|
/* temporary workaround of an issue in the icon font */
|
|
46
53
|
.sapMRI .sapUiIcon,
|
|
@@ -76,7 +76,8 @@ 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
|
+
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
80
|
+
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
80
81
|
top: 0.325rem;
|
|
81
82
|
bottom: 0.325rem;
|
|
82
83
|
}
|
|
@@ -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
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.sapMSelectListItemBase.sapMSelectListItemBaseSelected {
|
|
12
12
|
background: @sapUiListSelectionBackgroundColor;
|
|
13
13
|
color: @sapUiListTextColor;
|
|
14
|
-
border-
|
|
14
|
+
border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
|
|
15
15
|
|
|
16
16
|
&:hover {
|
|
17
17
|
background: @sapUiListHoverSelectionBackground;
|
|
@@ -46,7 +46,8 @@ html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
|
46
46
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected::after {
|
|
47
47
|
pointer-events: none;
|
|
48
48
|
content: "";
|
|
49
|
-
|
|
49
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
50
|
+
outline-offset: -0.1875rem;
|
|
50
51
|
position: absolute;
|
|
51
52
|
top: 0;
|
|
52
53
|
right: 0;
|
|
@@ -66,16 +67,4 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
66
67
|
position: relative;
|
|
67
68
|
font-size: @sapFontSize;
|
|
68
69
|
color: @sapUiListTextColor;
|
|
69
|
-
|
|
70
|
-
&:last-child:not(:only-child)::after {
|
|
71
|
-
border-bottom-left-radius: 0.75rem;
|
|
72
|
-
border-bottom-right-radius: 0.75rem;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.sapMSltPicker-CTX:not(.sapMSltPickerWithSubHeader) .sapMSelectListItemBase {
|
|
77
|
-
&:first-child::after {
|
|
78
|
-
border-top-left-radius: 0.75rem;
|
|
79
|
-
border-top-right-radius: 0.75rem;
|
|
80
|
-
}
|
|
81
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
|
}
|
|
@@ -9,7 +9,9 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.sapMST.sapMSTScopeActions.sapMSTDarkBackground .sapMSTMoreIcon {
|
|
12
|
-
|
|
12
|
+
.sapMBtnIcon{
|
|
13
|
+
color: @sapUiContentContrastTextColor;
|
|
14
|
+
}
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
/* This part is used to achieve dotted white black interlace border*/
|
|
@@ -5,55 +5,73 @@
|
|
|
5
5
|
|
|
6
6
|
/*new*/
|
|
7
7
|
.sapMSliderInner .sapMSliderHandle {
|
|
8
|
-
border: 1px solid @
|
|
9
|
-
background: @
|
|
10
|
-
border-radius: @
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
border: 1px solid @sapUiSliderHandleBorderColor;
|
|
9
|
+
background: @sapUiSliderHandleBackground;
|
|
10
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
11
|
+
width: 2rem;
|
|
12
|
+
height: 1.5rem;
|
|
13
|
+
margin-left: -1rem;
|
|
14
|
+
top: -0.625rem;
|
|
15
|
+
|
|
16
|
+
&:not(:focus) {
|
|
17
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
18
|
+
}
|
|
16
19
|
}
|
|
17
20
|
|
|
18
|
-
.
|
|
21
|
+
.sapMSlider {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
19
27
|
font-family: SAP-icons;
|
|
20
28
|
content: "\e244";
|
|
21
29
|
position: absolute;
|
|
22
|
-
top:
|
|
23
|
-
right:
|
|
30
|
+
top: 4px;
|
|
31
|
+
right: 0.5rem;
|
|
24
32
|
overflow: hidden;
|
|
25
33
|
vertical-align: middle;
|
|
26
34
|
font-size:14px;
|
|
27
|
-
color
|
|
28
|
-
|
|
29
|
-
|
|
35
|
+
color: @sapContent_Selected_ForegroundColor;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus {
|
|
39
|
+
&:after {
|
|
40
|
+
top: 3px;
|
|
41
|
+
right: 0.4375rem;
|
|
42
|
+
}
|
|
30
43
|
}
|
|
31
44
|
|
|
32
45
|
.sapMSliderInner:not(.sapMSliderInnerDisabled):not(.sapMSliderPressed):hover>.sapMSliderHandle {
|
|
33
46
|
&:not(:focus) {
|
|
34
|
-
border-color: @
|
|
35
|
-
|
|
47
|
+
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
48
|
+
background: @sapUiSliderHoverHandleBackground;
|
|
49
|
+
box-shadow: @sapUiContentSelectedShadow;
|
|
36
50
|
}
|
|
37
51
|
}
|
|
38
52
|
|
|
39
53
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
40
|
-
|
|
54
|
+
background: @sapUiSliderActiveHandleBackground;
|
|
55
|
+
border: 0.125rem solid #0070F2;
|
|
41
56
|
outline: none;
|
|
42
|
-
box-shadow:
|
|
43
|
-
top: -0.
|
|
57
|
+
box-shadow: none;
|
|
58
|
+
top: -0.625rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.sapMSliderHandle:focus:before {
|
|
62
|
+
content: none;
|
|
44
63
|
}
|
|
45
64
|
|
|
46
65
|
.sapMSliderInner {
|
|
47
|
-
background: @
|
|
48
|
-
height: 0.25rem;
|
|
49
|
-
min-width: 4rem;
|
|
50
|
-
border-radius: 0.25rem;
|
|
66
|
+
background: @sapUiSliderBackground;
|
|
51
67
|
}
|
|
52
68
|
|
|
53
69
|
.sapMSliderProgress {
|
|
54
|
-
background: @
|
|
55
|
-
|
|
56
|
-
|
|
70
|
+
background: @sapUiSliderSelectedBackground;
|
|
71
|
+
&:before {
|
|
72
|
+
content: none;
|
|
73
|
+
transform: none;
|
|
74
|
+
}
|
|
57
75
|
}
|
|
58
76
|
|
|
59
77
|
/* disabled */
|
|
@@ -64,23 +82,27 @@
|
|
|
64
82
|
.sapMSliderInner::before {
|
|
65
83
|
content: "";
|
|
66
84
|
position: absolute;
|
|
67
|
-
|
|
85
|
+
box-sizing: border-box;
|
|
86
|
+
border: 0.0625rem solid @sapUiContentSelectedMeasureIndicatorColor;
|
|
87
|
+
background-color: @sapUiSliderSelectedBackground;
|
|
68
88
|
border-radius: 50%;
|
|
69
|
-
width:
|
|
70
|
-
height:
|
|
89
|
+
width: 0.5rem;
|
|
90
|
+
height: 0.5rem;
|
|
71
91
|
left: -14px;
|
|
72
|
-
top: -
|
|
92
|
+
top: -2px;
|
|
73
93
|
}
|
|
74
94
|
|
|
75
95
|
.sapMSlider::after {
|
|
76
96
|
content: "";
|
|
77
97
|
position: absolute;
|
|
78
|
-
|
|
98
|
+
box-sizing: border-box;
|
|
99
|
+
border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
|
|
100
|
+
background-color: @sapUiContentMeasureIndicatorColor;
|
|
79
101
|
border-radius: 50%;
|
|
80
|
-
width:
|
|
81
|
-
height:
|
|
102
|
+
width: 0.5rem;
|
|
103
|
+
height: 0.5rem;
|
|
82
104
|
right: 2px;
|
|
83
|
-
top:
|
|
105
|
+
top: 20px;
|
|
84
106
|
}
|
|
85
107
|
|
|
86
108
|
.sapMSliderTooltip {
|
|
@@ -97,11 +119,15 @@
|
|
|
97
119
|
}
|
|
98
120
|
|
|
99
121
|
.sapMSliderTickmarks {
|
|
100
|
-
|
|
122
|
+
display: flex;
|
|
123
|
+
top: initial;
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
align-items: center;
|
|
101
126
|
}
|
|
102
127
|
|
|
103
128
|
.sapMSliderTick {
|
|
104
|
-
margin: 0
|
|
129
|
+
margin: 0;
|
|
130
|
+
height: .5rem;
|
|
105
131
|
}
|
|
106
132
|
|
|
107
133
|
.sapMSliderLabels {
|
|
@@ -115,34 +141,49 @@
|
|
|
115
141
|
}
|
|
116
142
|
|
|
117
143
|
.sapUiSizeCompact {
|
|
144
|
+
|
|
145
|
+
.sapMSliderTick {
|
|
146
|
+
height: 0.5rem;
|
|
147
|
+
margin: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
118
150
|
.sapMSlider::after {
|
|
119
|
-
top:
|
|
151
|
+
top: 14px;
|
|
152
|
+
right: 6px;
|
|
120
153
|
}
|
|
121
154
|
|
|
122
|
-
.sapMSliderInner
|
|
123
|
-
|
|
124
|
-
content: "\e244";
|
|
125
|
-
position: absolute;
|
|
126
|
-
top: 3px;
|
|
127
|
-
right: 0px;
|
|
128
|
-
overflow: hidden;
|
|
129
|
-
vertical-align: middle;
|
|
130
|
-
font-size:14px;
|
|
131
|
-
color:@sapContent_Selected_ForegroundColor;
|
|
132
|
-
padding-left: 0px;
|
|
155
|
+
.sapMSliderInner::before {
|
|
156
|
+
left: -12px;
|
|
133
157
|
}
|
|
134
158
|
|
|
135
159
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
136
|
-
top: -0.
|
|
160
|
+
top: -0.5rem;
|
|
137
161
|
}
|
|
138
162
|
|
|
139
163
|
.sapMSliderHandle {
|
|
140
|
-
width: 1.
|
|
164
|
+
width: 1.5rem;
|
|
141
165
|
height: 1.25rem;
|
|
142
|
-
|
|
166
|
+
margin-left: -0.75rem;
|
|
167
|
+
top: -0.5rem;
|
|
143
168
|
}
|
|
144
169
|
|
|
145
170
|
.sapMSliderTickLabel .sapMSliderLabel {
|
|
146
171
|
padding-top: 0.375rem;
|
|
147
172
|
}
|
|
173
|
+
|
|
174
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
175
|
+
top: 2px;
|
|
176
|
+
right: 0.25rem;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus {
|
|
180
|
+
&:after {
|
|
181
|
+
top: 1px;
|
|
182
|
+
right: 0.1875rem;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
188
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
148
189
|
}
|
|
@@ -26,14 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMSB .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
30
|
-
border-left-color: @sapUiButtonBackground;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized {
|
|
34
|
-
border-left-color: @sapUiButtonBackground;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
29
|
//ie
|
|
38
30
|
.sapMSBTextIE.sapMSBText {
|
|
39
31
|
padding-right: 2.25rem;
|
|
@@ -214,4 +206,26 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
|
|
|
214
206
|
width: auto;
|
|
215
207
|
height: auto;
|
|
216
208
|
background-color: transparent;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
212
|
+
border: 0.0625rem solid @sapUiButtonActiveBorderColor;
|
|
213
|
+
.sapUiIcon {
|
|
214
|
+
line-height: 2.125rem;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.sapUiSizeCompact .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
219
|
+
.sapUiIcon {
|
|
220
|
+
line-height: 1.5rem;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnTransparent.sapMBtnIconFirst::before,
|
|
225
|
+
.sapMIBar .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnDefault::before {
|
|
226
|
+
background-color: @sapUiButtonActiveTextColor;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.sapMIBar .sapMSB .sapMBtn {
|
|
230
|
+
background-color: transparent;
|
|
217
231
|
}
|
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
height: 2.75rem;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.sapMSLI.sapMSLIWrapping {
|
|
18
|
-
min-height: 2.75rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
17
|
.sapMSLIImgIcon {
|
|
22
18
|
height: 2.75rem;
|
|
23
19
|
width: 2.75rem;
|
|
@@ -29,6 +25,10 @@
|
|
|
29
25
|
border-radius: 0.25rem;
|
|
30
26
|
}
|
|
31
27
|
|
|
28
|
+
.sapMSLIWithDescription .sapMSLIDescription {
|
|
29
|
+
padding-top: 0.75rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
32
|
/* Compact Size */
|
|
33
33
|
.sapUiSizeCompact .sapMSLIImgIcon {
|
|
34
34
|
height: 2rem;
|
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
.sapMSuggestionsPopover .sapMList .sapMLIB.sapMLIBFocusable.sapMLIBFocused,
|
|
2
2
|
.sapMSuggestionsPopover .sapMValueStateHeaderRoot.sapMPseudoFocus {
|
|
3
3
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
.sapMSuggestionsPopoverNoneState .sapMList:not(.sapMListTblCnt) .sapMLIBFocused[data-sap-ui-first-suggestion-item] {
|
|
7
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
8
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.sapMSuggestionsPopover .sapMValueStateHeaderRoot.sapMPseudoFocus {
|
|
12
|
-
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
13
|
-
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.sapMSuggestionsPopover .sapMLIBFocused[data-sap-ui-last-suggestion-item] {
|
|
17
|
-
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
18
|
-
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
4
|
+
outline-offset: -0.25rem;
|
|
19
5
|
}
|
|
@@ -29,16 +29,19 @@
|
|
|
29
29
|
padding: 0 0 0 0.5rem;
|
|
30
30
|
border-bottom: 0;
|
|
31
31
|
margin-right: 0.5rem;
|
|
32
|
+
.sapMTabStripItemLabel {
|
|
33
|
+
font-family: @sapFontBoldFamily;
|
|
34
|
+
}
|
|
32
35
|
&:last-child {
|
|
33
36
|
margin-right: 0;
|
|
34
37
|
}
|
|
35
38
|
&:hover {
|
|
36
|
-
color: @
|
|
37
|
-
background-color: @
|
|
39
|
+
color: @sapTextColor;
|
|
40
|
+
background-color: @sapList_Hover_Background;
|
|
38
41
|
}
|
|
39
42
|
&.sapMTabStripItemSelected {
|
|
40
|
-
color: @
|
|
41
|
-
background: @
|
|
43
|
+
color: @sapContent_Selected_ForegroundColor;
|
|
44
|
+
background: @sapList_Background;
|
|
42
45
|
}
|
|
43
46
|
.sapMTSItemCloseBtnCnt {
|
|
44
47
|
width: 2rem;
|
|
@@ -77,6 +80,9 @@
|
|
|
77
80
|
|
|
78
81
|
.sapMTabStrip .sapMTSTabsContainer .sapMTSTabs .sapMTabStripItem:focus::before {
|
|
79
82
|
top: 0.25rem;
|
|
83
|
+
left: 0;
|
|
84
|
+
right: 0;
|
|
85
|
+
bottom: 0;
|
|
80
86
|
border-radius: 0.25rem;
|
|
81
87
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
82
88
|
}
|
|
@@ -96,8 +102,8 @@
|
|
|
96
102
|
padding: 0 2rem 0 0.5rem;
|
|
97
103
|
}
|
|
98
104
|
&.sapMTabStripItemSelected {
|
|
99
|
-
color: @
|
|
100
|
-
background: @
|
|
105
|
+
color: @sapContent_Selected_ForegroundColor;
|
|
106
|
+
background: @sapList_Background;
|
|
101
107
|
padding: 0 2rem 0 0.5rem;
|
|
102
108
|
}
|
|
103
109
|
.sapMTSItemCloseBtnCnt {
|