@openui5/themelib_sap_horizon 1.141.2 → 1.143.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/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -5
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -5
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* =============================================== */
|
|
2
|
-
/* CSS for control sap.ui.core/LocalBusyIndicator */
|
|
3
|
-
/* Horizon High Contrast White theme */
|
|
4
|
-
/* =============================================== */
|
|
5
|
-
|
|
6
|
-
@_sap_ui_core_LocalBusyIndicator_Background: fade(@sapUiHcStandardBackground, 30%);
|
|
7
|
-
@_sap_ui_core_LocalBusyIndicator_Color: @sapContent_BusyColor;
|
|
8
|
-
|
|
9
|
-
.sapUiLocalBusyIndicatorSizeSection,
|
|
10
|
-
.sapUiLocalBusyIndicatorSizeBig {
|
|
11
|
-
font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.sapUiLocalBusyIndicatorShowContainer>div.sapUiLocalBusyIndicatorAnimation {
|
|
15
|
-
background-color: @sapList_Background;
|
|
16
|
-
box-shadow: @sapContent_Shadow2;
|
|
17
|
-
border-radius: @sapElement_BorderCornerRadius;
|
|
18
|
-
padding: 1rem 2rem;
|
|
19
|
-
max-width: 15rem;
|
|
20
|
-
/* Centers the busy indicator markers considering the size of the white container */
|
|
21
|
-
left: 50%;
|
|
22
|
-
top: 50%;
|
|
23
|
-
transform: translate(-50%, -50%);
|
|
24
|
-
}
|