@openui5/themelib_sap_horizon 1.124.2 → 1.126.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 +9 -4
- package/THIRDPARTY.txt +13 -6
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/GroupHeaderListItem.less +1 -5
- package/src/sap/m/themes/sap_horizon/ListBase.less +7 -1
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +34 -8
- package/src/sap/m/themes/sap_horizon/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +1 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +11 -23
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +34 -8
- package/src/sap/m/themes/sap_horizon_dark/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +1 -5
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +44 -18
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +1 -5
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +44 -18
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +1 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +11 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +11 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +7 -7
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +7 -7
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +22 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +22 -4
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +2 -1
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +0 -6
- package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +0 -6
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* ========================================================= */
|
|
2
|
-
/* CSS for control sap.ui.integration/AnalyticsCloudContent */
|
|
3
|
-
/* Horizon High Contrast Black theme */
|
|
4
|
-
/* ========================================================= */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/* ========================================================= */
|
|
2
|
-
/* CSS for control sap.ui.integration/AnalyticsCloudContent */
|
|
3
|
-
/* Horizon High Contrast White theme */
|
|
4
|
-
/* ========================================================= */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
|