@openui5/themelib_sap_horizon 1.120.7 → 1.121.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 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- 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/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
11
|
-
.sapMObjStatusText
|
|
12
|
-
.sapMObjStatusIcon {
|
|
11
|
+
.sapMObjStatusText {
|
|
13
12
|
min-height: 1rem;
|
|
14
13
|
height: 100%;
|
|
15
14
|
}
|
|
15
|
+
.sapMObjStatusIcon {
|
|
16
|
+
min-height: 1rem;
|
|
17
|
+
}
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
.sapMObjectStatusLarge {
|
|
@@ -44,25 +46,16 @@
|
|
|
44
46
|
.sapMObjStatusInverted {
|
|
45
47
|
box-sizing: border-box;
|
|
46
48
|
min-width: 1.375rem;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
border-radius: @sapUiButtonBorderCornerRadius;
|
|
53
|
-
}
|
|
54
|
-
& .sapMObjStatusIcon {
|
|
55
|
-
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
56
|
-
}
|
|
57
|
-
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
58
|
-
border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
|
|
59
|
-
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapMObjStatusInverted .sapMObjStatusWrapper {
|
|
52
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
53
|
+
border: 0.0625rem solid;
|
|
60
54
|
}
|
|
61
55
|
|
|
62
56
|
.sapMObjStatusInverted .sapMObjStatusText,
|
|
63
57
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
64
58
|
color: @sapUiContentContrastTextColor;
|
|
65
|
-
border: 0.0625rem solid;
|
|
66
59
|
}
|
|
67
60
|
|
|
68
61
|
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
@@ -157,238 +150,338 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
157
150
|
}
|
|
158
151
|
}
|
|
159
152
|
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
border-right: none;
|
|
164
|
-
&:hover:active{
|
|
165
|
-
border-right: none;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
169
|
-
border-left: none;
|
|
170
|
-
}
|
|
153
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
|
|
154
|
+
background-color: @sapUiButtonNegativeBackground;
|
|
155
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
171
156
|
}
|
|
172
157
|
|
|
173
158
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
174
159
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
175
|
-
background-color: @sapUiButtonNegativeBackground;
|
|
176
160
|
color: @sapUiButtonNegativeTextColor;
|
|
177
|
-
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
|
|
164
|
+
background-color: @sapUiButtonCriticalBackground;
|
|
165
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
|
|
181
169
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
182
|
-
background-color: @sapUiButtonCriticalBackground;
|
|
183
170
|
color: @sapUiButtonCriticalTextColor;
|
|
184
|
-
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
|
|
174
|
+
background-color: @sapUiButtonSuccessBackground;
|
|
175
|
+
border-color: @sapUiButtonSuccessBorderColor;
|
|
185
176
|
}
|
|
186
177
|
|
|
187
178
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
|
|
188
179
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
189
|
-
background-color: @sapUiButtonSuccessBackground;
|
|
190
180
|
color: @sapUiButtonSuccessTextColor;
|
|
191
|
-
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
|
|
184
|
+
background-color: @sapUiButtonInformationBackground;
|
|
185
|
+
border-color: @sapUiButtonInformationBorderColor;
|
|
192
186
|
}
|
|
193
187
|
|
|
194
188
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
195
189
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
196
190
|
text-shadow: @sapUiContentTextShadow;
|
|
197
|
-
background-color: @sapUiButtonInformationBackground;
|
|
198
191
|
color: @sapUiButtonInformationTextColor;
|
|
199
|
-
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
|
|
195
|
+
background-color: @sapNeutralBackground;
|
|
196
|
+
border-color: @sapNeutralBorderColor;
|
|
200
197
|
}
|
|
201
198
|
|
|
202
199
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
|
|
203
200
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
204
201
|
text-shadow: @sapUiContentTextShadow;
|
|
205
|
-
background-color: @sapNeutralBackground;
|
|
206
202
|
color: @sapTextColor;
|
|
207
|
-
border-color: @sapNeutralBorderColor;
|
|
208
203
|
}
|
|
209
204
|
|
|
205
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
206
|
+
background-color: @sapUiButtonNegativeHoverBackground;
|
|
207
|
+
border-color: @sapUiButtonNegativeHoverBorderColor;
|
|
208
|
+
}
|
|
210
209
|
|
|
211
210
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
212
211
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
213
|
-
background-color: @sapUiButtonNegativeHoverBackground;
|
|
214
212
|
color: @sapUiButtonNegativeHoverTextColor;
|
|
215
|
-
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
216
|
+
background-color: @sapUiButtonCriticalHoverBackground;
|
|
217
|
+
border-color: @sapUiButtonCriticalHoverBorderColor;
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
219
221
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
220
|
-
background-color: @sapUiButtonCriticalHoverBackground;
|
|
221
222
|
color: @sapUiButtonCriticalHoverTextColor;
|
|
222
|
-
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
226
|
+
background-color: @sapUiButtonSuccessHoverBackground;
|
|
227
|
+
border-color: @sapUiButtonSuccessHoverBorderColor;
|
|
223
228
|
}
|
|
224
229
|
|
|
225
230
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
226
231
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
227
|
-
background-color: @sapUiButtonSuccessHoverBackground;
|
|
228
232
|
color: @sapUiButtonSuccessHoverTextColor;
|
|
229
|
-
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
236
|
+
background-color: @sapUiButtonInformationHoverBackground;
|
|
237
|
+
border-color: @sapUiButtonInformationHoverBorderColor;
|
|
230
238
|
}
|
|
231
239
|
|
|
232
240
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
233
241
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
234
|
-
background-color: @sapUiButtonInformationHoverBackground;
|
|
235
242
|
color: @sapUiButtonInformationHoverTextColor;
|
|
236
|
-
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
246
|
+
background-color: @sapUiButtonNeutralHoverBackground;
|
|
247
|
+
border-color: @sapUiButtonNeutralHoverBorderColor;
|
|
237
248
|
}
|
|
238
249
|
|
|
239
250
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
240
251
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
241
|
-
background-color: @sapUiButtonNeutralHoverBackground;
|
|
242
252
|
color: @sapUiButtonNeutralHoverTextColor;
|
|
243
|
-
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
256
|
+
background-color: @sapUiButtonNegativeActiveBackground;
|
|
257
|
+
border-color: @sapUiButtonNegativeActiveBorderColor;
|
|
244
258
|
}
|
|
245
259
|
|
|
246
260
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
|
|
247
261
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
248
|
-
background-color: @sapUiButtonNegativeActiveBackground;
|
|
249
262
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
250
|
-
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
266
|
+
background-color: @sapUiButtonCriticalActiveBackground;
|
|
267
|
+
border-color: @sapUiButtonCriticalActiveBorderColor;
|
|
251
268
|
}
|
|
252
269
|
|
|
253
270
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
|
|
254
271
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
255
|
-
background-color: @sapUiButtonCriticalActiveBackground;
|
|
256
272
|
color: @sapUiButtonAttentionSelectedTextColor;
|
|
257
|
-
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
276
|
+
background-color: @sapUiButtonSuccessActiveBackground;
|
|
277
|
+
border-color: @sapUiButtonSuccessActiveBorderColor;
|
|
258
278
|
}
|
|
259
279
|
|
|
260
280
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
|
|
261
281
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
262
|
-
background-color: @sapUiButtonSuccessActiveBackground;
|
|
263
282
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
264
|
-
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
286
|
+
background-color: @sapUiButtonInformationActiveBackground;
|
|
287
|
+
border-color: @sapUiButtonInformationActiveBorderColor;
|
|
265
288
|
}
|
|
266
289
|
|
|
267
290
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
|
|
268
291
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
269
|
-
background-color: @sapUiButtonInformationActiveBackground;
|
|
270
292
|
color: @sapUiButtonSelectedTextColor;
|
|
271
|
-
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
296
|
+
background-color: @sapUiButtonNeutralActiveBackground;
|
|
297
|
+
border-color: @sapUiButtonNeutralActiveBorderColor;
|
|
272
298
|
}
|
|
273
299
|
|
|
274
300
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
|
|
275
301
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
276
|
-
background-color: @sapUiButtonNeutralActiveBackground;
|
|
277
302
|
color: @sapUiButtonActiveTextColor;
|
|
278
|
-
border-color: @sapUiButtonNeutralActiveBorderColor;
|
|
279
303
|
}
|
|
280
304
|
|
|
281
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .
|
|
282
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
305
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
|
|
283
306
|
background-color: @sapUiIndication1Background;
|
|
284
307
|
border-color: @sapUiIndication1BorderColor;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
311
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
285
312
|
color: @sapUiIndication1TextColor;
|
|
286
313
|
}
|
|
287
314
|
|
|
288
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .
|
|
289
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
315
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
|
|
290
316
|
background-color: @sapUiIndication2Background;
|
|
291
317
|
border-color: @sapUiIndication2BorderColor;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
321
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
292
322
|
color: @sapUiIndication2TextColor;
|
|
293
323
|
}
|
|
294
324
|
|
|
295
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .
|
|
296
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
325
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
|
|
297
326
|
background-color: @sapUiIndication3Background;
|
|
298
327
|
border-color: @sapUiIndication3BorderColor;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
331
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
299
332
|
color: @sapUiIndication3TextColor;
|
|
300
333
|
}
|
|
301
334
|
|
|
302
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .
|
|
303
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
335
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
|
|
304
336
|
background-color: @sapUiIndication4Background;
|
|
305
337
|
border-color: @sapUiIndication4BorderColor;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
341
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
306
342
|
color: @sapUiIndication4TextColor;
|
|
307
343
|
}
|
|
308
344
|
|
|
309
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .
|
|
310
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
345
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
|
|
311
346
|
background-color: @sapUiIndication5Background;
|
|
312
347
|
border-color: @sapUiIndication5BorderColor;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
351
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
313
352
|
color: @sapUiIndication5TextColor;
|
|
314
353
|
}
|
|
315
354
|
|
|
316
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .
|
|
317
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
355
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
|
|
318
356
|
background-color: @sapUiIndication6Background;
|
|
319
357
|
border-color: @sapUiIndication6BorderColor;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
361
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
320
362
|
color: @sapUiIndication6TextColor;
|
|
321
363
|
}
|
|
322
|
-
|
|
323
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .
|
|
364
|
+
|
|
365
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
|
|
324
366
|
background-color: @sapUiIndication7Background;
|
|
325
367
|
border-color: @sapUiIndication7BorderColor;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
371
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
326
372
|
color: @sapUiIndication7TextColor;
|
|
327
373
|
}
|
|
328
|
-
|
|
329
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .
|
|
374
|
+
|
|
375
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
|
|
330
376
|
background-color: @sapUiIndication8Background;
|
|
331
377
|
border-color: @sapUiIndication8BorderColor;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
381
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
332
382
|
color: @sapUiIndication8TextColor;
|
|
333
383
|
}
|
|
334
384
|
|
|
335
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .
|
|
336
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
385
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
337
386
|
background-color: @sapUiIndication1ActiveBackground;
|
|
338
387
|
border-color: @sapUiIndication1ActiveBorderColor;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
391
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
339
392
|
color: @sapUiIndication1ActiveTextColor;
|
|
393
|
+
}
|
|
340
394
|
|
|
395
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
396
|
+
background-color: @sapUiIndication2ActiveBackground;
|
|
397
|
+
border-color: @sapUiIndication2ActiveBorderColor;
|
|
341
398
|
}
|
|
342
399
|
|
|
343
400
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
344
401
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
345
|
-
background-color: @sapUiIndication2ActiveBackground;
|
|
346
|
-
border-color: @sapUiIndication2ActiveBorderColor;
|
|
347
402
|
color: @sapUiIndication2ActiveTextColor;
|
|
348
403
|
}
|
|
349
404
|
|
|
350
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .
|
|
351
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
405
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
352
406
|
background-color: @sapUiIndication3ActiveBackground;
|
|
353
407
|
border-color: @sapUiIndication3ActiveBorderColor;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
411
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
354
412
|
color: @sapUiIndication3ActiveTextColor;
|
|
355
413
|
}
|
|
356
414
|
|
|
357
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .
|
|
358
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
415
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
359
416
|
background-color: @sapUiIndication4ActiveBackground;
|
|
360
417
|
border-color: @sapUiIndication4ActiveBorderColor;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
421
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
361
422
|
color: @sapUiIndication4ActiveTextColor;
|
|
362
423
|
}
|
|
363
424
|
|
|
364
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .
|
|
365
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
425
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
366
426
|
background-color: @sapUiIndication5ActiveBackground;
|
|
367
427
|
border-color: @sapUiIndication5ActiveBorderColor;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
431
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
368
432
|
color: @sapUiIndication5ActiveTextColor;
|
|
369
433
|
}
|
|
370
434
|
|
|
371
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .
|
|
372
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
435
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
373
436
|
background-color: @sapUiIndication6ActiveBackground;
|
|
374
437
|
border-color: @sapUiIndication6ActiveBorderColor;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
441
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
375
442
|
color: @sapUiIndication6ActiveTextColor;
|
|
376
443
|
}
|
|
377
444
|
|
|
378
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .
|
|
379
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
445
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
380
446
|
background-color: @sapUiIndication7ActiveBackground;
|
|
381
447
|
border-color: @sapUiIndication7ActiveBorderColor;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
451
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
382
452
|
color: @sapUiIndication7ActiveTextColor;
|
|
383
453
|
}
|
|
384
454
|
|
|
385
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .
|
|
386
|
-
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
455
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
387
456
|
background-color: @sapUiIndication8ActiveBackground;
|
|
388
457
|
border-color: @sapUiIndication8ActiveBorderColor;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
461
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
389
462
|
color: @sapUiIndication8ActiveTextColor;
|
|
390
463
|
}
|
|
391
464
|
|
|
465
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
466
|
+
background-color: @sapUiIndication9ActiveBackground;
|
|
467
|
+
border-color: @sapUiIndication9ActiveBorderColor;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
471
|
+
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
472
|
+
color: @sapUiIndication9ActiveTextColor;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
476
|
+
background-color: @sapUiIndication10ActiveBackground;
|
|
477
|
+
border-color: @sapUiIndication10ActiveBorderColor;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
481
|
+
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
482
|
+
color: @sapUiIndication10ActiveTextColor;
|
|
483
|
+
}
|
|
484
|
+
|
|
392
485
|
/* Second set of inverted indication colors regular state */
|
|
393
486
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
394
487
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon,
|
|
@@ -411,4 +504,4 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
411
504
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
412
505
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
413
506
|
text-shadow: @sapUiContentTextShadow;
|
|
414
|
-
}
|
|
507
|
+
}
|
|
@@ -87,24 +87,10 @@
|
|
|
87
87
|
height: 2.75rem;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
91
|
-
width: 2.25rem;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapUiSizeCompact {
|
|
95
|
-
.sapMPanel {
|
|
96
|
-
min-height: 2.5rem;
|
|
97
|
-
}
|
|
98
|
-
.sapMPanelWrappingDiv .sapUiIcon {
|
|
99
|
-
width: 2rem;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
90
|
.sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
|
|
104
91
|
& .sapMPanelHeaderTB {
|
|
105
92
|
border-top-left-radius: 0;
|
|
106
93
|
margin-left: 2.75rem;
|
|
107
|
-
padding-left: 0.25rem;
|
|
108
94
|
}
|
|
109
95
|
|
|
110
96
|
&:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
.sapFDynamicPageTitleMainHeading {
|
|
15
15
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
16
16
|
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
17
|
-
font-size: @
|
|
18
|
-
font-family: @
|
|
17
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
18
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -3,12 +3,41 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
|
+
html.sap-desktop .sapMToggleBtnPressed,
|
|
7
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
8
|
+
box-shadow: none;
|
|
9
|
+
&.sapMBtnNegative {
|
|
10
|
+
background-color: @sapUiButtonRejectSelectedBackground;
|
|
11
|
+
border-color: @sapUiButtonRejectSelectedBorderColor;
|
|
12
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
13
|
+
& .sapUiIcon {
|
|
14
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
&.sapMBtnSuccess {
|
|
18
|
+
background-color: @sapUiButtonAcceptSelectedBackground;
|
|
19
|
+
border-color: @sapUiButtonAcceptSelectedBorderColor;
|
|
20
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
21
|
+
& .sapUiIcon {
|
|
22
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
&.sapMBtnCritical {
|
|
26
|
+
background-color: @sapUiButtonAttentionSelectedBackground;
|
|
27
|
+
border-color: @sapUiButtonAttentionSelectedBorderColor;
|
|
28
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
29
|
+
& .sapUiIcon {
|
|
30
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
6
35
|
/* hover and down on toggled button */
|
|
7
36
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
8
37
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
9
38
|
box-shadow: none;
|
|
10
|
-
|
|
11
|
-
&.
|
|
39
|
+
&.sapMBtnReject,
|
|
40
|
+
&.sapMBtnNegative {
|
|
12
41
|
background-color: @sapUiButtonRejectSelectedHoverBackground;
|
|
13
42
|
border-color: @sapUiButtonRejectSelectedHoverBorderColor;
|
|
14
43
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
@@ -16,7 +45,8 @@
|
|
|
16
45
|
color: @sapUiButtonRejectSelectedTextColor;
|
|
17
46
|
}
|
|
18
47
|
}
|
|
19
|
-
&.sapMBtnAccept
|
|
48
|
+
&.sapMBtnAccept,
|
|
49
|
+
&.sapMBtnSuccess {
|
|
20
50
|
background-color: @sapUiButtonAcceptSelectedHoverBackground;
|
|
21
51
|
border-color: @sapUiButtonAcceptSelectedHoverBorderColor;
|
|
22
52
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
@@ -24,7 +54,8 @@
|
|
|
24
54
|
color: @sapUiButtonAcceptSelectedTextColor;
|
|
25
55
|
}
|
|
26
56
|
}
|
|
27
|
-
&.sapMBtnAttention
|
|
57
|
+
&.sapMBtnAttention,
|
|
58
|
+
&.sapMBtnCritical {
|
|
28
59
|
background-color: @sapUiButtonAttentionSelectedHoverBackground;
|
|
29
60
|
border-color: @sapUiButtonAttentionSelectedHoverBorderColor;
|
|
30
61
|
color: @sapUiButtonAttentionSelectedTextColor;
|
|
@@ -34,6 +65,13 @@
|
|
|
34
65
|
}
|
|
35
66
|
}
|
|
36
67
|
|
|
68
|
+
.sapMBtn .sapMBtnCritical.sapMBtnInner,
|
|
69
|
+
.sapMBtn .sapMBtnNegative.sapMBtnInner,
|
|
70
|
+
.sapMBtn .sapMBtnSuccess.sapMBtnInner,
|
|
71
|
+
.sapMBtn .sapMBtnNeutral.sapMBtnInner{
|
|
72
|
+
text-shadow: none;
|
|
73
|
+
}
|
|
74
|
+
|
|
37
75
|
/* Focus of toggled button */
|
|
38
76
|
.sapMBtn:focus > .sapMBtnInner.sapMToggleBtnPressed.sapMFocusable {
|
|
39
77
|
outline-color: @sapUiContentFocusColor;
|
|
@@ -64,6 +102,12 @@
|
|
|
64
102
|
}
|
|
65
103
|
}
|
|
66
104
|
|
|
105
|
+
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
106
|
+
background-color: @sapUiButtonSelectedBackground;
|
|
107
|
+
color: @sapUiButtonSelectedTextColor;
|
|
108
|
+
border-color: @sapUiButtonSelectedBorderColor;
|
|
109
|
+
}
|
|
110
|
+
|
|
67
111
|
span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
68
112
|
span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
69
113
|
html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
@@ -84,6 +128,13 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
84
128
|
border-radius: 0.5rem;
|
|
85
129
|
}
|
|
86
130
|
|
|
131
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
|
|
132
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
133
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
|
|
134
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before {
|
|
135
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
136
|
+
}
|
|
137
|
+
|
|
87
138
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
88
139
|
border-color: @sapUiButtonSelectedBorderColor;
|
|
89
140
|
}
|
|
@@ -17,7 +17,6 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
17
17
|
margin-right: 0;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.sapMTB-Transparent-CTX.sapMTB,
|
|
21
20
|
.sapMIBar.sapMTB-Info-CTX.sapMTB {
|
|
22
21
|
padding: 0 0.5rem 0 1rem;
|
|
23
22
|
}
|
|
@@ -83,10 +82,14 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
|
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
// Styles suporting Table inside ObjectPageSubSection scenario
|
|
86
|
-
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
85
|
+
.sapUxAPObjectPageLayout .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
87
86
|
padding: 0;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB
|
|
89
|
+
.sapUxAPObjectPageLayout.sapUxAPObjectPageLayout-Std-Desktop-XL .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB {
|
|
90
|
+
padding: 1rem;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB .sapMBarChildFirstChild {
|
|
91
94
|
margin: 0;
|
|
92
95
|
}
|