@openui5/themelib_sap_horizon 1.132.1 → 1.134.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 +2 -9
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +45 -78
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +17 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -25
- package/src/sap/m/themes/sap_horizon/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Select.less +174 -174
- package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
- package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
- package/src/sap/m/themes/sap_horizon/SplitButton.less +72 -56
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +5 -5
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +62 -46
- package/src/sap/m/themes/sap_horizon/Token.less +1 -2
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -37
- package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +71 -56
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +61 -46
- package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +51 -40
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +51 -40
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +24 -8
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +24 -8
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +24 -9
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +24 -9
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
color: var(--sapTile_TextColor);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
|
|
59
58
|
}
|
|
60
59
|
}
|
|
61
60
|
|
|
@@ -70,14 +69,13 @@
|
|
|
70
69
|
}
|
|
71
70
|
}
|
|
72
71
|
|
|
73
|
-
.sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading)
|
|
72
|
+
.sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
|
|
74
73
|
|
|
75
74
|
.sapMTileCntContent {
|
|
76
75
|
|
|
77
76
|
&::after {
|
|
78
77
|
opacity: 0.4;
|
|
79
78
|
background-color: var(--sapTile_Background);
|
|
80
|
-
|
|
81
79
|
}
|
|
82
80
|
}
|
|
83
81
|
}
|
|
@@ -116,7 +114,7 @@
|
|
|
116
114
|
}
|
|
117
115
|
|
|
118
116
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled).sapMGTLineModePress {
|
|
119
|
-
background:
|
|
117
|
+
background: var(--sapTile_Active_Background);
|
|
120
118
|
}
|
|
121
119
|
|
|
122
120
|
.sapMGT.sapMGTLineMode .sapMGTFocusDiv {
|
|
@@ -301,51 +299,39 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
301
299
|
}
|
|
302
300
|
|
|
303
301
|
.sapMGT.sapMGTPressActive {
|
|
304
|
-
box-shadow:
|
|
302
|
+
box-shadow: none;
|
|
305
303
|
|
|
306
304
|
&:not(.sapMGTBackgroundImage) {
|
|
307
305
|
background: var(--sapTile_Active_Background);
|
|
308
306
|
}
|
|
309
|
-
|
|
310
307
|
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
311
|
-
background-color:
|
|
308
|
+
background-color: var(--sapTile_Active_Background);
|
|
312
309
|
}
|
|
313
310
|
}
|
|
314
311
|
|
|
315
|
-
.
|
|
316
|
-
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
320
|
-
box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
|
|
321
|
-
transition: background 0.2s;
|
|
322
|
-
|
|
312
|
+
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
313
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
323
314
|
&:not(.sapMGTBackgroundImage) {
|
|
324
|
-
background: var(--sapTile_Hover_Background);
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.sapMGTWithImageHoverOverlay {
|
|
328
|
-
background: fade(@sapUiTileHoverBackground, 10%);
|
|
329
|
-
transition: background 0.2s;
|
|
315
|
+
background-color: var(--sapTile_Hover_Background);
|
|
330
316
|
}
|
|
331
317
|
|
|
332
318
|
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
333
|
-
background-color:
|
|
334
|
-
transition: background 0.2s;
|
|
319
|
+
background-color: var(--sapTile_Hover_Background);
|
|
335
320
|
}
|
|
336
321
|
}
|
|
337
322
|
|
|
338
|
-
.
|
|
339
|
-
|
|
340
|
-
.
|
|
341
|
-
|
|
342
|
-
|
|
323
|
+
.sapMGTActionButtonPress.sapMGT:focus {
|
|
324
|
+
|
|
325
|
+
.sapMGTFocusDiv {
|
|
326
|
+
box-shadow: none;
|
|
327
|
+
}
|
|
343
328
|
}
|
|
344
329
|
|
|
345
330
|
.sapMGTActionButtonPress.sapMGT:active {
|
|
346
331
|
|
|
347
332
|
.sapMGTFocusDiv {
|
|
348
333
|
border: none;
|
|
334
|
+
box-shadow: none;
|
|
349
335
|
}
|
|
350
336
|
}
|
|
351
337
|
|
|
@@ -369,7 +355,6 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
369
355
|
}
|
|
370
356
|
}
|
|
371
357
|
|
|
372
|
-
|
|
373
358
|
large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
374
359
|
.sapUiMedia-GenericTileDeviceSet-large .sapUiSizeCompact .sapMGT.sapMGTLineMode {
|
|
375
360
|
margin-right: 1rem;
|
|
@@ -377,7 +362,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
377
362
|
}
|
|
378
363
|
|
|
379
364
|
.sapMGT {
|
|
380
|
-
border-radius: var(--sapTile_BorderCornerRadius);
|
|
381
365
|
border-color: var(--sapTile_BorderColor);
|
|
382
366
|
box-shadow: var(--sapContent_Shadow0);
|
|
383
367
|
|
|
@@ -388,7 +372,7 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
388
372
|
|
|
389
373
|
.sapMGT.tileWithAppInfo {
|
|
390
374
|
|
|
391
|
-
.sapMGTContent
|
|
375
|
+
.sapMGTContent{
|
|
392
376
|
border-radius: 0;
|
|
393
377
|
}
|
|
394
378
|
}
|
|
@@ -478,7 +462,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
478
462
|
margin-right: 1px;
|
|
479
463
|
}
|
|
480
464
|
|
|
481
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv,
|
|
482
465
|
.sapMGT:focus .sapMGTFocusDiv,
|
|
483
466
|
.sapMGT:active .sapMGTFocusDiv,
|
|
484
467
|
.sapMGTLineModePress .sapMGTFocusDiv {
|
|
@@ -540,11 +523,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
540
523
|
left: 0;
|
|
541
524
|
}
|
|
542
525
|
|
|
543
|
-
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
544
|
-
border: 2px solid var(--sapContent_FocusColor);
|
|
545
|
-
border-radius: var(--sapElement_BorderCornerRadius);
|
|
546
|
-
}
|
|
547
|
-
|
|
548
526
|
.miniTileBackground {
|
|
549
527
|
background: var(--sapTile_Background);
|
|
550
528
|
box-shadow: var(--sapContent_Shadow0) !important;
|
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ObjectAttribute_ListTextShadowColor: none;
|
|
7
7
|
|
|
8
|
+
.sapMObjectAttributeActive.sapMLnkLargeReactiveArea {
|
|
9
|
+
.sapMObjectAttributeTitle,
|
|
10
|
+
.sapMObjectAttributeColon,
|
|
11
|
+
.sapMObjectAttributeText,
|
|
12
|
+
.sapMObjectAttributeText > .sapMLnk {
|
|
13
|
+
line-height: 1.5rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
8
17
|
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
9
18
|
position: relative;
|
|
10
19
|
}
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
+
.sapMObjectNumber.sapMLnkLargeReactiveArea:not(.sapMObjectNumberLarge):not(.sapMObjectNumberInverted) {
|
|
7
|
+
.sapMObjectNumberInner {
|
|
8
|
+
line-height: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
6
12
|
.sapMObjectNumberInverted {
|
|
7
13
|
box-sizing: border-box;
|
|
8
14
|
|
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
display: inline-block;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
.sapMObjStatus.sapMLnkLargeReactiveArea:not(.sapMObjectStatusLarge):not(.sapMObjStatusInverted) {
|
|
11
|
+
.sapMObjStatusTitle,
|
|
12
|
+
.sapMObjStatusIcon .sapUiIcon,
|
|
13
|
+
.sapMObjStatusText {
|
|
14
|
+
line-height: 1.5rem;
|
|
15
|
+
}
|
|
16
|
+
.sapMObjStatusIcon {
|
|
17
|
+
height: 1.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
10
21
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
11
22
|
|
|
12
23
|
.sapMObjStatusText {
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
7
|
min-height: 2.75rem;
|
|
8
|
-
border-radius:
|
|
8
|
+
border-radius: @sapGroup_BorderCornerRadius;
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
11
11
|
.sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
|
|
12
|
-
border-radius:
|
|
12
|
+
border-radius: @sapGroup_BorderCornerRadius;
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
.sapMPanelWrappingDiv,
|
|
33
33
|
/* do not want border if expanded and if only header text */
|
|
34
34
|
.sapMPanelWrappingDivTb {
|
|
35
|
-
border-bottom:
|
|
36
|
-
background:
|
|
35
|
+
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
36
|
+
background: @sapGroup_ContentBackground;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapMPanelExpandable .sapMPanelWrappingDiv {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
54
54
|
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
55
|
-
border-bottom:
|
|
55
|
+
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
|
|
88
88
|
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
|
|
89
89
|
stroke: var(--sapField_Hover_BorderColor);
|
|
90
|
-
fill: var(--
|
|
90
|
+
fill: var(--sapField_Selector_Hover_Background);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.sapMRb:focus::before {
|
|
@@ -140,6 +140,10 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
+
.sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
|
|
144
|
+
fill: var(--sapField_Selector_Hover_InvalidBackground);
|
|
145
|
+
}
|
|
146
|
+
|
|
143
147
|
.sapMRbWarn.sapMRbSel,
|
|
144
148
|
.sapMRbWarn.sapMRbSel.sapMRbRo {
|
|
145
149
|
|
|
@@ -159,6 +163,10 @@
|
|
|
159
163
|
}
|
|
160
164
|
}
|
|
161
165
|
|
|
166
|
+
.sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
|
|
167
|
+
fill: var(--sapField_Selector_Hover_WarningBackground);
|
|
168
|
+
}
|
|
169
|
+
|
|
162
170
|
.sapMRbSucc.sapMRbSel,
|
|
163
171
|
.sapMRbSucc.sapMRbSel.sapMRbRo {
|
|
164
172
|
|
|
@@ -178,6 +186,10 @@
|
|
|
178
186
|
}
|
|
179
187
|
}
|
|
180
188
|
|
|
189
|
+
.sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
|
|
190
|
+
fill: var(--sapField_Selector_Hover_SuccessBackground);
|
|
191
|
+
}
|
|
192
|
+
|
|
181
193
|
.sapMRbInfo.sapMRbSel,
|
|
182
194
|
.sapMRbInfo.sapMRbSel.sapMRbRo {
|
|
183
195
|
|
|
@@ -197,6 +209,10 @@
|
|
|
197
209
|
}
|
|
198
210
|
}
|
|
199
211
|
|
|
212
|
+
.sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
|
|
213
|
+
fill: var( --sapField_Selector_Hover_InformationBackground);
|
|
214
|
+
}
|
|
215
|
+
|
|
200
216
|
.sapMRbRo .sapMRbBOut {
|
|
201
217
|
stroke-dasharray: 4,2; /* parameter needed for the type of the dashes */
|
|
202
218
|
}
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
78
78
|
background: var(--sapButton_Hover_Background);
|
|
79
|
-
border-radius:
|
|
79
|
+
border-radius: var(--sapButton_Segment_BorderCornerRadius);
|
|
80
80
|
border-color: var(--sapButton_Hover_BorderColor);
|
|
81
81
|
}
|
|
82
82
|
|
|
@@ -260,7 +260,7 @@ html.sap-desktop {
|
|
|
260
260
|
background: var(--sapButton_Selected_Background);
|
|
261
261
|
color: var(--sapButton_Selected_TextColor);
|
|
262
262
|
border-color: var(--sapButton_Selected_BorderColor);
|
|
263
|
-
border-radius:
|
|
263
|
+
border-radius: var(--sapButton_Segment_BorderCornerRadius);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.sapUiIcon {
|