@openui5/themelib_sap_horizon 1.130.1 → 1.131.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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +0 -4
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
- package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
- package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
- package/src/sap/m/themes/sap_horizon/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
- package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
- package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
- package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
- package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
- 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/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
- 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/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
- 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/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
- 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/global.less +32 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
|
@@ -4,20 +4,24 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMGT.sapMGTBackgroundImage {
|
|
7
|
+
|
|
7
8
|
.sapMGTContent {
|
|
8
|
-
border-bottom-left-radius:
|
|
9
|
-
border-bottom-right-radius:
|
|
9
|
+
border-bottom-left-radius: var(--sapTile_BorderCornerRadius);
|
|
10
|
+
border-bottom-right-radius: var(--sapTile_BorderCornerRadius);
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.sapMGT.sapMGTScopeActions.sapMGTBackgroundImage .sapMGTMoreIcon {
|
|
14
|
-
color:
|
|
15
|
+
color: var(--sapContent_ContrastTextColor);
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
.sapMGT.sapMGTScopeActions.sapMGTBackgroundImage,
|
|
18
|
+
.sapMGT.sapMGTScopeActions.sapMGTBackgroundImage,
|
|
19
|
+
.sapMGT.sapMGTScopeSingleActions.sapMGTBackgroundImage {
|
|
20
|
+
|
|
18
21
|
.sapMGTContent {
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
|
|
23
|
+
&::before {
|
|
24
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
21
25
|
}
|
|
22
26
|
}
|
|
23
27
|
}
|
|
@@ -25,59 +29,70 @@
|
|
|
25
29
|
.sapMGTTInfoContainer {
|
|
26
30
|
height: 2.5rem;
|
|
27
31
|
}
|
|
28
|
-
|
|
29
|
-
|
|
32
|
+
|
|
33
|
+
.tileWithAppInfo {
|
|
34
|
+
|
|
35
|
+
.sapMGTTInfo {
|
|
30
36
|
padding: 0.125rem 1rem 0.125rem 0.25rem;
|
|
31
37
|
text-transform: uppercase;
|
|
32
38
|
margin-bottom: 0.7rem;
|
|
33
39
|
border-radius: 0.125rem 0 0 0.125rem;
|
|
34
|
-
background-color:
|
|
40
|
+
background-color: var(--sapInfobar_NonInteractive_Background);
|
|
35
41
|
width: fit-content;
|
|
36
|
-
|
|
37
|
-
|
|
42
|
+
|
|
43
|
+
.sapMText {
|
|
44
|
+
font-size: var(--sapMFontSmallSize);
|
|
38
45
|
text-align: right !important;
|
|
39
46
|
}
|
|
40
|
-
|
|
47
|
+
|
|
48
|
+
.sapMGTSystemInfoText {
|
|
41
49
|
display: flex;
|
|
42
50
|
justify-content: flex-end;
|
|
51
|
+
|
|
43
52
|
.sapMText {
|
|
44
|
-
color:
|
|
53
|
+
color: var(--sapTile_TitleTextColor);
|
|
45
54
|
padding-left: 0.15rem;
|
|
46
55
|
}
|
|
47
56
|
}
|
|
48
|
-
|
|
57
|
+
|
|
58
|
+
.sapMGTAppAndSystemInfoDivider {
|
|
49
59
|
height: 0.25rem;
|
|
50
60
|
}
|
|
61
|
+
|
|
51
62
|
.sapMGTAppShortcutText {
|
|
52
63
|
display: flex;
|
|
53
64
|
justify-content: flex-end;
|
|
65
|
+
|
|
54
66
|
.sapMText {
|
|
55
|
-
color:
|
|
67
|
+
color: var(--sapTile_TextColor);
|
|
56
68
|
}
|
|
57
69
|
}
|
|
58
|
-
|
|
59
70
|
}
|
|
60
71
|
}
|
|
61
72
|
|
|
62
73
|
.sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
|
|
63
|
-
.sapMTileCntContent{
|
|
64
|
-
&:after{
|
|
65
|
-
opacity: 0.4;
|
|
66
|
-
background-color: @sapTile_Background;
|
|
67
74
|
|
|
75
|
+
.sapMTileCntContent {
|
|
76
|
+
|
|
77
|
+
&::after {
|
|
78
|
+
opacity: 0.4;
|
|
79
|
+
background-color: var(--sapTile_Background);
|
|
68
80
|
}
|
|
69
81
|
}
|
|
70
82
|
}
|
|
71
83
|
|
|
72
|
-
.sapMGT.sapMGTScopeActions.OneByHalf:not(.sapMGTStateLoading)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
84
|
+
.sapMGT.sapMGTScopeActions.OneByHalf:not(.sapMGTStateLoading),
|
|
85
|
+
.sapMGT.sapMGTScopeActions.TwoByHalf:not(.sapMGTStateLoading) {
|
|
86
|
+
|
|
87
|
+
.sapMTileCntContent {
|
|
88
|
+
|
|
89
|
+
&::after {
|
|
90
|
+
top: -0.3125rem;
|
|
77
91
|
}
|
|
92
|
+
}
|
|
78
93
|
}
|
|
79
94
|
|
|
80
|
-
|
|
95
|
+
/* LINE MODE LIST VIEW */
|
|
81
96
|
|
|
82
97
|
.sapMGT.sapMGTLineMode {
|
|
83
98
|
transition: background 0.2s;
|
|
@@ -85,15 +100,16 @@
|
|
|
85
100
|
}
|
|
86
101
|
|
|
87
102
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
103
|
+
|
|
88
104
|
&:not(.sapMGTLineModePress):hover {
|
|
89
|
-
background:
|
|
90
|
-
box-shadow:
|
|
105
|
+
background: var(--sapTile_Hover_Background);
|
|
106
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
91
107
|
}
|
|
92
108
|
}
|
|
93
109
|
|
|
94
|
-
.sapMGT.sapMGTLineMode:active{
|
|
95
|
-
background-color:
|
|
96
|
-
outline: 0.125rem solid
|
|
110
|
+
.sapMGT.sapMGTLineMode:active {
|
|
111
|
+
background-color: var(--sapTile_Active_Background);
|
|
112
|
+
outline: 0.125rem solid var(--sapContent_FocusColor) !important;
|
|
97
113
|
outline-offset: -0.125rem;
|
|
98
114
|
border: none;
|
|
99
115
|
}
|
|
@@ -108,7 +124,7 @@
|
|
|
108
124
|
|
|
109
125
|
.sapMGTLineMode .sapMGTLineModeFailedIcon {
|
|
110
126
|
cursor: pointer;
|
|
111
|
-
color:
|
|
127
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
112
128
|
text-shadow: @sapUiShadowText;
|
|
113
129
|
}
|
|
114
130
|
|
|
@@ -121,21 +137,24 @@
|
|
|
121
137
|
}
|
|
122
138
|
|
|
123
139
|
.sapMGTLineMode .sapMGTActionsContainer .sapMGTRemoveButton {
|
|
124
|
-
background-color:
|
|
125
|
-
color:
|
|
140
|
+
background-color: var(--sapButton_Background);
|
|
141
|
+
color: var(--sapButton_TextColor);
|
|
126
142
|
|
|
127
|
-
|
|
128
|
-
color:
|
|
143
|
+
&::before {
|
|
144
|
+
color: var(--sapButton_IconColor);
|
|
129
145
|
}
|
|
130
146
|
}
|
|
131
147
|
|
|
132
|
-
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
148
|
+
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton,
|
|
149
|
+
.sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton {
|
|
150
|
+
|
|
151
|
+
.sapMBtnInner {
|
|
152
|
+
border-color: var(--sapButton_BorderColor);
|
|
153
|
+
background: var(--sapButton_Background);
|
|
136
154
|
}
|
|
155
|
+
|
|
137
156
|
.sapMBtnIcon {
|
|
138
|
-
color:
|
|
157
|
+
color: var(--sapButton_TextColor);
|
|
139
158
|
}
|
|
140
159
|
}
|
|
141
160
|
|
|
@@ -146,35 +165,44 @@
|
|
|
146
165
|
-webkit-mask-image: linear-gradient(to left, #FFF ~"calc(100% - 1.5rem)", transparent);
|
|
147
166
|
}
|
|
148
167
|
|
|
149
|
-
.sapMGTHdrTxt,
|
|
168
|
+
.sapMGTHdrTxt,
|
|
169
|
+
.sapMGTSubHdrTxt {
|
|
150
170
|
text-overflow: clip;
|
|
151
171
|
}
|
|
152
172
|
}
|
|
153
173
|
|
|
154
|
-
|
|
174
|
+
/* LINE MODE FLOATING VIEW */
|
|
155
175
|
|
|
156
176
|
.sapUiMedia-GenericTileDeviceSet-large {
|
|
177
|
+
|
|
157
178
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
179
|
+
|
|
180
|
+
&:focus,
|
|
181
|
+
&.sapMGTLineModePress {
|
|
182
|
+
|
|
183
|
+
.sapMGTLineStyleHelperInner::before {
|
|
184
|
+
content: '';
|
|
161
185
|
position: absolute;
|
|
162
186
|
top: 1px;
|
|
163
187
|
left: 1px;
|
|
164
188
|
bottom: 1px;
|
|
165
189
|
right: 1px;
|
|
166
190
|
box-sizing: border-box;
|
|
167
|
-
border: 1px dotted
|
|
191
|
+
border: 1px dotted var(--sapContent_FocusColor);
|
|
168
192
|
}
|
|
169
193
|
}
|
|
170
194
|
}
|
|
171
195
|
}
|
|
196
|
+
|
|
172
197
|
.sapUiMedia-GenericTileDeviceSet-large {
|
|
198
|
+
|
|
173
199
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
200
|
+
|
|
174
201
|
&:hover .sapMGTLineStyleHelperInner {
|
|
175
|
-
background:
|
|
202
|
+
background: var(--sapTile_Hover_Background);
|
|
176
203
|
}
|
|
177
204
|
}
|
|
205
|
+
|
|
178
206
|
.sapMGT.sapMGTLineMode {
|
|
179
207
|
font-size: @sapMFontMediumSize;
|
|
180
208
|
|
|
@@ -183,13 +211,16 @@
|
|
|
183
211
|
}
|
|
184
212
|
|
|
185
213
|
&.sapMGTDisabled {
|
|
186
|
-
|
|
214
|
+
|
|
215
|
+
.sapMGTHdrTxt,
|
|
216
|
+
.sapMGTSubHdrTxt {
|
|
187
217
|
opacity: 0.5;
|
|
188
218
|
}
|
|
189
219
|
}
|
|
190
|
-
|
|
220
|
+
|
|
191
221
|
|
|
192
222
|
.sapMGTLineStyleHelper {
|
|
223
|
+
|
|
193
224
|
&:first-child:not(:only-child) .sapMGTLineStyleHelperInner {
|
|
194
225
|
margin-right: 0.125rem;
|
|
195
226
|
}
|
|
@@ -197,6 +228,7 @@
|
|
|
197
228
|
&:not(:first-child) .sapMGTLineStyleHelperInner {
|
|
198
229
|
margin: 0 0.125rem;
|
|
199
230
|
}
|
|
231
|
+
|
|
200
232
|
&:last-child .sapMGTLineStyleHelperInner {
|
|
201
233
|
margin-right: 0;
|
|
202
234
|
}
|
|
@@ -217,25 +249,26 @@
|
|
|
217
249
|
}
|
|
218
250
|
|
|
219
251
|
&.sapMGTLineModePress:not(.sapMGTDisabled) {
|
|
220
|
-
|
|
252
|
+
|
|
253
|
+
&,
|
|
254
|
+
&:hover {
|
|
255
|
+
|
|
221
256
|
.sapMGTLineStyleHelperInner {
|
|
222
|
-
background:
|
|
257
|
+
background: var(--sapTile_Active_Background);
|
|
223
258
|
}
|
|
224
259
|
}
|
|
225
260
|
}
|
|
226
261
|
}
|
|
227
262
|
}
|
|
228
263
|
|
|
229
|
-
/************************************************************/
|
|
230
|
-
|
|
231
264
|
.sapMGTLineMode .sapMGTHdrTxt {
|
|
232
|
-
color:
|
|
265
|
+
color: var(--sapTile_TitleTextColor);
|
|
233
266
|
font-size: @sapMFontMediumSize;
|
|
234
267
|
text-shadow: @sapUiShadowText;
|
|
235
268
|
}
|
|
236
269
|
|
|
237
270
|
.sapMGTLineMode .sapMGTSubHdrTxt {
|
|
238
|
-
color:
|
|
271
|
+
color: var(--sapTile_TextColor);
|
|
239
272
|
font-size: @sapMFontMediumSize;
|
|
240
273
|
text-shadow: @sapUiShadowText;
|
|
241
274
|
}
|
|
@@ -269,10 +302,10 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
269
302
|
box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
|
|
270
303
|
|
|
271
304
|
&:not(.sapMGTBackgroundImage) {
|
|
272
|
-
background:
|
|
305
|
+
background: var(--sapTile_Active_Background);
|
|
273
306
|
}
|
|
274
307
|
|
|
275
|
-
&.sapMGTScopeActions .sapMTileCntContent
|
|
308
|
+
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
276
309
|
background-color: fade(@sapUiTileActiveBackground, 70);
|
|
277
310
|
}
|
|
278
311
|
}
|
|
@@ -286,7 +319,7 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
286
319
|
transition: background 0.2s;
|
|
287
320
|
|
|
288
321
|
&:not(.sapMGTBackgroundImage) {
|
|
289
|
-
background:
|
|
322
|
+
background: var(--sapTile_Hover_Background);
|
|
290
323
|
}
|
|
291
324
|
|
|
292
325
|
.sapMGTWithImageHoverOverlay {
|
|
@@ -294,76 +327,84 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
294
327
|
transition: background 0.2s;
|
|
295
328
|
}
|
|
296
329
|
|
|
297
|
-
&.sapMGTScopeActions .sapMTileCntContent
|
|
330
|
+
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
298
331
|
background-color: fade(@sapUiTileHoverBackground, 70);
|
|
299
332
|
transition: background 0.2s;
|
|
300
333
|
}
|
|
301
334
|
}
|
|
302
335
|
|
|
303
|
-
.sapMGTActionButtonPress.sapMGT:focus
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
336
|
+
.sapMGTActionButtonPress.sapMGT:focus {
|
|
337
|
+
|
|
338
|
+
.sapMGTFocusDiv {
|
|
339
|
+
box-shadow: none;
|
|
340
|
+
}
|
|
308
341
|
}
|
|
309
342
|
|
|
310
|
-
.sapMGTActionButtonPress.sapMGT:active
|
|
311
|
-
|
|
312
|
-
.sapMGTFocusDiv{
|
|
343
|
+
.sapMGTActionButtonPress.sapMGT:active {
|
|
344
|
+
|
|
345
|
+
.sapMGTFocusDiv {
|
|
313
346
|
border: none;
|
|
314
347
|
box-shadow: none;
|
|
315
348
|
}
|
|
316
349
|
}
|
|
317
350
|
|
|
318
|
-
.sapMGTActionButtonPress.sapMGT:focus-visible
|
|
319
|
-
|
|
320
|
-
.sapMGTFocusDiv{
|
|
321
|
-
border:
|
|
322
|
-
border-radius:
|
|
351
|
+
.sapMGTActionButtonPress.sapMGT:focus-visible {
|
|
352
|
+
|
|
353
|
+
.sapMGTFocusDiv {
|
|
354
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
355
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
323
356
|
}
|
|
324
357
|
}
|
|
325
358
|
|
|
326
359
|
.sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
|
|
327
360
|
.sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
328
|
-
|
|
329
|
-
|
|
361
|
+
|
|
362
|
+
&::after {
|
|
363
|
+
content: '';
|
|
330
364
|
.sapMGTOverlayMixin();
|
|
331
365
|
border-radius: 0.25rem;
|
|
332
|
-
border:
|
|
366
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_ContrastFocusColor);
|
|
333
367
|
z-index: 0;
|
|
334
368
|
}
|
|
335
369
|
}
|
|
336
370
|
|
|
337
|
-
large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
371
|
+
large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
372
|
+
.sapUiMedia-GenericTileDeviceSet-large .sapUiSizeCompact .sapMGT.sapMGTLineMode {
|
|
338
373
|
margin-right: 1rem;
|
|
339
|
-
border: 1px solid
|
|
374
|
+
border: 1px solid var(--sapTile_BorderColor);
|
|
340
375
|
}
|
|
341
376
|
|
|
342
377
|
.sapMGT {
|
|
343
|
-
border-radius:
|
|
344
|
-
border-color:
|
|
345
|
-
box-shadow:
|
|
346
|
-
|
|
347
|
-
|
|
378
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
379
|
+
border-color: var(--sapTile_BorderColor);
|
|
380
|
+
box-shadow: var(--sapContent_Shadow0);
|
|
381
|
+
|
|
382
|
+
.sapMGTContent {
|
|
383
|
+
border-radius: 0 0 var(--sapTile_BorderCornerRadius) var(--sapTile_BorderCornerRadius);
|
|
348
384
|
}
|
|
349
385
|
}
|
|
350
386
|
|
|
351
387
|
.sapMGT.tileWithAppInfo {
|
|
388
|
+
|
|
352
389
|
.sapMGTContent{
|
|
353
390
|
border-radius: 0;
|
|
354
391
|
}
|
|
355
392
|
}
|
|
356
393
|
|
|
357
394
|
.sapUshellSection {
|
|
395
|
+
|
|
358
396
|
.sapMGT.TwoByOne {
|
|
359
397
|
width: 23rem;
|
|
360
398
|
}
|
|
399
|
+
|
|
361
400
|
.sapMGT.TwoByHalf {
|
|
362
401
|
width: 23rem;
|
|
363
402
|
}
|
|
403
|
+
|
|
364
404
|
.sapMGT.TwoByHalf.sapMTileSmallPhone {
|
|
365
405
|
width: 19rem;
|
|
366
406
|
}
|
|
407
|
+
|
|
367
408
|
.sapMGT.TwoByOne.sapMTileSmallPhone {
|
|
368
409
|
width: 19rem;
|
|
369
410
|
}
|
|
@@ -381,16 +422,17 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
381
422
|
width: 19rem;
|
|
382
423
|
}
|
|
383
424
|
|
|
384
|
-
.sapMTileSmallPhone .sapMTileCntContent{
|
|
425
|
+
.sapMTileSmallPhone .sapMTileCntContent {
|
|
385
426
|
height: 3.438rem;
|
|
386
427
|
}
|
|
428
|
+
|
|
387
429
|
.sapMGT.TwoByHalf {
|
|
388
430
|
width: 22.5rem;
|
|
389
431
|
}
|
|
390
432
|
|
|
391
|
-
.sapMGTHdrTxt
|
|
433
|
+
.sapMGTHdrTxt > .sapMText {
|
|
392
434
|
font-weight: bold;
|
|
393
|
-
font-size:
|
|
435
|
+
font-size: var(--sapFontHeader6Size);
|
|
394
436
|
}
|
|
395
437
|
|
|
396
438
|
.sapMGTLineMode .sapMGTHdrTxt {
|
|
@@ -398,20 +440,22 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
398
440
|
}
|
|
399
441
|
|
|
400
442
|
.sapMGT.sapMGTLineMode {
|
|
401
|
-
border: 1px solid
|
|
402
|
-
border-radius:
|
|
403
|
-
box-shadow:
|
|
443
|
+
border: 1px solid var(--sapTile_BorderColor) !important;
|
|
444
|
+
border-radius: var(--sapTile_BorderCornerRadius) !important;
|
|
445
|
+
box-shadow: var(--sapContent_Shadow0) !important;
|
|
404
446
|
}
|
|
405
447
|
|
|
406
448
|
.sapMGT.sapMGTLineMode.sapMGTInfoRendered {
|
|
407
449
|
border: transparent !important;
|
|
408
|
-
|
|
409
|
-
|
|
450
|
+
|
|
451
|
+
.sapMGTTInfoWrapper {
|
|
452
|
+
border-radius: 0 var(--sapTile_BorderCornerRadius) var(--sapTile_BorderCornerRadius) 0 !important;
|
|
410
453
|
}
|
|
411
454
|
}
|
|
412
455
|
|
|
413
456
|
.sapMGT.sapMGTLineMode.sapMGTInfoRendered:focus {
|
|
414
|
-
|
|
457
|
+
|
|
458
|
+
.sapMGTFocusDiv {
|
|
415
459
|
inset: 0;
|
|
416
460
|
}
|
|
417
461
|
}
|
|
@@ -421,13 +465,13 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
421
465
|
}
|
|
422
466
|
|
|
423
467
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
|
|
424
|
-
background:
|
|
425
|
-
border: 1px solid
|
|
426
|
-
box-shadow:
|
|
468
|
+
background: var(--sapTile_Hover_Background);
|
|
469
|
+
border: 1px solid var(--sapTile_BorderColor) !important;
|
|
470
|
+
box-shadow: var(--sapContent_Shadow2) !important;
|
|
427
471
|
}
|
|
428
472
|
|
|
429
473
|
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
430
|
-
box-shadow:
|
|
474
|
+
box-shadow: var(--sapContent_Shadow2) !important;
|
|
431
475
|
}
|
|
432
476
|
|
|
433
477
|
.sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
@@ -440,40 +484,47 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
440
484
|
margin-right: 1px;
|
|
441
485
|
}
|
|
442
486
|
|
|
443
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv,
|
|
444
|
-
|
|
487
|
+
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv,
|
|
488
|
+
.sapMGT:focus .sapMGTFocusDiv,
|
|
489
|
+
.sapMGT:active .sapMGTFocusDiv,
|
|
490
|
+
.sapMGTLineModePress .sapMGTFocusDiv {
|
|
491
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
445
492
|
inset: -1px;
|
|
446
493
|
}
|
|
447
494
|
|
|
448
|
-
.sapMGT:active{
|
|
449
|
-
background-color:
|
|
450
|
-
border: 0.0625rem solid
|
|
451
|
-
|
|
452
|
-
|
|
495
|
+
.sapMGT:active {
|
|
496
|
+
background-color: var(--sapTile_Active_Background);
|
|
497
|
+
border: 0.0625rem solid var(--sapTile_Interactive_BorderColor);
|
|
498
|
+
|
|
499
|
+
&.sapMGTIconMode {
|
|
500
|
+
outline: 0.0625rem solid var(--sapTile_Interactive_BorderColor);
|
|
453
501
|
border: none;
|
|
454
502
|
}
|
|
455
|
-
|
|
503
|
+
|
|
504
|
+
&.sapMGTNewsContent {
|
|
456
505
|
overflow: hidden;
|
|
457
506
|
}
|
|
458
|
-
|
|
507
|
+
|
|
508
|
+
.sapMGTFocusDiv {
|
|
459
509
|
box-shadow: none;
|
|
460
510
|
border: none !important;
|
|
461
511
|
}
|
|
462
512
|
}
|
|
463
513
|
|
|
464
|
-
.sapMGT:focus .sapMGTFocusDiv{
|
|
465
|
-
border-radius:
|
|
514
|
+
.sapMGT:focus .sapMGTFocusDiv {
|
|
515
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
466
516
|
box-shadow: none;
|
|
467
517
|
inset: -1px;
|
|
468
518
|
}
|
|
469
519
|
|
|
470
|
-
.sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
|
|
520
|
+
.sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv {
|
|
471
521
|
inset: 0;
|
|
472
522
|
}
|
|
473
523
|
|
|
474
|
-
.sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv
|
|
524
|
+
.sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv::after,
|
|
525
|
+
.sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv::after {
|
|
475
526
|
border: none;
|
|
476
|
-
border-radius:
|
|
527
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
477
528
|
}
|
|
478
529
|
|
|
479
530
|
.sapMGTLineMode .sapMGTFocusDiv {
|
|
@@ -485,25 +536,30 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
485
536
|
}
|
|
486
537
|
|
|
487
538
|
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
488
|
-
border: 2px solid
|
|
489
|
-
border-radius:
|
|
539
|
+
border: 2px solid var(--sapContent_FocusColor);
|
|
540
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
490
541
|
}
|
|
491
542
|
|
|
492
543
|
.miniTileBackground {
|
|
493
|
-
background:
|
|
494
|
-
box-shadow:
|
|
544
|
+
background: var(--sapTile_Background);
|
|
545
|
+
box-shadow: var(--sapContent_Shadow0) !important;
|
|
495
546
|
}
|
|
496
547
|
|
|
497
548
|
.miniTileContainer .sapMGT {
|
|
498
|
-
background:
|
|
499
|
-
box-shadow:
|
|
549
|
+
background: var(--sapTile_Background);
|
|
550
|
+
box-shadow: var(--sapContent_Shadow0) !important;
|
|
500
551
|
}
|
|
501
552
|
|
|
502
|
-
.sapUshellTile,
|
|
503
|
-
|
|
553
|
+
.sapUshellTile,
|
|
554
|
+
.sapUshellTileWrapper,
|
|
555
|
+
.sapUshellTileInner,
|
|
556
|
+
.sapUshellTileBase,
|
|
557
|
+
.sapUshellInner .sapUshellTile-placeholder,
|
|
558
|
+
.sapUshellInner .sapUshellLinkTile-placeholder {
|
|
559
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
504
560
|
}
|
|
505
561
|
|
|
506
|
-
.sapUshellTile{
|
|
562
|
+
.sapUshellTile {
|
|
507
563
|
margin: 0 1rem 1rem 0;
|
|
508
564
|
}
|
|
509
565
|
|
|
@@ -512,59 +568,74 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
512
568
|
}
|
|
513
569
|
|
|
514
570
|
.OneByOne.tileWithAppInfo {
|
|
571
|
+
|
|
515
572
|
.sapMGTTInfoContainer {
|
|
573
|
+
|
|
516
574
|
.sapMGTTInfo {
|
|
517
|
-
background-color:
|
|
575
|
+
background-color: var(--sapTile_Active_Background);
|
|
518
576
|
}
|
|
519
577
|
}
|
|
520
578
|
}
|
|
521
579
|
|
|
522
580
|
.TwoByOne.sapMGTActionMode {
|
|
523
581
|
border-radius: 1.25rem;
|
|
582
|
+
|
|
524
583
|
.sapMGTFocusDiv {
|
|
525
584
|
border-radius: 1.25rem !important;
|
|
526
585
|
}
|
|
527
586
|
}
|
|
528
587
|
|
|
529
588
|
.sapMGT.sapMGTScopeActions.sapMGTIconMode.TwoByHalf {
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
589
|
+
|
|
590
|
+
.sapMBtn.sapMGTMoreIcon {
|
|
591
|
+
|
|
592
|
+
.sapMBtnInner {
|
|
593
|
+
left: 0;
|
|
533
594
|
}
|
|
534
595
|
}
|
|
535
596
|
}
|
|
536
597
|
|
|
537
|
-
.sapMGT.sapMGTScopeActions,
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
598
|
+
.sapMGT.sapMGTScopeActions,
|
|
599
|
+
.sapMGT.sapMGTScopeSingleAction {
|
|
600
|
+
|
|
601
|
+
.sapMGTMoreIcon {
|
|
602
|
+
|
|
603
|
+
.sapMBtnIcon {
|
|
604
|
+
color: var(--sapButton_Lite_TextColor);
|
|
541
605
|
}
|
|
542
606
|
}
|
|
543
607
|
}
|
|
544
608
|
|
|
545
|
-
.sapMGT.OneByOne
|
|
609
|
+
.sapMGT.OneByOne,
|
|
610
|
+
.sapMGT.TwoByOne {
|
|
611
|
+
|
|
546
612
|
.sapMTileCnt.News {
|
|
547
613
|
border-bottom-left-radius: 0.87rem;
|
|
548
614
|
border-bottom-right-radius: 0.87rem;
|
|
549
615
|
}
|
|
550
616
|
}
|
|
551
617
|
|
|
552
|
-
|
|
618
|
+
/* OVERLAYS AND HELPERS */
|
|
553
619
|
|
|
554
620
|
.sapMGTOverlay {
|
|
555
621
|
border-radius: inherit;
|
|
556
622
|
}
|
|
557
623
|
|
|
558
624
|
.sapMGT.sapMGTBackgroundImage {
|
|
625
|
+
|
|
559
626
|
.sapMGTOverlay {
|
|
560
627
|
border-radius: 0.9rem;
|
|
561
628
|
}
|
|
629
|
+
|
|
562
630
|
&.sapMGTStateFailed {
|
|
631
|
+
|
|
563
632
|
.sapMGTWithImageHoverOverlay {
|
|
564
|
-
border-radius:
|
|
633
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
565
634
|
}
|
|
566
635
|
}
|
|
636
|
+
|
|
567
637
|
&:active {
|
|
638
|
+
|
|
568
639
|
.sapMGTOverlay {
|
|
569
640
|
border-radius: 0.95rem;
|
|
570
641
|
}
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.sapMHdrCntrBtnIcon{
|
|
21
|
-
color:
|
|
21
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
25
|
-
border-left: 1px solid
|
|
25
|
+
border-left: 1px solid var(--sapList_BorderColor);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
29
|
-
border-top: 1px solid
|
|
29
|
+
border-top: 1px solid var(--sapList_BorderColor);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapMHdrCntrBGTransparent {
|