@openui5/themelib_sap_horizon 1.93.4 → 1.96.3
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 +6 -11
- package/THIRDPARTY.txt +10 -16
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/GenericTile.less +15 -22
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +20 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.less +3 -4
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +16 -15
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +1 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +0 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +4 -0
- package/src/sap/m/themes/sap_horizon/TileContent.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/ui5.yaml +1 -1
package/.reuse/dep5
CHANGED
|
@@ -309,7 +309,7 @@ License: MIT
|
|
|
309
309
|
Comment: these files belong to: lodash
|
|
310
310
|
|
|
311
311
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
|
|
312
|
-
Copyright:
|
|
312
|
+
Copyright: 2021 Mathias Nater
|
|
313
313
|
License: MIT
|
|
314
314
|
Comment: these files belong to: Hyphenopoly
|
|
315
315
|
|
|
@@ -347,11 +347,6 @@ Copyright: 2013 Ariya Hidayat and other contributors
|
|
|
347
347
|
License: BSD-2-Clause
|
|
348
348
|
Comment: these files belong to: Esprima
|
|
349
349
|
|
|
350
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
351
|
-
Copyright: 2006 Google Inc.
|
|
352
|
-
License: Apache-2.0
|
|
353
|
-
Comment: these files belong to: google-code-prettify
|
|
354
|
-
|
|
355
350
|
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
356
351
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
357
352
|
License: BSD-3-Clause
|
|
@@ -405,6 +400,11 @@ Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
|
405
400
|
License: MIT
|
|
406
401
|
Comment: these files belong to: Markdown-it
|
|
407
402
|
|
|
403
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
404
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
405
|
+
License: MIT
|
|
406
|
+
Comment: these files belong to: ajv
|
|
407
|
+
|
|
408
408
|
|
|
409
409
|
# Library: sap.ui.mdc:
|
|
410
410
|
|
|
@@ -452,11 +452,6 @@ Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
|
|
|
452
452
|
License: Apache-2.0
|
|
453
453
|
Comment: these files belong to: LESS
|
|
454
454
|
|
|
455
|
-
Files: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
456
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
457
|
-
License: MIT
|
|
458
|
-
Comment: these files belong to: ajv
|
|
459
|
-
|
|
460
455
|
Files: lib/jsdoc/ui5/plugin.js
|
|
461
456
|
Copyright:
|
|
462
457
|
2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.ui.codeeditor:
|
|
8
8
|
|
|
9
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.
|
|
9
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
|
|
10
10
|
Copyright: 2010, Ajax.org B.V.
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -279,8 +279,8 @@ License: MIT
|
|
|
279
279
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
280
280
|
Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
|
|
281
281
|
|
|
282
|
-
Component: Hyphenopoly, version:
|
|
283
|
-
Copyright:
|
|
282
|
+
Component: Hyphenopoly, version: 3.4.0
|
|
283
|
+
Copyright: 2021 Mathias Nater
|
|
284
284
|
License: MIT
|
|
285
285
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
286
286
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
|
|
@@ -324,12 +324,6 @@ License: BSD-2-Clause
|
|
|
324
324
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
|
|
325
325
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
|
|
326
326
|
|
|
327
|
-
Component: google-code-prettify, version: 20130304
|
|
328
|
-
Copyright: 2006 Google Inc.
|
|
329
|
-
License: Apache-2.0
|
|
330
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
331
|
-
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
332
|
-
|
|
333
327
|
Component: highlight.js, version: 10.4.1
|
|
334
328
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
335
329
|
License: BSD-3-Clause
|
|
@@ -376,7 +370,7 @@ License: Unicode-DFS-2015
|
|
|
376
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
377
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
378
372
|
|
|
379
|
-
Component: Adaptive Cards, version:
|
|
373
|
+
Component: Adaptive Cards, version: 2.9.0
|
|
380
374
|
Copyright: 2017 Microsoft
|
|
381
375
|
License: MIT
|
|
382
376
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -395,6 +389,12 @@ License: MIT
|
|
|
395
389
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
390
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
397
391
|
|
|
392
|
+
Component: ajv, version: 6.12.3
|
|
393
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
394
|
+
License: MIT
|
|
395
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
397
|
+
|
|
398
398
|
|
|
399
399
|
Library: sap.ui.mdc:
|
|
400
400
|
|
|
@@ -450,12 +450,6 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: src/testsuite-utils/src/main/resources/META-INF/less/less.js
|
|
452
452
|
|
|
453
|
-
Component: ajv, version: 6.12.3
|
|
454
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
455
|
-
License: MIT
|
|
456
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
457
|
-
Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
458
|
-
|
|
459
453
|
Component: JSDoc 3, version: 3.6.7
|
|
460
454
|
Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
461
455
|
License: Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.96.3",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.96.3",
|
|
18
|
+
"@openui5/sap.m": "1.96.3",
|
|
19
|
+
"@openui5/sap.tnt": "1.96.3",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.96.3",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.96.3",
|
|
22
|
+
"@openui5/sap.ui.core": "1.96.3",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.96.3",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.96.3",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.96.3",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.96.3",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.96.3",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.96.3",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.96.3",
|
|
30
|
+
"@openui5/sap.ui.table": "1.96.3",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.96.3",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.96.3",
|
|
33
|
+
"@openui5/sap.uxap": "1.96.3"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -242,17 +242,14 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
|
242
242
|
{
|
|
243
243
|
gap: 0.75rem !important;
|
|
244
244
|
}
|
|
245
|
-
|
|
246
245
|
large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-large .sapUiSizeCompact .sapMGT.sapMGTLineMode {
|
|
247
246
|
margin-right: 1rem;
|
|
248
247
|
border: 1px solid @sapTile_BorderColor
|
|
249
248
|
}
|
|
250
|
-
|
|
251
249
|
.sapMGT {
|
|
252
250
|
border-radius: @sapElement_BorderCornerRadius;
|
|
253
251
|
border-color: @sapTile_BorderColor;
|
|
254
252
|
}
|
|
255
|
-
|
|
256
253
|
.sapUshellSection {
|
|
257
254
|
.sapMGT.TwoByOne {
|
|
258
255
|
width: 23rem;
|
|
@@ -261,93 +258,89 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
261
258
|
width: 23rem;
|
|
262
259
|
}
|
|
263
260
|
}
|
|
264
|
-
|
|
265
261
|
.sapMGT.TwoByOne {
|
|
266
262
|
width: 22.5rem;
|
|
267
263
|
}
|
|
268
|
-
|
|
264
|
+
.sapMGT.TwoByOne.sapMGTActionMode {
|
|
265
|
+
width: 20rem;
|
|
266
|
+
}
|
|
267
|
+
.sapMGT.sapMTileSmallPhone.TwoByOne.sapMGTActionMode {
|
|
268
|
+
width: 19rem;
|
|
269
|
+
}
|
|
269
270
|
.sapMGT.TwoByHalf {
|
|
270
271
|
width: 22.5rem;
|
|
271
272
|
}
|
|
272
|
-
|
|
273
273
|
.sapMGTHdrTxt>.sapMText {
|
|
274
274
|
font-weight: bold;
|
|
275
275
|
font-size: @sapFontHeader6Size;
|
|
276
276
|
}
|
|
277
|
-
|
|
278
277
|
.sapMGTLineMode .sapMGTHdrTxt {
|
|
279
278
|
font-weight: bold;
|
|
280
279
|
}
|
|
281
|
-
|
|
282
280
|
.sapMGT.sapMGTLineMode {
|
|
283
281
|
border: 1px solid @sapTile_BorderColor !important;
|
|
284
282
|
border-radius: @sapElement_BorderCornerRadius !important;
|
|
285
283
|
box-shadow: @sapContent_Shadow0 !important;
|
|
286
284
|
}
|
|
287
|
-
|
|
288
285
|
.sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
|
|
289
286
|
background: @sapTile_Hover_Background;
|
|
290
287
|
border: 1px solid @sapTile_BorderColor !important;
|
|
291
288
|
box-shadow: @sapContent_Shadow1 !important;
|
|
292
289
|
}
|
|
293
|
-
|
|
294
290
|
html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
|
|
295
291
|
border: 1px solid @sapTile_BorderColor !important;
|
|
296
292
|
box-shadow: @sapContent_Shadow1 !important;
|
|
297
293
|
}
|
|
298
|
-
|
|
294
|
+
html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
295
|
+
border: none !important;
|
|
296
|
+
}
|
|
299
297
|
.sapMTileCntFtrTxt .sapMLnk .sapUiIcon {
|
|
300
298
|
font-size: 0.75rem !important;
|
|
301
299
|
margin-left: 1px;
|
|
302
300
|
margin-right: 1px;
|
|
303
301
|
}
|
|
304
|
-
|
|
305
302
|
html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, html.sap-desktop .sapMGT:focus .sapMGTFocusDiv, html.sap-desktop .sapMGT:active .sapMGTFocusDiv, html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
|
|
306
|
-
border: none;
|
|
307
303
|
border-radius: @sapElement_BorderCornerRadius;
|
|
308
304
|
box-shadow: inset 0 0 0 0.063rem @sapContent_ContrastFocusColor, 0 0 0 @sapContent_FocusWidth @sapContent_FocusColor;
|
|
309
305
|
}
|
|
310
|
-
|
|
311
306
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
|
|
312
307
|
border: none;
|
|
313
308
|
border-radius: @sapElement_BorderCornerRadius;
|
|
314
309
|
}
|
|
315
|
-
|
|
316
310
|
.sapMGTLineMode .sapMGTFocusDiv {
|
|
317
311
|
border-radius: 10px !important;
|
|
318
312
|
}
|
|
319
|
-
|
|
320
313
|
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
321
314
|
border: 2px solid @sapContent_FocusColor;
|
|
322
315
|
border-radius: @sapElement_BorderCornerRadius;
|
|
323
316
|
}
|
|
324
|
-
|
|
325
317
|
.miniTileBackground {
|
|
326
318
|
background: @sapTile_Background;
|
|
327
319
|
box-shadow: @sapContent_Shadow0 !important;
|
|
328
320
|
}
|
|
329
|
-
|
|
330
321
|
.miniTileContainer .sapMGT {
|
|
331
322
|
background: @sapTile_Background;
|
|
332
323
|
box-shadow: @sapContent_Shadow0 !important;
|
|
333
324
|
}
|
|
334
|
-
|
|
335
325
|
.sapUshellTile, .sapUshellTileWrapper, .sapUshellTileInner, .sapUshellTileBase, .sapUshellInner .sapUshellTile-placeholder, .sapUshellInner .sapUshellLinkTile-placeholder {
|
|
336
326
|
border-radius: @sapElement_BorderCornerRadius;
|
|
337
327
|
}
|
|
338
|
-
|
|
339
328
|
.sapUshellTile{
|
|
340
329
|
margin: 0 1rem 1rem 0;
|
|
341
330
|
}
|
|
342
|
-
|
|
343
331
|
.sapUshellSection .sapUshellSectionTitle {
|
|
344
332
|
font-weight: bold;
|
|
345
333
|
}
|
|
346
|
-
|
|
347
334
|
.OneByOne.tileWithAppInfo {
|
|
348
335
|
.sapMGTTInfoContainer {
|
|
349
336
|
.sapMGTTInfo {
|
|
350
337
|
background-color: @sapTile_Active_Background;
|
|
351
338
|
}
|
|
352
339
|
}
|
|
340
|
+
}
|
|
341
|
+
.TwoByOne.sapMGTActionMode {
|
|
342
|
+
border-radius: 1rem;
|
|
343
|
+
.sapMGTFocusDiv {
|
|
344
|
+
border-radius: 1rem !important;
|
|
345
|
+
}
|
|
353
346
|
}
|
|
@@ -6,18 +6,35 @@
|
|
|
6
6
|
.sapMMultiComboBox.sapMInputBaseReadonly.sapMMultiComboBoxHasToken.sapMFocus .sapMTokenizer {
|
|
7
7
|
left: 0;
|
|
8
8
|
}
|
|
9
|
+
.sapMMultiComboBoxPicker .sapMListHdrTBar {
|
|
10
|
+
border-radius: 0;
|
|
11
|
+
}
|
|
9
12
|
|
|
13
|
+
.sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
|
|
10
14
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
|
|
11
15
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
|
|
12
16
|
}
|
|
13
17
|
|
|
14
|
-
.sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList
|
|
18
|
+
.sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList {
|
|
19
|
+
&:not(.sapMSticky) li[data-sap-ui-first-suggestion-item]:focus,
|
|
20
|
+
&.sapMSticky .sapMMultiComboBoxSelectAllFocused {
|
|
21
|
+
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
22
|
+
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
15
26
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot:focus {
|
|
16
|
-
border-top-left-radius:
|
|
17
|
-
border-top-right-radius:
|
|
27
|
+
border-top-left-radius: @sapUiElementBorderCornerRadius;
|
|
28
|
+
border-top-right-radius: @sapUiElementBorderCornerRadius;
|
|
18
29
|
}
|
|
19
30
|
|
|
20
31
|
.sapMMultiComboBoxPicker li[data-sap-ui-last-suggestion-item]:focus {
|
|
21
32
|
border-bottom-left-radius: @sapUiElementBorderCornerRadius;
|
|
22
33
|
border-bottom-right-radius: @sapUiElementBorderCornerRadius;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMMultiComboBoxSelectAll.sapMTB.sapMIBar {
|
|
37
|
+
& .sapMBarChild.sapMCb.sapMCbHasLabel:focus:after {
|
|
38
|
+
border: none;
|
|
39
|
+
}
|
|
23
40
|
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_NewsContent_HeaderTextColor: contrast(@
|
|
7
|
-
@_sap_m_NewsContent_SubHeaderTextColor: contrast(@
|
|
6
|
+
@_sap_m_NewsContent_HeaderTextColor: contrast(@sapTile_Background,@sapContent_LabelColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
7
|
+
@_sap_m_NewsContent_SubHeaderTextColor: contrast(@sapTile_Background,@sapContent_LabelColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
8
8
|
|
|
9
9
|
.sapMNwC {
|
|
10
10
|
background-color: fade(@sapUiTileBackground, 60);
|
|
@@ -13,12 +13,11 @@
|
|
|
13
13
|
|
|
14
14
|
.sapMTileCnt.News {
|
|
15
15
|
.sapMNwC {
|
|
16
|
-
text-shadow: 0 0 0.125rem contrast(@_sap_m_NewsContent_SubHeaderTextColor, @sapUiContentShadowColor, @sapUiContentContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
17
16
|
.sapMNwCSbh {
|
|
18
17
|
color: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
19
18
|
line-height: normal;
|
|
20
19
|
}
|
|
21
|
-
.sapMNwCCTxt .sapMText {
|
|
20
|
+
.sapMNwCCTxt .sapMText, .sapMNwCCTxt .sapMFT {
|
|
22
21
|
color: @_sap_m_NewsContent_HeaderTextColor;
|
|
23
22
|
line-height: normal;
|
|
24
23
|
}
|
|
@@ -11,4 +11,75 @@
|
|
|
11
11
|
.sapMObjectNumberInverted .sapMObjectNumberText,
|
|
12
12
|
.sapMObjectNumberInverted .sapMObjectNumberUnit {
|
|
13
13
|
text-shadow: @sapUiContentContrastTextShadow;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapMObjectNumberInverted {
|
|
17
|
+
.sapMObjectNumberInner {
|
|
18
|
+
border-radius: 0.25rem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
html.sap-desktop .sapMObjectNumberActive:focus {
|
|
23
|
+
.sapMObjectNumberInner::after {
|
|
24
|
+
left: -0.0625rem;
|
|
25
|
+
top: -0.0625rem;
|
|
26
|
+
right: -0.0625rem;
|
|
27
|
+
bottom: -0.0625rem;
|
|
28
|
+
height: auto;
|
|
29
|
+
outline: none;
|
|
30
|
+
border-radius: 0.25rem;
|
|
31
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.sapMObjectNumberInverted .sapMObjectNumberInner::after {
|
|
35
|
+
left: -0.0625rem;
|
|
36
|
+
top: -0.0625rem;
|
|
37
|
+
right: -0.0625rem;
|
|
38
|
+
bottom: -0.0625rem;
|
|
39
|
+
height: auto;
|
|
40
|
+
outline: none;
|
|
41
|
+
border-radius: 0.25rem;
|
|
42
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.sapMObjectNumberLarge {
|
|
46
|
+
.sapMObjectNumberInner::after {
|
|
47
|
+
left: -0.0625rem;
|
|
48
|
+
top: -0.0625rem;
|
|
49
|
+
right: -0.0625rem;
|
|
50
|
+
bottom: -0.0625rem;
|
|
51
|
+
height: auto;
|
|
52
|
+
}
|
|
53
|
+
&.sapMObjectNumberInverted .sapMObjectNumberInner::after {
|
|
54
|
+
left: -0.0625rem;
|
|
55
|
+
top: -0.0625rem;
|
|
56
|
+
right: -0.0625rem;
|
|
57
|
+
bottom: -0.0625rem;
|
|
58
|
+
height: auto;
|
|
59
|
+
outline: none;
|
|
60
|
+
border-radius: 0.25rem;
|
|
61
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.objectNumberStatusMixIn(@class, @innerBackgroundColor, @innerColor, @activeInnerBackgroundColor, @activeInnerColor, @pressedInnerBackgroundColor) {
|
|
67
|
+
.sapMObjectNumberInverted.@{class} {
|
|
68
|
+
.sapMObjectNumberInner {
|
|
69
|
+
background-color: @innerBackgroundColor;
|
|
70
|
+
color: @innerColor;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.sapMObjectNumberActive {
|
|
74
|
+
.sapMObjectNumberInner:hover {
|
|
75
|
+
background-color: @activeInnerBackgroundColor;
|
|
76
|
+
color: @activeInnerColor;
|
|
77
|
+
}
|
|
78
|
+
.sapMObjectNumberInner:active,
|
|
79
|
+
&.sapMObjectNumberPressed .sapMObjectNumberInner {
|
|
80
|
+
background-color: @pressedInnerBackgroundColor;
|
|
81
|
+
color: @innerColor;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
14
85
|
}
|
|
@@ -3,21 +3,6 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ============================== */
|
|
5
5
|
|
|
6
|
-
.sapMPopover {
|
|
7
|
-
border-radius: @sapUiElementBorderCornerRadius;
|
|
8
|
-
|
|
9
|
-
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
10
|
-
.sapMIBar.sapMHeader-CTX {
|
|
11
|
-
border-top-right-radius: 0.75rem;
|
|
12
|
-
border-top-left-radius: 0.75rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
16
|
-
.sapMIBar.sapMFooter-CTX {
|
|
17
|
-
border-bottom-right-radius: 0.75rem;
|
|
18
|
-
border-bottom-left-radius: 0.75rem;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
6
|
|
|
22
7
|
.sapMPopoverArr:after {
|
|
23
8
|
background: @sapUiGroupContentBackground;
|
|
@@ -122,4 +107,20 @@
|
|
|
122
107
|
|
|
123
108
|
.sapMPopoverWithSubHeader .sapMPopoverHeader .sapMIBar-CTX {
|
|
124
109
|
box-shadow: none;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sapMPopover {
|
|
113
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
114
|
+
|
|
115
|
+
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
116
|
+
.sapMIBar.sapMHeader-CTX {
|
|
117
|
+
border-top-right-radius: 0.75rem;
|
|
118
|
+
border-top-left-radius: 0.75rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&.sapMPopoverWithoutFooter .sapMPopoverCont,
|
|
122
|
+
.sapMIBar.sapMFooter-CTX {
|
|
123
|
+
border-bottom-right-radius: 0.75rem;
|
|
124
|
+
border-bottom-left-radius: 0.75rem;
|
|
125
|
+
}
|
|
125
126
|
}
|
|
@@ -69,9 +69,9 @@ html.sap-desktop {
|
|
|
69
69
|
position: absolute;
|
|
70
70
|
box-sizing: border-box;
|
|
71
71
|
left: 0;
|
|
72
|
-
top: 0.
|
|
72
|
+
top: 0.2rem;
|
|
73
73
|
right: 0;
|
|
74
|
-
bottom: 0.
|
|
74
|
+
bottom: 0.2rem;
|
|
75
75
|
pointer-events: none;
|
|
76
76
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
77
77
|
border-radius: 0.5rem;
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
|
+
/* ------------------------------ */
|
|
7
|
+
/* Slider Tooltip styles */
|
|
8
|
+
/* ------------------------------ */
|
|
9
|
+
|
|
6
10
|
.sapMSliderTooltip {
|
|
7
11
|
background: @sapField_Focus_Background;
|
|
8
12
|
border-radius: 0.5rem;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TileContent_NewsContentBackgroundColor: fade(
|
|
6
|
+
@_sap_m_TileContent_NewsContentBackgroundColor: fade(@sapTile_Background, 96);
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
@@ -12,5 +12,4 @@
|
|
|
12
12
|
|
|
13
13
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
14
14
|
color: @_sap_m_TileContent_NewsFooterTextColor;
|
|
15
|
-
text-shadow: 0 0 0.125rem contrast(@_sap_m_NewsContent_SubHeaderTextColor, @sapUiContentShadowColor, @sapUiContentContrastShadowColor, @sapUiContentContrastTextThreshold);
|
|
16
15
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.96.3</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
package/ui5.yaml
CHANGED