@openui5/themelib_sap_horizon 1.122.1 → 1.123.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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/ShellBar.less +13 -4
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +11 -3
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +8 -4
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +6 -3
- package/src/sap/m/themes/sap_horizon/ActionTile.less +10 -0
- package/src/sap/m/themes/sap_horizon/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +10 -0
- package/src/sap/m/themes/sap_horizon/RadioButton.less +7 -4
- package/src/sap/m/themes/sap_horizon/Select.less +2 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -3
- package/src/sap/m/themes/sap_horizon/SplitButton.less +87 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +10 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +10 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +7 -4
- package/src/sap/m/themes/sap_horizon_dark/Select.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +87 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -17
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +8 -19
- package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +21 -23
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +8 -19
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- 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_dark/.theme +1 -1
- 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_hcb/.theme +1 -1
- 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_hcw/.theme +1 -1
- 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/dt/themes/sap_horizon/ContextMenu.less +0 -5
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +0 -5
- package/src/sap/ui/integration/themes/sap_horizon_hcb/ListContentItem.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/ListContentItem.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +7 -3
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +7 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +7 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +7 -3
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +5 -87
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +6 -77
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +0 -7
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +0 -7
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +8 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +0 -13
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +0 -13
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.ui.integration.controls/ListContentItem */
|
|
3
|
+
/* Quartz High Contrast Black */
|
|
4
|
+
/* =========================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_integration_ListContentItem_TextShadow: none;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.ui.integration.controls/ListContentItem */
|
|
3
|
+
/* Quartz High Contrast Black */
|
|
4
|
+
/* =========================================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_ui_integration_ListContentItem_TextShadow: none;
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
|
|
40
|
-
/* Form Titles are rendered using H4 size*/
|
|
40
|
+
/* Form Titles are rendered using H4 level, but H5 size*/
|
|
41
41
|
.sapUiFormTitleH1,
|
|
42
42
|
.sapUiFormTitleH2,
|
|
43
43
|
.sapUiFormTitleH3,
|
|
44
44
|
.sapUiFormTitleH4,
|
|
45
45
|
.sapUiFormTitleH5,
|
|
46
46
|
.sapUiFormTitleH6 {
|
|
47
|
-
font-size: @
|
|
47
|
+
font-size: @sapMFontHeader5Size;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
/* FormContainer Titles are rendered using
|
|
50
|
+
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
51
51
|
.sapUiFormContainerTitle > .sapUiFormTitleH1,
|
|
52
52
|
.sapUiFormContainerTitle > .sapUiFormTitleH2,
|
|
53
53
|
.sapUiFormContainerTitle > .sapUiFormTitleH3,
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
font-weight: bold;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
.sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
67
|
+
font-size: @sapMFontHeader5Size;
|
|
68
|
+
}
|
|
69
|
+
|
|
66
70
|
.sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
67
71
|
font-size: @sapMFontHeader6Size;
|
|
68
72
|
}
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
|
|
40
|
-
/* Form Titles are rendered using H4 size*/
|
|
40
|
+
/* Form Titles are rendered using H4 level, but H5 size*/
|
|
41
41
|
.sapUiFormTitleH1,
|
|
42
42
|
.sapUiFormTitleH2,
|
|
43
43
|
.sapUiFormTitleH3,
|
|
44
44
|
.sapUiFormTitleH4,
|
|
45
45
|
.sapUiFormTitleH5,
|
|
46
46
|
.sapUiFormTitleH6 {
|
|
47
|
-
font-size: @
|
|
47
|
+
font-size: @sapMFontHeader5Size;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
/* FormContainer Titles are rendered using
|
|
50
|
+
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
51
51
|
.sapUiFormContainerTitle > .sapUiFormTitleH1,
|
|
52
52
|
.sapUiFormContainerTitle > .sapUiFormTitleH2,
|
|
53
53
|
.sapUiFormContainerTitle > .sapUiFormTitleH3,
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
font-weight: bold;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
.sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
67
|
+
font-size: @sapMFontHeader5Size;
|
|
68
|
+
}
|
|
69
|
+
|
|
66
70
|
.sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
67
71
|
font-size: @sapMFontHeader6Size;
|
|
68
72
|
}
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
|
|
25
|
-
/* Form Titles are rendered using H4 size*/
|
|
25
|
+
/* Form Titles are rendered using H4 level, but H5 size*/
|
|
26
26
|
.sapUiFormTitleH1,
|
|
27
27
|
.sapUiFormTitleH2,
|
|
28
28
|
.sapUiFormTitleH3,
|
|
29
29
|
.sapUiFormTitleH4,
|
|
30
30
|
.sapUiFormTitleH5,
|
|
31
31
|
.sapUiFormTitleH6 {
|
|
32
|
-
font-size: @
|
|
32
|
+
font-size: @sapMFontHeader5Size;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
/* FormContainer Titles are rendered using
|
|
35
|
+
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
36
36
|
.sapUiFormContainerTitle > .sapUiFormTitleH1,
|
|
37
37
|
.sapUiFormContainerTitle > .sapUiFormTitleH2,
|
|
38
38
|
.sapUiFormContainerTitle > .sapUiFormTitleH3,
|
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
font-weight: bold;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
52
|
+
font-size: @sapMFontHeader5Size;
|
|
53
|
+
}
|
|
54
|
+
|
|
51
55
|
.sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
52
56
|
font-size: @sapMFontHeader6Size;
|
|
53
57
|
}
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
/* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
|
|
25
|
-
/* Form Titles are rendered using H4 size*/
|
|
25
|
+
/* Form Titles are rendered using H4 level, but H5 size*/
|
|
26
26
|
.sapUiFormTitleH1,
|
|
27
27
|
.sapUiFormTitleH2,
|
|
28
28
|
.sapUiFormTitleH3,
|
|
29
29
|
.sapUiFormTitleH4,
|
|
30
30
|
.sapUiFormTitleH5,
|
|
31
31
|
.sapUiFormTitleH6 {
|
|
32
|
-
font-size: @
|
|
32
|
+
font-size: @sapMFontHeader5Size;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
/* FormContainer Titles are rendered using
|
|
35
|
+
/* FormContainer Titles are rendered using H5 level, but H6 size*/
|
|
36
36
|
.sapUiFormContainerTitle > .sapUiFormTitleH1,
|
|
37
37
|
.sapUiFormContainerTitle > .sapUiFormTitleH2,
|
|
38
38
|
.sapUiFormContainerTitle > .sapUiFormTitleH3,
|
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
font-weight: bold;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
52
|
+
font-size: @sapMFontHeader5Size;
|
|
53
|
+
}
|
|
54
|
+
|
|
51
55
|
.sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
|
|
52
56
|
font-size: @sapMFontHeader6Size;
|
|
53
57
|
}
|
|
@@ -15,27 +15,6 @@
|
|
|
15
15
|
opacity: @sapUiContentDisabledOpacity;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
/** Cozy Mode **/
|
|
19
|
-
|
|
20
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy {
|
|
21
|
-
|
|
22
|
-
.sapUiMnuDiv > hr {
|
|
23
|
-
left: 0rem;
|
|
24
|
-
right: 0rem;
|
|
25
|
-
margin-top: 0;
|
|
26
|
-
margin-bottom: 0;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.sapUiMnuDiv {
|
|
30
|
-
height: 1px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf {
|
|
34
|
-
height: @_sap_ui_unified_Menu_ItmHeightCozy - 0.625rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
18
|
.sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:hover {
|
|
40
19
|
background-color: @sapUiListSelectionHoverBackground;
|
|
41
20
|
}
|
|
@@ -52,20 +31,11 @@
|
|
|
52
31
|
line-height: 2.75rem;
|
|
53
32
|
}
|
|
54
33
|
|
|
55
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmIco {
|
|
56
|
-
width: 2.25rem;
|
|
57
|
-
height: 2.75rem;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
34
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmIco > .sapUiIcon {
|
|
61
35
|
line-height: 2.75rem;
|
|
62
36
|
font-size: 1rem;
|
|
63
37
|
}
|
|
64
38
|
|
|
65
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuNoIco .sapUiMnuItmL {
|
|
66
|
-
width: 0.75rem;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
39
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmSbMnu {
|
|
70
40
|
width: 2.25rem;
|
|
71
41
|
height: 2.75rem;
|
|
@@ -75,29 +45,10 @@
|
|
|
75
45
|
}
|
|
76
46
|
}
|
|
77
47
|
|
|
78
|
-
html.sap-phone .sapMMenuLIImgThumbIcon{
|
|
79
|
-
height: 2.75rem;
|
|
80
|
-
font-size: 1rem;
|
|
81
|
-
width: 2.75rem;
|
|
82
|
-
line-height: 2.75rem;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
html.sap-phone .sapUiSizeCozy {
|
|
86
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
87
|
-
padding-left: 3.75rem;
|
|
88
|
-
}
|
|
89
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
90
|
-
padding-left: 0;
|
|
91
|
-
}
|
|
92
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
93
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
94
|
-
padding-left: 0.875rem;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
48
|
.sapMMenuLIArrowRightIcon {
|
|
99
49
|
font-size: 1rem;
|
|
100
|
-
|
|
50
|
+
padding-inline-start: 0.875rem;
|
|
51
|
+
width: 1rem;
|
|
101
52
|
height: 2.75rem;
|
|
102
53
|
line-height: 2.75rem;
|
|
103
54
|
}
|
|
@@ -106,11 +57,6 @@ html.sap-phone .sapUiSizeCozy {
|
|
|
106
57
|
width: 0.5rem;
|
|
107
58
|
}
|
|
108
59
|
|
|
109
|
-
.sapUiSizeCompact .sapUiMnuItmIco{
|
|
110
|
-
padding-left: 0.5rem;
|
|
111
|
-
padding-right: 0.5rem;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
60
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen,
|
|
115
61
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
116
62
|
border-bottom: 1px solid @sapUiListSelectionBorderColor;
|
|
@@ -136,51 +82,23 @@ html.sap-phone .sapUiSizeCozy {
|
|
|
136
82
|
|
|
137
83
|
html.sap-desktop,
|
|
138
84
|
html.sap-tablet {
|
|
139
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
140
|
-
padding-left: 3.75rem;
|
|
141
|
-
padding-right: 3.75rem;
|
|
142
|
-
}
|
|
143
85
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
144
|
-
padding-
|
|
86
|
+
padding-inline-start: 0;
|
|
145
87
|
}
|
|
146
88
|
}
|
|
147
89
|
|
|
148
90
|
html.sap-desktop,
|
|
149
91
|
html.sap-tablet {
|
|
150
92
|
.sapUiSizeCompact {
|
|
151
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
152
|
-
padding-left: 3rem;
|
|
153
|
-
}
|
|
154
93
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
155
|
-
padding-
|
|
156
|
-
}
|
|
157
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
158
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
159
|
-
padding-left: 0.5rem;
|
|
94
|
+
padding-inline-start: 0;
|
|
160
95
|
}
|
|
161
96
|
}
|
|
162
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
163
|
-
padding-left: 3.875rem;
|
|
164
|
-
}
|
|
165
97
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
166
|
-
padding-
|
|
167
|
-
}
|
|
168
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
169
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
170
|
-
padding-left: 0.75rem;
|
|
98
|
+
padding-inline-start: 0;
|
|
171
99
|
}
|
|
172
100
|
}
|
|
173
101
|
|
|
174
|
-
.sapUiMnuItmIco{
|
|
175
|
-
padding-left: 0.75rem;
|
|
176
|
-
padding-right: 0.75rem;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.sapUiSizeCompact .sapUiMnuItmIco{
|
|
180
|
-
padding-left: 0.5rem;
|
|
181
|
-
padding-right: 0.5rem;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
102
|
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf {
|
|
185
103
|
border-radius: 0.25rem;
|
|
186
104
|
}
|
|
@@ -15,27 +15,6 @@
|
|
|
15
15
|
opacity: @sapUiContentDisabledOpacity;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
/** Cozy Mode **/
|
|
19
|
-
|
|
20
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy {
|
|
21
|
-
|
|
22
|
-
.sapUiMnuDiv > hr {
|
|
23
|
-
left: 0rem;
|
|
24
|
-
right: 0rem;
|
|
25
|
-
margin-top: 0;
|
|
26
|
-
margin-bottom: 0;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.sapUiMnuDiv {
|
|
30
|
-
height: 1px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf {
|
|
34
|
-
height: @_sap_ui_unified_Menu_ItmHeightCozy - 0.625rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
18
|
.sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov:hover {
|
|
40
19
|
background-color: @sapUiListSelectionHoverBackground;
|
|
41
20
|
}
|
|
@@ -43,8 +22,8 @@
|
|
|
43
22
|
.sapUiMnu .sapUiMnuDiv>hr,
|
|
44
23
|
.sapMList .sapMListItems .sapUiMnuDiv>hr{
|
|
45
24
|
border-top: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
46
|
-
|
|
47
|
-
|
|
25
|
+
inset-inline-start: 0rem;
|
|
26
|
+
inset-inline-end: 0rem;
|
|
48
27
|
}
|
|
49
28
|
|
|
50
29
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItm {
|
|
@@ -52,20 +31,11 @@
|
|
|
52
31
|
line-height: 2.75rem;
|
|
53
32
|
}
|
|
54
33
|
|
|
55
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmIco {
|
|
56
|
-
width: 2.25rem;
|
|
57
|
-
height: 2.75rem;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
34
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmIco > .sapUiIcon {
|
|
61
35
|
line-height: 2.75rem;
|
|
62
36
|
font-size: 1rem;
|
|
63
37
|
}
|
|
64
38
|
|
|
65
|
-
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuNoIco .sapUiMnuItmL {
|
|
66
|
-
width: 0.75rem;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
39
|
.sapUiMnu.sapUiMnuCozySupport.sapUiSizeCozy .sapUiMnuItmSbMnu {
|
|
70
40
|
width: 2.25rem;
|
|
71
41
|
height: 2.75rem;
|
|
@@ -75,23 +45,9 @@
|
|
|
75
45
|
}
|
|
76
46
|
}
|
|
77
47
|
|
|
78
|
-
html.sap-phone .sapMMenuLIImgThumbIcon{
|
|
79
|
-
height: 2.75rem;
|
|
80
|
-
font-size: 1rem;
|
|
81
|
-
width: 2.75rem;
|
|
82
|
-
line-height: 2.75rem;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
48
|
html.sap-phone .sapUiSizeCozy {
|
|
86
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
87
|
-
padding-left: 3.75rem;
|
|
88
|
-
}
|
|
89
49
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
90
|
-
padding-
|
|
91
|
-
}
|
|
92
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
93
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
94
|
-
padding-left: 0.875rem;
|
|
50
|
+
padding-inline-start: 0;
|
|
95
51
|
}
|
|
96
52
|
}
|
|
97
53
|
|
|
@@ -110,10 +66,7 @@ html.sap-phone .sapUiSizeCozy {
|
|
|
110
66
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
|
|
111
67
|
border-bottom: 1px solid @sapUiListSelectionBorderColor;
|
|
112
68
|
}
|
|
113
|
-
|
|
114
|
-
padding-left: 0.5rem;
|
|
115
|
-
padding-right: 0.5rem;
|
|
116
|
-
}
|
|
69
|
+
|
|
117
70
|
.sapUiMnu .sapUiMnuLst .sapUiMnuItm {
|
|
118
71
|
border-bottom: 1px solid transparent;
|
|
119
72
|
}
|
|
@@ -135,39 +88,15 @@ html.sap-phone .sapUiSizeCozy {
|
|
|
135
88
|
html.sap-desktop,
|
|
136
89
|
html.sap-tablet {
|
|
137
90
|
.sapUiSizeCompact {
|
|
138
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
139
|
-
padding-left: 3rem;
|
|
140
|
-
}
|
|
141
91
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
142
|
-
padding-
|
|
143
|
-
}
|
|
144
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
145
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
146
|
-
padding-left: 0.5rem;
|
|
92
|
+
padding-inline-start: 0;
|
|
147
93
|
}
|
|
148
94
|
}
|
|
149
|
-
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmTxt {
|
|
150
|
-
padding-left: 3.875rem;
|
|
151
|
-
}
|
|
152
95
|
.sapUiMnuLst > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
153
|
-
padding-
|
|
154
|
-
}
|
|
155
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmTxt,
|
|
156
|
-
.sapUiMnuLst.sapUiMnuNoIco > .sapUiMnuItm > .sapUiMnuItmIco + .sapUiMnuItmTxt {
|
|
157
|
-
padding-left: 0.75rem;
|
|
96
|
+
padding-inline-start: 0;
|
|
158
97
|
}
|
|
159
98
|
}
|
|
160
99
|
|
|
161
|
-
.sapUiMnuItmIco{
|
|
162
|
-
padding-left: 0.75rem;
|
|
163
|
-
padding-right: 0.75rem;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.sapUiSizeCompact .sapUiMnuItmIco{
|
|
167
|
-
padding-left: 0.5rem;
|
|
168
|
-
padding-right: 0.5rem;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
100
|
.sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf {
|
|
172
101
|
border-radius: 0.25rem;
|
|
173
102
|
}
|
|
@@ -133,9 +133,14 @@ html.sap-desktop .sapUxAPAnchorBar .sapUxAPHierarchicalSelect.sapMSltPressed:not
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.sapUxAPAnchorBarButton .sapMSB
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
.sapUxAPAnchorBarButton .sapMSB {
|
|
137
|
+
.sapMSBText {
|
|
138
|
+
border-color: transparent;
|
|
139
|
+
}
|
|
140
|
+
.sapMSBArrow {
|
|
141
|
+
top: 50%;
|
|
142
|
+
transform: translateY(-50%);
|
|
143
|
+
}
|
|
139
144
|
}
|
|
140
145
|
|
|
141
146
|
.sapUiSizeCompact .sapUxAPAnchorBar .sapUxAPAnchorBarButton.sapMBarChild .sapMSBArrow .sapMBtnInner .sapMBtnIcon,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
// Object Page section container style
|
|
58
58
|
// =====================================
|
|
59
59
|
.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
|
|
60
|
-
padding-bottom:0;
|
|
60
|
+
padding-bottom:0.5rem;
|
|
61
61
|
padding-top: 0.5rem;
|
|
62
62
|
padding-left: 0;
|
|
63
63
|
padding-right: 0;
|
|
@@ -138,9 +138,14 @@ html.sap-desktop .sapUxAPAnchorBar .sapUxAPHierarchicalSelect.sapMSltPressed:not
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.sapUxAPAnchorBarButton .sapMSB
|
|
142
|
-
|
|
143
|
-
|
|
141
|
+
.sapUxAPAnchorBarButton .sapMSB {
|
|
142
|
+
.sapMSBText {
|
|
143
|
+
border-color: transparent;
|
|
144
|
+
}
|
|
145
|
+
.sapMSBArrow {
|
|
146
|
+
top: 50%;
|
|
147
|
+
transform: translateY(-50%);
|
|
148
|
+
}
|
|
144
149
|
}
|
|
145
150
|
|
|
146
151
|
.sapUiSizeCompact .sapUxAPAnchorBar .sapUxAPAnchorBarButton.sapMBarChild .sapMSBArrow .sapMBtnInner .sapMBtnIcon,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
// Object Page section container style
|
|
58
58
|
// =====================================
|
|
59
59
|
.sapUxAPObjectPageSection .sapUxAPObjectPageSectionContainer .sapUxAPObjectPageSubSection .sapUxAPBlockContainer {
|
|
60
|
-
padding-bottom:0;
|
|
60
|
+
padding-bottom:0.5rem;
|
|
61
61
|
padding-top: 0.5rem;
|
|
62
62
|
padding-left: 0;
|
|
63
63
|
padding-right: 0;
|