@openui5/themelib_sap_horizon 1.103.1 → 1.106.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 +35 -15
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +64 -21
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +7 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +8 -8
- package/src/sap/m/themes/sap_horizon/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +0 -6
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
- package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +34 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -6
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +32 -2
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +34 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon/shared.less +50 -49
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +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/global.less +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +50 -49
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +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/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +55 -49
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +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/global.less +8 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +55 -49
- package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +5 -2
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +3 -0
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +4 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -1
|
@@ -203,4 +203,11 @@
|
|
|
203
203
|
top: -1.3125rem;
|
|
204
204
|
right: -0.0675rem;
|
|
205
205
|
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Compact and Condensed */
|
|
209
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
|
|
210
|
+
.sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
211
|
+
padding: 0.4375rem 0;
|
|
212
|
+
margin: 0;
|
|
206
213
|
}
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
& {
|
|
8
|
+
margin: 0.75rem 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
&:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
|
|
8
12
|
opacity: 0.9;
|
|
9
13
|
}
|
|
@@ -54,4 +58,34 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
54
58
|
|
|
55
59
|
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
56
60
|
text-shadow: @sapContent_TextShadow;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
64
|
+
.sapMRINoCustomIconSize {
|
|
65
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
66
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
67
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
68
|
+
font-size: 1.125rem !important;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.sapUiSizeCompact .sapMRINoCustomIconSize {
|
|
73
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
74
|
+
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
75
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
76
|
+
&.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
77
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
78
|
+
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
79
|
+
font-size: .75rem !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
& .sapUiIcon,
|
|
83
|
+
& .sapUiIcon {
|
|
84
|
+
font-size: 1rem !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
& .sapMRISel,
|
|
88
|
+
& .sapMRIUnselWrapper {
|
|
89
|
+
height: 100%;
|
|
90
|
+
}
|
|
57
91
|
}
|
|
@@ -3,9 +3,17 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================ */
|
|
5
5
|
|
|
6
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
7
|
+
border: 1px solid @sapUiTileBackground
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
html.sap-desktop .sapMST:active{
|
|
11
|
+
background-color: @sapTile_Active_Background;
|
|
12
|
+
.sapMSTFocusDiv{
|
|
13
|
+
border: 1px solid @sapTile_Interactive_BorderColor;
|
|
14
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
15
|
+
inset: 0;
|
|
16
|
+
}
|
|
9
17
|
}
|
|
10
18
|
|
|
11
19
|
.sapMST.sapMSTScopeActions.sapMSTDarkBackground .sapMSTMoreIcon {
|
|
@@ -28,18 +36,23 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
28
36
|
|
|
29
37
|
/* Bulleted indicator of multiple tiles*/
|
|
30
38
|
.sapMSTBulleted > span {
|
|
31
|
-
|
|
32
|
-
|
|
39
|
+
border: solid 0.0625rem @sapTile_OverlayForegroundColor;
|
|
40
|
+
opacity: 0.6;
|
|
41
|
+
box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
|
|
42
|
+
margin: 0 0.094rem;
|
|
33
43
|
}
|
|
34
44
|
|
|
35
45
|
.sapMSTBulleted > span.sapMSTActive {
|
|
36
|
-
background
|
|
37
|
-
box-shadow: 0 0 0.
|
|
46
|
+
background: @sapTile_OverlayForegroundColor;
|
|
47
|
+
box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
|
|
38
48
|
}
|
|
39
49
|
|
|
40
50
|
.sapMST {
|
|
41
|
-
border-radius: @
|
|
51
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
42
52
|
border-color: @sapTile_BorderColor;
|
|
53
|
+
box-shadow: @sapContent_Shadow0;
|
|
54
|
+
background: @sapTile_Background;
|
|
55
|
+
overflow: hidden;
|
|
43
56
|
}
|
|
44
57
|
|
|
45
58
|
.sapMST.TwoByOne {
|
|
@@ -51,7 +64,10 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
51
64
|
}
|
|
52
65
|
|
|
53
66
|
.sapMST .sapMSTIconDisplayArea {
|
|
54
|
-
background-color:
|
|
67
|
+
background-color: @sapBlockLayer_Background;
|
|
68
|
+
}
|
|
69
|
+
.sapMST.sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea{
|
|
70
|
+
opacity: 0.8;
|
|
55
71
|
}
|
|
56
72
|
|
|
57
73
|
.sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
@@ -62,11 +78,11 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
62
78
|
text-shadow: 0px 1px @sapUiButtonEmphasizedTextShadow;
|
|
63
79
|
}
|
|
64
80
|
|
|
65
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
border
|
|
69
|
-
|
|
81
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
82
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
83
|
+
box-shadow: none;
|
|
84
|
+
border: 2px solid @sapContent_FocusColor;
|
|
85
|
+
inset: 0;
|
|
70
86
|
}
|
|
71
87
|
|
|
72
88
|
html.sap-desktop .sapMST:focus .sapMSTFocusDiv:after,
|
|
@@ -76,10 +92,33 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
76
92
|
}
|
|
77
93
|
|
|
78
94
|
html.sap-desktop .sapMST:hover {
|
|
79
|
-
box-shadow: @
|
|
95
|
+
box-shadow: @sapContent_Shadow2 !important;
|
|
80
96
|
|
|
81
97
|
.sapMGT:hover {
|
|
82
98
|
box-shadow: none !important;
|
|
99
|
+
opacity: 0.9;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
html.sap-desktop .sapMST:active{
|
|
105
|
+
.sapMGT{
|
|
106
|
+
opacity: 0.8;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.sapMST{
|
|
111
|
+
.sapMGT.OneByOne,.sapMGT.TwoByOne{
|
|
112
|
+
.sapMTileCnt.News {
|
|
113
|
+
border-bottom-left-radius: 0;
|
|
114
|
+
border-bottom-right-radius: 0;
|
|
115
|
+
}
|
|
83
116
|
}
|
|
117
|
+
}
|
|
84
118
|
|
|
119
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
120
|
+
.sapUiIcon {
|
|
121
|
+
top: 0rem;
|
|
122
|
+
left: 0.15rem;
|
|
123
|
+
}
|
|
85
124
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
22
22
|
font-family: SAP-icons;
|
|
23
|
-
content: "\
|
|
23
|
+
content: "\e29c";
|
|
24
24
|
position: absolute;
|
|
25
25
|
top: 4px;
|
|
26
26
|
right: 0.5rem;
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color: @
|
|
10
|
+
background-color: @sapTile_OverlayBackground;
|
|
11
|
+
.sapMTileCntContent{
|
|
12
|
+
height: 3.625rem;
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
|
|
13
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
14
|
-
color: @
|
|
17
|
+
color: @sapTile_OverlayForegroundColor;
|
|
15
18
|
}
|
|
@@ -40,6 +40,15 @@
|
|
|
40
40
|
box-shadow: 0px 0px 1px 0px white inset;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
|
|
44
|
+
.sapMBtnInner{
|
|
45
|
+
border-color: @sapButton_BorderColor;
|
|
46
|
+
}
|
|
47
|
+
.sapMBtnIcon {
|
|
48
|
+
color: @sapButton_TextColor;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
43
52
|
/************************ LINE MODE FLOATING VIEW *****************/
|
|
44
53
|
|
|
45
54
|
.sapUiMedia-GenericTileDeviceSet-large {
|
|
@@ -150,9 +159,116 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
|
|
|
150
159
|
box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
|
|
151
160
|
}
|
|
152
161
|
|
|
162
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):hover,
|
|
163
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):active {
|
|
164
|
+
box-shadow: none;
|
|
165
|
+
border-color: transparent !important;
|
|
166
|
+
.sapMGTFocusDiv{
|
|
167
|
+
outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
153
171
|
.TwoByOne.sapMGTActionMode {
|
|
154
172
|
border-radius: 1.25rem;
|
|
155
173
|
.sapMGTFocusDiv {
|
|
156
174
|
border-radius: 1.25rem !important;
|
|
157
175
|
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
html.sap-desktop .sapMGT.sapMGTLineMode:hover{
|
|
179
|
+
box-shadow: none !important;
|
|
180
|
+
border: none !important;
|
|
181
|
+
.sapMGTFocusDiv {
|
|
182
|
+
border: 0.1875rem solid @sapTile_Interactive_BorderColor;
|
|
183
|
+
inset: -2px;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMGT.sapMGTLineMode:active{
|
|
188
|
+
background-color: @sapTile_Active_Background;
|
|
189
|
+
outline: 2px solid @sapContent_FocusColor !important;
|
|
190
|
+
outline-offset: -0.125rem;
|
|
191
|
+
border: none !important;
|
|
192
|
+
.sapMGTFocusDiv{
|
|
193
|
+
border: none !important;
|
|
194
|
+
box-shadow: none !important;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
201
|
+
line-height: 2.125rem !important;
|
|
202
|
+
border: none;
|
|
203
|
+
}
|
|
204
|
+
.sapUiSizeCompact{
|
|
205
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
206
|
+
line-height: 1.5rem !important;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
211
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
212
|
+
.sapMBtnIcon{
|
|
213
|
+
border: 0.01rem solid;
|
|
214
|
+
border-radius: 0.5rem;
|
|
215
|
+
line-height: 1.7;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.sapUiSizeCompact{
|
|
221
|
+
.sapMGT.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf){
|
|
222
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
223
|
+
.sapMBtnIcon{
|
|
224
|
+
padding-left: 0.5rem;
|
|
225
|
+
padding-right: 0.5rem;
|
|
226
|
+
line-height: 1.5rem;
|
|
227
|
+
left: 0.4rem;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
.sapMGTLineMode .sapMGTActionsContainer, .sapMGTLineMode .sapMGTScopeSingleActionContainer{
|
|
233
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
234
|
+
.sapMBtnIcon{
|
|
235
|
+
bottom: 0.5rem;
|
|
236
|
+
left: -1.5rem;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.sapUiSizeCompact{
|
|
242
|
+
.sapMGT.sapMGTLineMode.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTLineMode.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf){
|
|
243
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
244
|
+
.sapMBtnIcon{
|
|
245
|
+
bottom: 0.4rem;
|
|
246
|
+
left: -1.7rem
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
253
|
+
.sapMGTLineMode.sapMGTScopeSingleAction {
|
|
254
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
255
|
+
padding-right: 3rem;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
261
|
+
.sapMGTLineMode.sapMGTScopeSingleAction.sapMGTAcionRemove {
|
|
262
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
263
|
+
padding-right: 1rem;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
269
|
+
.sapMGTLineMode.sapMGTScopeActions {
|
|
270
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
271
|
+
padding-right: 4.5rem;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
158
274
|
}
|
|
@@ -16,14 +16,6 @@
|
|
|
16
16
|
outline: none;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
20
|
-
border-left: 1px solid @sapUiHcReducedAltForeground;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
24
|
-
border-top: 1px solid @sapUiHcReducedAltForeground;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
19
|
.sapMHrdrCntrInner {
|
|
28
20
|
border: 2px solid transparent;
|
|
29
21
|
}
|
|
@@ -31,4 +23,20 @@
|
|
|
31
23
|
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
32
24
|
outline: none;
|
|
33
25
|
border: 2px dotted @sapUiContentFocusColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapMHdrCntrBtnIcon{
|
|
29
|
+
color: @sapContent_NonInteractiveIconColor;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
33
|
+
border-left: 1px solid @sapList_BorderColor;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
37
|
+
border-top: 1px solid @sapList_BorderColor;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapMHdrCntrBGTransparent {
|
|
41
|
+
background-color: transparent;
|
|
34
42
|
}
|
|
@@ -126,6 +126,10 @@
|
|
|
126
126
|
.sapMPopover {
|
|
127
127
|
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
128
128
|
|
|
129
|
+
.sapMPopoverCont {
|
|
130
|
+
padding: 0.0625rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
129
133
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
130
134
|
.sapMIBar.sapMHeader-CTX {
|
|
131
135
|
border-top-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
@@ -203,4 +203,11 @@
|
|
|
203
203
|
top: -1.3125rem;
|
|
204
204
|
right: -0.0675rem;
|
|
205
205
|
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Compact and Condensed */
|
|
209
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
|
|
210
|
+
.sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
211
|
+
padding: 0.4375rem 0;
|
|
212
|
+
margin: 0;
|
|
206
213
|
}
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
& {
|
|
8
|
+
margin: 0.75rem 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
&:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
|
|
8
12
|
opacity: 0.9;
|
|
9
13
|
}
|
|
@@ -43,4 +47,37 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
|
|
|
43
47
|
|
|
44
48
|
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
45
49
|
text-shadow: @sapContent_TextShadow;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
53
|
+
.sapMRINoCustomIconSize {
|
|
54
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
55
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
56
|
+
font-size: 1.125rem !important;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon {
|
|
60
|
+
font-size: 1.125rem !important;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sapUiSizeCompact .sapMRINoCustomIconSize {
|
|
65
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
66
|
+
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
67
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
68
|
+
&.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
69
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
70
|
+
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
71
|
+
font-size: .75rem !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
& .sapUiIcon,
|
|
75
|
+
& .sapUiIcon {
|
|
76
|
+
font-size: 1rem !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
& .sapMRISel,
|
|
80
|
+
& .sapMRIUnselWrapper {
|
|
81
|
+
height: 100%;
|
|
82
|
+
}
|
|
46
83
|
}
|
|
@@ -22,26 +22,73 @@ html.sap-desktop .sapMST:focus:not([tabindex]) {
|
|
|
22
22
|
|
|
23
23
|
/* Bulleted indicator of multiple tiles*/
|
|
24
24
|
.sapMSTBulleted > span {
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
border: solid 0.0625rem @sapTile_OverlayForegroundColor;
|
|
26
|
+
opacity: 0.6;
|
|
27
|
+
box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
|
|
28
|
+
margin: 0 0.094rem;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
.sapMSTBulleted > span.sapMSTActive {
|
|
30
|
-
background
|
|
32
|
+
background: @sapTile_OverlayForegroundColor;
|
|
33
|
+
box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
.sapMST .sapMSTIconDisplayArea {
|
|
34
|
-
background-color:
|
|
37
|
+
background-color: @sapButton_Background;
|
|
38
|
+
border: 0.0625rem solid @sapButton_BorderColor;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.sapMST .sapMSTIconNestedArea .sapUiIcon{
|
|
42
|
+
color: @sapButton_IconColor !important;
|
|
35
43
|
}
|
|
36
44
|
|
|
37
45
|
.sapMST .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
38
|
-
background-color: @
|
|
46
|
+
background-color: @sapButton_Active_Background;
|
|
39
47
|
}
|
|
40
48
|
|
|
41
49
|
.sapMST .sapMGT {
|
|
42
50
|
border: none;
|
|
43
51
|
}
|
|
44
52
|
|
|
53
|
+
.sapMST:hover {
|
|
54
|
+
box-shadow: none;
|
|
55
|
+
.sapMSTFocusDiv{
|
|
56
|
+
outline: 0.1875rem solid;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
45
59
|
.sapMST .sapMGT:active .sapMGTFocusDiv {
|
|
46
60
|
border: none;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
html.sap-desktop .sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
64
|
+
border-color: @sapButton_Active_BorderColor;
|
|
65
|
+
background-color: @sapButton_Active_Background;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
html.sap-desktop .sapMST.sapMSTIconPressed{
|
|
69
|
+
.sapMSTIconNestedArea{
|
|
70
|
+
.sapUiIcon{
|
|
71
|
+
color: @sapButton_Active_TextColor !important;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.sapMSTWrapper>.sapMGT{
|
|
77
|
+
&:not(.sapMGTStateDisabled):hover, &:not(.sapMGTStateDisabled):active {
|
|
78
|
+
border: none !important;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapMST .sapMSTIconNestedArea {
|
|
83
|
+
.sapUiIcon {
|
|
84
|
+
top: 0.1rem;
|
|
85
|
+
right: 0.04rem
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
90
|
+
.sapUiIcon {
|
|
91
|
+
top: 0.05rem;
|
|
92
|
+
left: 0.1rem;
|
|
93
|
+
}
|
|
47
94
|
}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
65
65
|
font-family: SAP-icons;
|
|
66
|
-
content: "\
|
|
66
|
+
content: "\e29c";
|
|
67
67
|
position: absolute;
|
|
68
68
|
top: 4px;
|
|
69
69
|
right: 0.5rem;
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
width: 0.5rem;
|
|
150
150
|
height: 0.5rem;
|
|
151
151
|
left: -14px;
|
|
152
|
-
top: -
|
|
152
|
+
top: -3px;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.sapMSlider::after {
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
width: 0.5rem;
|
|
163
163
|
height: 0.5rem;
|
|
164
164
|
right: 2px;
|
|
165
|
-
top:
|
|
165
|
+
top: 20px;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
/* pressed */
|
|
@@ -20,6 +20,15 @@
|
|
|
20
20
|
.sapMGTOverlay {
|
|
21
21
|
background-color: fade(@sapUiBlockLayerBackground, 70);
|
|
22
22
|
}
|
|
23
|
+
|
|
24
|
+
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
|
|
25
|
+
.sapMBtnInner{
|
|
26
|
+
border-color: @sapButton_BorderColor;
|
|
27
|
+
}
|
|
28
|
+
.sapMBtnIcon {
|
|
29
|
+
color: @sapButton_TextColor;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
23
32
|
/************************ LINE MODE LIST VIEW ********************/
|
|
24
33
|
|
|
25
34
|
.sapMGT.sapMGTLineMode {
|
|
@@ -152,9 +161,115 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
|
|
|
152
161
|
}
|
|
153
162
|
}
|
|
154
163
|
|
|
164
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):hover,
|
|
165
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):active {
|
|
166
|
+
box-shadow: none;
|
|
167
|
+
border-color: transparent !important;
|
|
168
|
+
.sapMGTFocusDiv{
|
|
169
|
+
outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
155
173
|
.TwoByOne.sapMGTActionMode {
|
|
156
174
|
border-radius: 1.25rem;
|
|
157
175
|
.sapMGTFocusDiv {
|
|
158
176
|
border-radius: 1.25rem !important;
|
|
159
177
|
}
|
|
160
|
-
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
html.sap-desktop .sapMGT.sapMGTLineMode:hover{
|
|
181
|
+
box-shadow: none !important;
|
|
182
|
+
border: none !important;
|
|
183
|
+
.sapMGTFocusDiv {
|
|
184
|
+
border: 0.1875rem solid @sapTile_Interactive_BorderColor;
|
|
185
|
+
inset: -2px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.sapMGT.sapMGTLineMode:active{
|
|
190
|
+
background-color: @sapTile_Active_Background;
|
|
191
|
+
outline: 2px solid @sapContent_FocusColor !important;
|
|
192
|
+
outline-offset: -0.125rem;
|
|
193
|
+
border: none !important;
|
|
194
|
+
.sapMGTFocusDiv{
|
|
195
|
+
border: none !important;
|
|
196
|
+
box-shadow: none !important;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
202
|
+
line-height: 2.125rem !important;
|
|
203
|
+
border: none;
|
|
204
|
+
}
|
|
205
|
+
.sapUiSizeCompact{
|
|
206
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
207
|
+
line-height: 1.5rem !important;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
212
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
213
|
+
.sapMBtnIcon{
|
|
214
|
+
border: 0.01rem solid;
|
|
215
|
+
border-radius: 0.5rem;
|
|
216
|
+
line-height: 1.7;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.sapUiSizeCompact{
|
|
222
|
+
.sapMGT.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf){
|
|
223
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
224
|
+
.sapMBtnIcon{
|
|
225
|
+
padding-left: 0.5rem;
|
|
226
|
+
padding-right: 0.5rem;
|
|
227
|
+
line-height: 1.5rem;
|
|
228
|
+
left: 0.4rem;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
.sapMGTLineMode .sapMGTActionsContainer, .sapMGTLineMode .sapMGTScopeSingleActionContainer{
|
|
234
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
235
|
+
.sapMBtnIcon{
|
|
236
|
+
bottom: 0.5rem;
|
|
237
|
+
left: -1.5rem;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.sapUiSizeCompact{
|
|
243
|
+
.sapMGT.sapMGTLineMode.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTLineMode.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf){
|
|
244
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
245
|
+
.sapMBtnIcon{
|
|
246
|
+
bottom: 0.4rem;
|
|
247
|
+
left: -1.7rem
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
254
|
+
.sapMGTLineMode.sapMGTScopeSingleAction {
|
|
255
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
256
|
+
padding-right: 3rem;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
262
|
+
.sapMGTLineMode.sapMGTScopeSingleAction.sapMGTAcionRemove {
|
|
263
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
264
|
+
padding-right: 1rem;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
270
|
+
.sapMGTLineMode.sapMGTScopeActions {
|
|
271
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
272
|
+
padding-right: 4.5rem;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|