@openui5/themelib_sap_horizon 1.115.1 → 1.117.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/.reuse/dep5 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +219 -58
- package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon/ListBase.less +12 -0
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +11 -3
- package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
- package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
- package/src/sap/m/themes/sap_horizon/Select.less +8 -14
- package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon/TileContainer.less +20 -1
- package/src/sap/m/themes/sap_horizon/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +200 -36
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -2
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +7 -14
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +20 -0
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +21 -0
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +3 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +74 -26
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +74 -26
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +74 -33
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +5 -5
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +71 -30
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -94
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +5 -5
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -95
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -94
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +9 -9
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -94
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +434 -60
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +432 -51
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +0 -4
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +0 -4
- package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +0 -6
- package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +0 -6
- package/ui5.yaml +1 -1
|
@@ -383,6 +383,10 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
|
|
|
383
383
|
color: @_sap_ui_unified_Calendar_ItemOtherMonthColor;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
+
.sapUiCalItemOtherMonth.sapUiCalItemDsbl {
|
|
387
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
388
|
+
}
|
|
389
|
+
|
|
386
390
|
.sapUiCalItemSel {
|
|
387
391
|
color: @sapUiContentContrastTextColor;
|
|
388
392
|
&:focus > .sapUiCalItemText {
|
|
@@ -417,6 +421,9 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
417
421
|
.sapUiCalItem.sapUiCalItemSel {
|
|
418
422
|
font-family: @sapFontBoldFamily;
|
|
419
423
|
}
|
|
424
|
+
.sapUiCalItem.sapUiCalItemDsbl {
|
|
425
|
+
opacity: @sapUiContentDisabledOpacity;
|
|
426
|
+
}
|
|
420
427
|
.sapUiCalItem:focus {
|
|
421
428
|
line-height: 2.75rem;
|
|
422
429
|
}
|
|
@@ -22,10 +22,6 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
|
|
|
22
22
|
|
|
23
23
|
&.sapMSltIconOnly.sapMSlt.sapMSltFocused {
|
|
24
24
|
outline: none;
|
|
25
|
-
> .sapMSltIcon {
|
|
26
|
-
outline: 1px dotted @sapUiContentFocusColor;
|
|
27
|
-
outline-offset: -1px;
|
|
28
|
-
}
|
|
29
25
|
}
|
|
30
26
|
|
|
31
27
|
&.sapMSltIconOnly.sapMSltPressed.sapMSlt.sapMSltFocused > .sapMSltIcon {
|
|
@@ -22,10 +22,6 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
|
|
|
22
22
|
|
|
23
23
|
&.sapMSltIconOnly.sapMSlt.sapMSltFocused {
|
|
24
24
|
outline: none;
|
|
25
|
-
> .sapMSltIcon {
|
|
26
|
-
outline: 1px dotted @sapUiContentFocusColor;
|
|
27
|
-
outline-offset: -1px;
|
|
28
|
-
}
|
|
29
25
|
}
|
|
30
26
|
|
|
31
27
|
&.sapMSltIconOnly.sapMSltPressed.sapMSlt.sapMSltFocused > .sapMSltIcon {
|
package/ui5.yaml
CHANGED