@openui5/themelib_sap_horizon 1.100.0 → 1.102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +43 -8
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
- package/src/sap/m/themes/sap_horizon/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
- package/src/sap/m/themes/sap_horizon/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
- package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
- package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
- package/src/sap/m/themes/sap_horizon/Table.less +14 -5
- package/src/sap/m/themes/sap_horizon/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Token.less +43 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
- package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
- package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
- package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -6
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -14
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -19
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
- package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Token.less +41 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -55
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -4
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -53
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +185 -118
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +16 -38
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -4
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon/base.less +428 -42
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +17 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +419 -33
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +18 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +15 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +15 -5
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
- package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
- package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +184 -68
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
- package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
|
@@ -3,20 +3,14 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
5
|
|
|
6
|
-
@_sap_m_Switch_OffBackground: lighten(@sapUiButtonBackground, 3);
|
|
7
|
-
@_sap_m_Switch_OffBorderColor: @sapUiButtonBorderColor;
|
|
8
|
-
|
|
9
6
|
/* ------------------------------ */
|
|
10
7
|
/* Switch container */
|
|
11
8
|
/* ------------------------------ */
|
|
12
9
|
|
|
13
10
|
.sapMSwtCont {
|
|
14
11
|
overflow: hidden;
|
|
15
|
-
//in order to have a touchable area of 2.75rem
|
|
16
|
-
padding
|
|
17
|
-
padding-bottom: 0.6875rem;
|
|
18
|
-
padding-left: 0.125rem;
|
|
19
|
-
width: 4.125rem;
|
|
12
|
+
//in order to have a touchable area of 2.75rem height and 3.5rem width
|
|
13
|
+
padding: 0.625rem 0.5rem;
|
|
20
14
|
}
|
|
21
15
|
|
|
22
16
|
/* focus */
|
|
@@ -26,21 +20,16 @@ html.sap-desktop {
|
|
|
26
20
|
content: " ";
|
|
27
21
|
position: absolute;
|
|
28
22
|
display: block;
|
|
29
|
-
top: -0.
|
|
30
|
-
left: -0.
|
|
31
|
-
bottom: -0.
|
|
32
|
-
right: -0.
|
|
33
|
-
|
|
34
|
-
border-radius:
|
|
23
|
+
top: -0.3125rem;
|
|
24
|
+
left: -0.3125rem;
|
|
25
|
+
bottom: -0.3125rem;
|
|
26
|
+
right: -0.3125rem;
|
|
27
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
28
|
+
border-radius: 1rem;
|
|
35
29
|
}
|
|
36
30
|
.sapUiSizeCompact {
|
|
37
31
|
.sapMSwtCont:focus > .sapMSwt:before {
|
|
38
|
-
|
|
39
|
-
bottom: -0.15rem;
|
|
40
|
-
border-radius: 0.25rem;
|
|
41
|
-
}
|
|
42
|
-
.sapMSwtCont:focus > .sapMSwt.sapMSwtAcceptReject:before {
|
|
43
|
-
bottom: -0.2rem;
|
|
32
|
+
border-radius: 0.875rem;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
}
|
|
@@ -50,27 +39,30 @@ html.sap-desktop {
|
|
|
50
39
|
/* ------------------------------ */
|
|
51
40
|
|
|
52
41
|
.sapMSwt {
|
|
53
|
-
width:
|
|
54
|
-
height: 1.
|
|
42
|
+
width: 2.875rem;
|
|
43
|
+
height: 1.5rem;
|
|
55
44
|
overflow: visible;
|
|
56
45
|
border: none;
|
|
57
|
-
|
|
58
|
-
border-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
46
|
+
margin: 0;
|
|
47
|
+
border-radius: 0.75rem;
|
|
48
|
+
&.sapMSwtNoLabel,
|
|
49
|
+
&.sapMSwtAcceptReject {
|
|
50
|
+
width: 2.5rem;
|
|
51
|
+
height: 1.5rem;
|
|
52
|
+
.sapMSwtText {
|
|
53
|
+
&.sapMSwtTextOn {
|
|
54
|
+
left: 1.8rem;
|
|
55
|
+
}
|
|
56
|
+
&.sapMSwtTextOff {
|
|
57
|
+
left: 2rem;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
64
60
|
&.sapMSwtOn .sapMSwtHandle {
|
|
65
61
|
left: 1.5rem;
|
|
66
62
|
}
|
|
67
63
|
}
|
|
68
64
|
}
|
|
69
65
|
|
|
70
|
-
.sapMSwtOff:not(.sapMSwtAcceptReject) {
|
|
71
|
-
background: @_sap_m_Switch_OffBackground;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
66
|
/* disabled */
|
|
75
67
|
|
|
76
68
|
.sapMSwtDisabled {
|
|
@@ -81,20 +73,23 @@ html.sap-desktop {
|
|
|
81
73
|
/* Text */
|
|
82
74
|
/* ------------------------------ */
|
|
83
75
|
.sapMSwtText {
|
|
84
|
-
line-height: 1.
|
|
76
|
+
line-height: 1.5rem;
|
|
85
77
|
width: 1.75rem;
|
|
86
78
|
&.sapMSwtTextOn {
|
|
87
|
-
|
|
88
|
-
|
|
79
|
+
color: @sapUiButtonHandleSelectedTextColor;
|
|
80
|
+
left: 2.125rem;
|
|
81
|
+
z-index: 1;
|
|
89
82
|
}
|
|
90
83
|
&.sapMSwtTextOff {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
84
|
+
color: @sapUiButtonHandleTextColor;
|
|
85
|
+
left: 2.125rem;
|
|
86
|
+
z-index: 1;
|
|
94
87
|
}
|
|
95
88
|
.sapMSwtLabel {
|
|
96
|
-
height: 1.
|
|
89
|
+
height: 1.5rem;
|
|
90
|
+
line-height: 1.375rem;
|
|
97
91
|
padding: 0;
|
|
92
|
+
font-family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;
|
|
98
93
|
}
|
|
99
94
|
}
|
|
100
95
|
|
|
@@ -102,30 +97,44 @@ html.sap-desktop {
|
|
|
102
97
|
/* Switch handler */
|
|
103
98
|
/* ------------------------------ */
|
|
104
99
|
|
|
105
|
-
.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
border-top-left-radius: 1rem;
|
|
110
|
-
border-top-right-radius: 1rem;
|
|
111
|
-
border-bottom-right-radius: 1rem;
|
|
112
|
-
border-bottom-left-radius: 1rem;
|
|
100
|
+
.sapMSwt .sapMSwtHandle {
|
|
101
|
+
height: 1.25rem;
|
|
102
|
+
width: 1.75rem;
|
|
103
|
+
border-radius: 1rem;
|
|
113
104
|
border: @sapUiButtonBorderWidth solid;
|
|
114
|
-
left:
|
|
105
|
+
left: 2.0625rem;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.sapMSwt.sapMSwtOn .sapMSwtHandle {
|
|
109
|
+
left: 2.1875rem;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sapUiSizeCompact .sapMSwt .sapMSwtHandle,
|
|
113
|
+
.sapMSwtCont .sapMSwt.sapMSwtNoLabel.sapMSwtOn .sapMSwtHandle,
|
|
114
|
+
.sapMSwtCont .sapMSwt.sapMSwtAcceptReject.sapMSwtOn .sapMSwtHandle {
|
|
115
|
+
left: 2.0625rem;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.sapMSwt.sapMSwtNoLabel .sapMSwtHandle,
|
|
119
|
+
.sapMSwt.sapMSwtAcceptReject .sapMSwtHandle {
|
|
120
|
+
width: 1.5rem;
|
|
115
121
|
}
|
|
116
122
|
|
|
117
123
|
//on
|
|
118
124
|
.sapMSwt.sapMSwtOn:not(.sapMSwtAcceptReject) {
|
|
119
125
|
background: @sapUiButtonTrackSelectedBackground;
|
|
126
|
+
border: 0.0625rem solid @sapUiButtonTrackSelectedBorderColor;
|
|
127
|
+
box-sizing: border-box;
|
|
120
128
|
.sapMSwtHandle {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
border-color: @sapUiButtonSelectedBorderColor;
|
|
129
|
+
background: @sapUiButtonHandleSelectedBackground;
|
|
130
|
+
border: 0.125rem solid @sapUiButtonHandleSelectedBorderColor;
|
|
124
131
|
}
|
|
125
132
|
&.sapMSwtHoverable:not(.sapMSwtAcceptReject):hover {
|
|
126
|
-
background: @
|
|
133
|
+
background: @sapUiButtonTrackSelectedHoverBackground;
|
|
134
|
+
border: 0.0625rem solid @sapUiButtonTrackSelectedHoverBorderColor;
|
|
127
135
|
.sapMSwtHandle {
|
|
128
|
-
|
|
136
|
+
background: @sapUiButtonHandleSelectedHoverBackground;
|
|
137
|
+
box-shadow: 0 0 0 0.125rem @sapUiButtonHandleSelectedHoverBorderColor;
|
|
129
138
|
}
|
|
130
139
|
}
|
|
131
140
|
}
|
|
@@ -133,13 +142,18 @@ html.sap-desktop {
|
|
|
133
142
|
//off
|
|
134
143
|
.sapMSwt.sapMSwtOff:not(.sapMSwtAcceptReject) {
|
|
135
144
|
background: @sapUiButtonTrackBackground;
|
|
145
|
+
border: 0.0625rem solid @sapUiButtonTrackBorderColor;
|
|
146
|
+
box-sizing: border-box;
|
|
136
147
|
.sapMSwtHandle {
|
|
137
|
-
background: @
|
|
138
|
-
border
|
|
148
|
+
background: @sapUiButtonHandleBackground;
|
|
149
|
+
border: 0.125rem solid @sapUiButtonHandleBorderColor;
|
|
139
150
|
}
|
|
140
151
|
&.sapMSwtHoverable:not(.sapMSwtAcceptReject):hover {
|
|
152
|
+
background: @sapUiButtonTrackHoverBackground;
|
|
153
|
+
border: 0.0625rem solid @sapUiButtonTrackHoverBorderColor;
|
|
141
154
|
.sapMSwtHandle {
|
|
142
|
-
|
|
155
|
+
background: @sapUiButtonHandleHoverBackground;
|
|
156
|
+
box-shadow: 0 0 0 0.125rem @sapUiButtonHandleHoverBorderColor;
|
|
143
157
|
}
|
|
144
158
|
}
|
|
145
159
|
}
|
|
@@ -153,30 +167,39 @@ html.sap-desktop {
|
|
|
153
167
|
/* ------------------------------ */
|
|
154
168
|
|
|
155
169
|
.sapMSwtAcceptReject.sapMSwt {
|
|
156
|
-
background: @_sap_m_Switch_OffBackground;
|
|
157
170
|
//on
|
|
158
171
|
&.sapMSwtOn {
|
|
159
|
-
background:
|
|
172
|
+
background: @sapUiButtonTrackPositiveBackground;
|
|
173
|
+
border: 0.0625rem solid @sapUiButtonTrackPositiveBorderColor;
|
|
174
|
+
box-sizing: border-box;
|
|
160
175
|
.sapMSwtHandle {
|
|
161
|
-
background: @
|
|
162
|
-
border
|
|
176
|
+
background: @sapUiButtonHandlePositiveBackground;
|
|
177
|
+
border: 2px solid @sapUiButtonHandlePositiveBorderColor;
|
|
163
178
|
}
|
|
164
179
|
&.sapMSwtHoverable:hover {
|
|
180
|
+
background: @sapUiButtonTrackPositiveHoverBackground;
|
|
181
|
+
border: 0.0625rem solid @sapUiButtonTrackPositiveHoverBorderColor;
|
|
165
182
|
.sapMSwtHandle {
|
|
166
|
-
|
|
183
|
+
background: @sapUiButtonHandlePositiveHoverBackground;
|
|
184
|
+
box-shadow: 0 0 0 0.125rem @sapUiButtonHandlePositiveHoverBorderColor;
|
|
167
185
|
}
|
|
168
186
|
}
|
|
169
187
|
}
|
|
170
188
|
//off
|
|
171
189
|
&.sapMSwtOff {
|
|
172
|
-
background:
|
|
190
|
+
background: @sapUiButtonTrackNegativeBackground;
|
|
191
|
+
border: 0.0625rem solid @sapUiButtonTrackNegativeBorderColor;
|
|
192
|
+
box-sizing: border-box;
|
|
173
193
|
.sapMSwtHandle {
|
|
174
|
-
background: @
|
|
175
|
-
border
|
|
194
|
+
background: @sapUiButtonHandleNegativeBackground;
|
|
195
|
+
border: 2px solid @sapUiButtonHandleNegativeBorderColor;
|
|
176
196
|
}
|
|
177
197
|
&.sapMSwtHoverable:hover {
|
|
198
|
+
background: @sapUiButtonTrackNegativeHoverBackground;
|
|
199
|
+
border: 0.0625rem solid @sapUiButtonTrackNegativeHoverBorderColor;
|
|
178
200
|
.sapMSwtHandle {
|
|
179
|
-
|
|
201
|
+
background: @sapUiButtonHandleNegativeHoverBackground;
|
|
202
|
+
box-shadow: 0 0 0 0.125rem @sapUiButtonHandleNegativeHoverBorderColor;
|
|
180
203
|
}
|
|
181
204
|
}
|
|
182
205
|
}
|
|
@@ -186,31 +209,61 @@ html.sap-desktop {
|
|
|
186
209
|
/* Switch handler */
|
|
187
210
|
/* ------------------------------ */
|
|
188
211
|
|
|
189
|
-
/* Workaround for a WebKit bug that causes a rendering issue. @link https://bugs.webkit.org/show_bug.cgi?id=21819
|
|
190
|
-
|
|
191
|
-
Affected platforms:
|
|
192
|
-
BlackBerry 10 Z30 device. */
|
|
193
|
-
|
|
194
212
|
.sapMSwtAcceptReject .sapMSwtWebKit537-35.sapMSwtHandle {
|
|
195
213
|
border: none;
|
|
196
214
|
}
|
|
197
215
|
|
|
198
|
-
.sapMSwtAcceptReject.sapMSwtOn .sapMSwtWebKit537-35.sapMSwtHandle {
|
|
199
|
-
box-shadow: @sapContent_Positive_Shadow;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.sapMSwtAcceptReject.sapMSwtOff .sapMSwtWebKit537-35.sapMSwtHandle {
|
|
203
|
-
box-shadow: @sapContent_Negative_Shadow;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
216
|
.sapMSwt.sapMSwtAcceptReject.sapMSwtOn .sapMSwtLabel {
|
|
207
217
|
color: @sapPositiveTextColor;
|
|
208
|
-
font-size: @sapFontSmallSize;
|
|
209
218
|
}
|
|
210
219
|
|
|
211
220
|
.sapMSwt.sapMSwtAcceptReject.sapMSwtOff .sapMSwtLabel {
|
|
212
221
|
color: @sapNegativeTextColor;
|
|
213
|
-
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
|
|
225
|
+
font-family: @sapUiContentIconFontFamily;
|
|
226
|
+
content: "\e05b";
|
|
227
|
+
position: absolute;
|
|
228
|
+
right: 0.375rem;
|
|
229
|
+
overflow: hidden;
|
|
230
|
+
vertical-align: middle;
|
|
231
|
+
font-size: @sapMFontLargeSize;
|
|
232
|
+
color: @sapUiButtonHandleSelectedTextColor;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.sapMSwtOff.sapMSwtNoLabel .sapMSwtLabelOff::before {
|
|
236
|
+
font-family: @sapUiContentIconFontFamily;
|
|
237
|
+
content: "\e069";
|
|
238
|
+
position: absolute;
|
|
239
|
+
right: 0.5rem;
|
|
240
|
+
overflow: hidden;
|
|
241
|
+
vertical-align: middle;
|
|
242
|
+
font-size: @sapMFontLargeSize;
|
|
243
|
+
color: @sapUiButtonHandleTextColor;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
|
|
247
|
+
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
248
|
+
position: absolute;
|
|
249
|
+
right: 0.375rem;
|
|
250
|
+
font-size: @sapMFontLargeSize;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
254
|
+
right: 0.625rem;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.sapMSwtOn > .sapMSwtInner {
|
|
258
|
+
left: -1.25rem;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.sapMSwtOn .sapMSwtTextOff {
|
|
262
|
+
display: none;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sapMSwtOff .sapMSwtTextOn {
|
|
266
|
+
display: none;
|
|
214
267
|
}
|
|
215
268
|
|
|
216
269
|
/* ------------------------------ */
|
|
@@ -219,74 +272,64 @@ html.sap-desktop {
|
|
|
219
272
|
|
|
220
273
|
.sapUiSizeCompact {
|
|
221
274
|
.sapMSwtCont {
|
|
222
|
-
width
|
|
223
|
-
|
|
224
|
-
padding-
|
|
225
|
-
padding-bottom: 0.3125rem;
|
|
275
|
+
//in order to have a touchable area of 2rem height and 3rem width
|
|
276
|
+
padding-top: 0.375rem;
|
|
277
|
+
padding-bottom: 0.375rem;
|
|
226
278
|
.sapMSwt {
|
|
227
|
-
width:
|
|
279
|
+
width: 2.75rem;
|
|
228
280
|
height: 1.25rem;
|
|
229
|
-
&.sapMSwtNoLabel {
|
|
230
|
-
width: 2.5rem;
|
|
231
|
-
height: 1rem;
|
|
232
|
-
margin-top: 0.0625rem;
|
|
233
|
-
margin-bottom: 0.0625rem;
|
|
234
|
-
&.sapMSwtOn .sapMSwtHandle {
|
|
235
|
-
left: 1rem;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
281
|
.sapMSwtHandle {
|
|
239
|
-
height:
|
|
240
|
-
width: 1.
|
|
241
|
-
left: 1.88rem;
|
|
282
|
+
height: 1rem;
|
|
283
|
+
width: 1.75rem;
|
|
242
284
|
}
|
|
243
285
|
.sapMSwtText {
|
|
244
286
|
line-height: 1.25rem;
|
|
287
|
+
&.sapMSwtTextOn {
|
|
288
|
+
left: 2.0625rem;
|
|
289
|
+
}
|
|
245
290
|
&.sapMSwtTextOff {
|
|
246
|
-
left:
|
|
291
|
+
left: 2.0625rem;
|
|
247
292
|
}
|
|
248
293
|
.sapMSwtLabel {
|
|
249
294
|
width: 1.75rem;
|
|
295
|
+
line-height: 1.125rem;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
.sapMSwtOn .sapMSwtHandle {
|
|
299
|
+
left: 2.125rem;
|
|
300
|
+
}
|
|
301
|
+
&.sapMSwtNoLabel,
|
|
302
|
+
&.sapMSwtAcceptReject {
|
|
303
|
+
width: 2rem;
|
|
304
|
+
height: 1.25rem;
|
|
305
|
+
.sapMSwtHandle {
|
|
306
|
+
width: 1.25rem;
|
|
307
|
+
}
|
|
308
|
+
&.sapMSwtOn .sapMSwtHandle{
|
|
309
|
+
left: 1.88rem;
|
|
310
|
+
}
|
|
311
|
+
.sapMSwtText {
|
|
312
|
+
&.sapMSwtTextOn {
|
|
313
|
+
left: 1.325rem;
|
|
314
|
+
}
|
|
315
|
+
&.sapMSwtTextOff {
|
|
316
|
+
left: 1.625rem;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
&.sapMSwtOn .sapMSwtHandle {
|
|
320
|
+
left: 1.8125rem;
|
|
250
321
|
}
|
|
251
322
|
}
|
|
252
323
|
}
|
|
253
324
|
}
|
|
254
|
-
|
|
255
|
-
.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
left: 1.88rem;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.sapUiSizeCompact .sapMSwtCont .sapMSwt.sapMSwtNoLabel {
|
|
268
|
-
width: 3.375rem;
|
|
269
|
-
height: 1.25rem;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
|
|
273
|
-
font-family: SAP-icons;
|
|
274
|
-
content: "\e05b";
|
|
275
|
-
position: absolute;
|
|
276
|
-
right: 0.375rem;
|
|
277
|
-
overflow: hidden;
|
|
278
|
-
vertical-align: middle;
|
|
279
|
-
font-size: 0.875rem;
|
|
280
|
-
color: @sapButton_Track_Selected_TextColor;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.sapMSwtOff.sapMSwtNoLabel .sapMSwtLabelOff::before {
|
|
284
|
-
font-family: SAP-icons;
|
|
285
|
-
content: "\e069";
|
|
286
|
-
position: absolute;
|
|
287
|
-
right: 0.5rem;
|
|
288
|
-
overflow: hidden;
|
|
289
|
-
vertical-align: middle;
|
|
290
|
-
font-size: 0.875rem;
|
|
291
|
-
color: @sapButton_Track_TextColor;
|
|
325
|
+
.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before,
|
|
326
|
+
.sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
|
|
327
|
+
.sapMSwtOff.sapMSwtNoLabel .sapMSwtLabelOff::before,
|
|
328
|
+
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
329
|
+
font-size: @sapMFontMediumSize;
|
|
330
|
+
right: 0.3125rem;
|
|
331
|
+
}
|
|
332
|
+
.sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
|
|
333
|
+
right: 0.4375rem;
|
|
334
|
+
}
|
|
292
335
|
}
|
|
@@ -29,16 +29,22 @@
|
|
|
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;
|
|
45
|
+
.sapMTabStripItemLabel {
|
|
46
|
+
font-family: @sapFontBoldFamily;
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
.sapMTSItemCloseBtnCnt {
|
|
44
50
|
width: 2rem;
|
|
@@ -77,6 +83,9 @@
|
|
|
77
83
|
|
|
78
84
|
.sapMTabStrip .sapMTSTabsContainer .sapMTSTabs .sapMTabStripItem:focus::before {
|
|
79
85
|
top: 0.25rem;
|
|
86
|
+
left: 0;
|
|
87
|
+
right: 0;
|
|
88
|
+
bottom: 0;
|
|
80
89
|
border-radius: 0.25rem;
|
|
81
90
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
82
91
|
}
|
|
@@ -96,8 +105,8 @@
|
|
|
96
105
|
padding: 0 2rem 0 0.5rem;
|
|
97
106
|
}
|
|
98
107
|
&.sapMTabStripItemSelected {
|
|
99
|
-
color: @
|
|
100
|
-
background: @
|
|
108
|
+
color: @sapContent_Selected_ForegroundColor;
|
|
109
|
+
background: @sapList_Background;
|
|
101
110
|
padding: 0 2rem 0 0.5rem;
|
|
102
111
|
}
|
|
103
112
|
.sapMTSItemCloseBtnCnt {
|
|
@@ -25,10 +25,6 @@
|
|
|
25
25
|
border-top-color: transparent;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.sapMListTblCell {
|
|
29
|
-
padding: 0 0.5rem;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
28
|
.sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
|
|
33
29
|
margin-right: 0; // Avoid gaps in the focus viszualization between the cells
|
|
34
30
|
}
|
|
@@ -38,9 +34,21 @@
|
|
|
38
34
|
.sapMListShowSeparatorsAll .sapMLIBShowSeparator:last-child > td.sapMListTblDummyCell,
|
|
39
35
|
.sapMListShowSeparatorsAll .sapMListTblSubRow:last-child > td.sapMListTblDummyCell,
|
|
40
36
|
:not(.sapMListHasGrowing):not(.sapMListShowSeparatorsInner):not(.sapMListShowSeparatorsNone) > .sapMTableTBody .sapMListTblRow:last-child > .sapMListTblDummyCell:last-child {
|
|
41
|
-
|
|
37
|
+
border-bottom: none;
|
|
42
38
|
}
|
|
43
39
|
|
|
44
40
|
.sapMListTblDummyCell:last-child {
|
|
45
41
|
background-color: @sapUiListBackground;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* overwrite text control styles */
|
|
45
|
+
.sapUiSizeCompact .sapMListTblCell {
|
|
46
|
+
.sapMLnk,
|
|
47
|
+
.sapMText,
|
|
48
|
+
.sapMLabel,
|
|
49
|
+
.sapMObjectNumber,
|
|
50
|
+
.sapMObjectIdentifier,
|
|
51
|
+
.sapMObjStatus {
|
|
52
|
+
line-height: 1.5rem;
|
|
53
|
+
}
|
|
46
54
|
}
|
|
@@ -101,6 +101,6 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
101
101
|
border-radius: 0.5rem;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
105
|
-
border-color: @
|
|
104
|
+
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
105
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
106
106
|
}
|
|
@@ -10,46 +10,32 @@
|
|
|
10
10
|
@_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
|
|
11
11
|
|
|
12
12
|
.sapMToken {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
border-radius: @sapButton_BorderCornerRadius;
|
|
16
|
-
font-size: @sapMFontMediumSize;
|
|
17
|
-
padding-left: 0.3125rem;
|
|
18
|
-
color: @sapUiBaseText;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.sapMTokenText {
|
|
22
|
-
max-width: calc(~"100% - " @_sap_m_Token_TokenSize);
|
|
13
|
+
overflow: visible;
|
|
14
|
+
padding-left: @_sap_m_Token_LeftPadding;
|
|
23
15
|
}
|
|
24
16
|
|
|
25
17
|
.sapMTokenSelected:not(:focus),
|
|
26
18
|
.sapMToken.sapMTokenReadOnly.sapMTokenSelected {
|
|
27
|
-
background: @
|
|
28
|
-
border: @sapUiButtonBorderWidth solid @
|
|
29
|
-
border-radius: @
|
|
30
|
-
box-shadow: @sapContent_Selected_Shadow;
|
|
19
|
+
background: @sapUiButtonSelectedBackground;
|
|
20
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
21
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
31
22
|
}
|
|
32
23
|
|
|
33
|
-
.
|
|
34
|
-
|
|
24
|
+
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
|
|
25
|
+
background: @sapUiButtonTokenBackground;
|
|
26
|
+
border: 1px solid @sapUiButtonTokenBorderColor;
|
|
27
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
28
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
35
29
|
}
|
|
36
30
|
|
|
37
|
-
html.sap-desktop .sapMToken
|
|
38
|
-
background: @
|
|
39
|
-
border:
|
|
40
|
-
border-radius: @
|
|
41
|
-
box-shadow: @sapContent_Interaction_Shadow;
|
|
31
|
+
html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
32
|
+
background: @sapUiButtonSelectedBackground;
|
|
33
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
34
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
42
35
|
}
|
|
43
36
|
|
|
44
|
-
html.sap-desktop .sapMToken.sapMTokenSelected:hover {
|
|
45
|
-
|
|
46
|
-
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedHoverBorderColor;
|
|
47
|
-
border-radius: @sapButton_BorderCornerRadius;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.sapMTokenIcon {
|
|
51
|
-
font-size: @sapMFontSmallSize;
|
|
52
|
-
line-height: 1.5625rem;
|
|
37
|
+
html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):not(:focus):hover {
|
|
38
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
53
39
|
}
|
|
54
40
|
|
|
55
41
|
.sapMToken.sapMTokenReadOnly,
|
|
@@ -59,16 +45,33 @@ html.sap-desktop .sapMToken.sapMTokenSelected:hover {
|
|
|
59
45
|
|
|
60
46
|
html.sap-desktop .sapMToken:focus {
|
|
61
47
|
outline: none;
|
|
62
|
-
border: 1px solid @sapContent_FocusColor;
|
|
63
|
-
box-shadow: 0 0 0 1px @sapContent_FocusColor;
|
|
64
|
-
border-radius: @sapButton_BorderCornerRadius;
|
|
65
48
|
}
|
|
66
49
|
|
|
67
|
-
html.sap-desktop .sapMToken
|
|
68
|
-
|
|
69
|
-
|
|
50
|
+
html.sap-desktop .sapMToken:focus::after {
|
|
51
|
+
content: '';
|
|
52
|
+
position: absolute;
|
|
53
|
+
pointer-events: none;
|
|
54
|
+
z-index: 2;
|
|
55
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
|
|
56
|
+
border-radius: 0.625rem;
|
|
57
|
+
top: -0.25rem;
|
|
58
|
+
bottom: -0.25rem;
|
|
59
|
+
left: -0.25rem;
|
|
60
|
+
right: -0.25rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
|
|
64
|
+
border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
|
|
70
65
|
}
|
|
71
66
|
|
|
72
|
-
.sapUiSizeCompact .
|
|
73
|
-
|
|
67
|
+
html.sap-desktop .sapUiSizeCompact .sapMToken:focus::after,
|
|
68
|
+
html.sap-desktop .sapUiSizeCondensed .sapMToken:focus::after {
|
|
69
|
+
top: -0.125rem;
|
|
70
|
+
bottom: -0.125rem;
|
|
71
|
+
left: -0.125rem;
|
|
72
|
+
right: -0.125rem;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
html.sap-desktop .sapMToken.sapMTokenSelected:focus {
|
|
76
|
+
color: @sapUiButtonSelectedTextColor;
|
|
74
77
|
}
|