@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
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
|
|
16
16
|
|
|
17
17
|
.sapMFocus.sapMTextArea {
|
|
18
|
+
|
|
18
19
|
& .sapMInputBaseContentWrapper {
|
|
20
|
+
|
|
19
21
|
.sapMInputBaseInner {
|
|
20
22
|
outline-offset: -3px;
|
|
21
23
|
}
|
|
@@ -31,23 +33,24 @@
|
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
|
|
36
|
+
|
|
34
37
|
.sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
|
|
35
|
-
background:
|
|
36
|
-
background-color:
|
|
38
|
+
background: var(--sapField_WarningBackgroundStyle);
|
|
39
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
.sapMInputBaseContentWrapperError ::-webkit-scrollbar {
|
|
40
|
-
background:
|
|
41
|
-
background-color:
|
|
43
|
+
background: var(--sapField_InvalidBackgroundStyle);
|
|
44
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
.sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
|
|
45
|
-
background:
|
|
46
|
-
background-color:
|
|
48
|
+
background: var(--sapField_InformationBackgroundStyle);
|
|
49
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
.sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
|
|
50
|
-
background:
|
|
51
|
-
background-color:
|
|
53
|
+
background: var(--sapField_SuccessBackgroundStyle);
|
|
54
|
+
background-color: var(--sapScrollBar_TrackColor);
|
|
52
55
|
}
|
|
53
56
|
}
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMTile,
|
|
7
7
|
.sapMCustomTile {
|
|
8
|
-
border: 1px solid
|
|
8
|
+
border: 1px solid var(--sapTile_BorderColor);
|
|
9
9
|
border-radius: 0.25rem;
|
|
10
10
|
box-shadow: none;
|
|
11
|
-
-webkit-transition-property: none;
|
|
12
11
|
transition-property: none;
|
|
13
|
-
background-color:
|
|
12
|
+
background-color: var(--sapTile_Background);
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
.sapMTile:focus,
|
|
@@ -22,8 +21,8 @@
|
|
|
22
21
|
.sapMTile:focus::before,
|
|
23
22
|
.sapMTile:hover::before,
|
|
24
23
|
.sapMCustomTile:focus .sapMTile::before,
|
|
25
|
-
.sapMCustomTile:hover .sapMTile::before{
|
|
26
|
-
content:
|
|
24
|
+
.sapMCustomTile:hover .sapMTile::before {
|
|
25
|
+
content: '';
|
|
27
26
|
position: absolute;
|
|
28
27
|
top: -1px;
|
|
29
28
|
right: -1px;
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
|
|
35
34
|
.sapMTile:focus::before,
|
|
36
35
|
.sapMCustomTile:focus .sapMTile::before {
|
|
37
|
-
outline: 0.125rem dotted
|
|
36
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
38
37
|
outline-offset: -0.25rem;
|
|
39
38
|
}
|
|
40
39
|
|
|
@@ -45,7 +44,7 @@
|
|
|
45
44
|
|
|
46
45
|
.sapMTile:hover::before,
|
|
47
46
|
.sapMCustomTile:hover .sapMTile::before {
|
|
48
|
-
border: 0.188rem solid
|
|
47
|
+
border: 0.188rem solid var(--sapTile_BorderColor);
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
.sapMTile:hover,
|
|
@@ -56,13 +55,14 @@
|
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.sapMTile.sapMTileActive {
|
|
59
|
-
background-color:
|
|
58
|
+
background-color: var(--sapTile_Background);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.sapMTile .sapUiLocalBusyIndicator {
|
|
63
|
-
background-color:
|
|
62
|
+
background-color: var(--sapTile_Background);
|
|
64
63
|
border-radius: 0.25rem;
|
|
65
64
|
margin: 0.125rem;
|
|
65
|
+
|
|
66
66
|
.sapUiLocalBusyIndicatorAnimation {
|
|
67
67
|
border: none;
|
|
68
68
|
box-shadow: none;
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
|
-
.sapMTC .sapMTCPager
|
|
7
|
-
border: 1px solid
|
|
6
|
+
.sapMTC .sapMTCPager span {
|
|
7
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.sapMTC .sapMTCPager
|
|
11
|
-
border: 1px solid
|
|
10
|
+
.sapMTC .sapMTCPager span.sapMTCActive {
|
|
11
|
+
border: 1px solid var(--sapContent_ForegroundBorderColor);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMTC .sapMTCScroller:focus::before {
|
|
15
|
-
border: 0.125rem dotted
|
|
15
|
+
border: 0.125rem dotted var(--sapContent_FocusColor);
|
|
16
16
|
position: absolute;
|
|
17
17
|
top: -1px;
|
|
18
18
|
bottom: -1px;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
19
19
|
margin-top: 0.6875rem;
|
|
20
20
|
|
|
21
|
-
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
21
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
22
|
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
23
23
|
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
24
24
|
}
|
|
@@ -17,13 +17,12 @@ html.sap-desktop .sapMBtnDisabled .sapMTB-Transparent-CTX .sapMBtnInner.sapMTogg
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
20
|
-
background-color:
|
|
21
|
-
color:
|
|
22
|
-
border-color:
|
|
20
|
+
background-color: var(--sapButton_Selected_Background);
|
|
21
|
+
color: var(--sapButton_Selected_TextColor);
|
|
22
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* Icon in disabled toggled button */
|
|
26
|
-
|
|
27
26
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
28
27
|
.sapMTB-Transparent-CTX span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
29
28
|
html.sap-desktop .sapMTB-Transparent-CTX .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
@@ -37,5 +36,5 @@ html.sap-desktop.sapMToggleBtnPressed.sapMBtnTransparent.sapMBtnDisabled > .sapM
|
|
|
37
36
|
}
|
|
38
37
|
|
|
39
38
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
40
|
-
border-color:
|
|
39
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
41
40
|
}
|
|
@@ -5,35 +5,38 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
7
|
|
|
8
|
-
.sapMVSD .sapMPageHeader{
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
9
9
|
z-index: 2;
|
|
10
|
+
|
|
10
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
11
12
|
padding-left: 0rem;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
16
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
17
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
18
19
|
padding-left: 0;
|
|
20
|
+
|
|
19
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
20
23
|
.sapMCbLabel {
|
|
21
|
-
font-family:
|
|
22
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
}
|
|
26
29
|
|
|
27
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
28
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
29
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
.sapMVSD .sapMVSDBar {
|
|
33
36
|
box-shadow: @sapUiShadowHeader;
|
|
34
37
|
}
|
|
35
38
|
|
|
36
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
37
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
38
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
39
42
|
box-shadow: none;
|
|
@@ -4,18 +4,25 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMWS {
|
|
7
|
+
|
|
7
8
|
.sapMWSInner {
|
|
9
|
+
|
|
8
10
|
.sapMWSItem {
|
|
11
|
+
|
|
9
12
|
&:focus {
|
|
10
|
-
outline: 0.125rem dotted
|
|
13
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
11
14
|
}
|
|
12
15
|
}
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
&.sapMWSExpanded {
|
|
19
|
+
|
|
15
20
|
.sapMWSInner {
|
|
21
|
+
|
|
16
22
|
.sapMWSItem {
|
|
23
|
+
|
|
17
24
|
&:focus {
|
|
18
|
-
outline: 0.125rem dotted
|
|
25
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
19
26
|
}
|
|
20
27
|
}
|
|
21
28
|
}
|
|
@@ -23,27 +30,37 @@
|
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
.sapUiSizeCompact {
|
|
33
|
+
|
|
26
34
|
.sapMWS:not(.sapMWSShort) {
|
|
35
|
+
|
|
27
36
|
.sapMWSInner {
|
|
28
|
-
box-shadow: 0 0 0 1px
|
|
37
|
+
box-shadow: 0 0 0 1px var(--sapList_BorderColor);
|
|
29
38
|
}
|
|
30
39
|
}
|
|
31
40
|
}
|
|
32
41
|
|
|
33
42
|
.sap-phone {
|
|
43
|
+
|
|
34
44
|
.sapMWS {
|
|
45
|
+
|
|
35
46
|
.sapMWSInner {
|
|
47
|
+
|
|
36
48
|
.sapMWSItem {
|
|
49
|
+
|
|
37
50
|
&:focus {
|
|
38
|
-
outline: 0.125rem dotted
|
|
51
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
39
52
|
}
|
|
40
53
|
}
|
|
41
54
|
}
|
|
55
|
+
|
|
42
56
|
&.sapMWSExpanded {
|
|
57
|
+
|
|
43
58
|
.sapMWSInner {
|
|
59
|
+
|
|
44
60
|
.sapMWSItem {
|
|
61
|
+
|
|
45
62
|
&:focus {
|
|
46
|
-
outline: 0.125rem dotted
|
|
63
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
47
64
|
}
|
|
48
65
|
}
|
|
49
66
|
}
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
.sapFAvatarColorTileIcon {
|
|
40
40
|
background-color: var(--sapTile_Background);
|
|
41
41
|
color: var(--sapTile_IconColor);
|
|
42
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
42
43
|
|
|
43
44
|
.sapFAvatarInitialsHolder {
|
|
44
45
|
color: currentColor;
|
|
@@ -48,21 +49,33 @@
|
|
|
48
49
|
.sapFAvatarColorPlaceholder {
|
|
49
50
|
background-color: var(--sapContent_ImagePlaceholderBackground);
|
|
50
51
|
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
52
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
51
53
|
|
|
52
54
|
.sapFAvatarInitialsHolder {
|
|
53
55
|
color: currentColor;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
|
|
59
|
+
.sapFAvatarColorTransparent {
|
|
60
|
+
background-color: var(--sapAvatar_Lite_Background);
|
|
61
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
62
|
+
}
|
|
63
|
+
|
|
57
64
|
.generateColor (@accentIndex) {
|
|
58
65
|
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
59
66
|
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
60
67
|
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
68
|
+
@hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
|
|
61
69
|
|
|
62
70
|
// Build the real CSS selector.
|
|
63
71
|
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
64
72
|
.@{css-selector} {
|
|
65
73
|
background-color: @@background-param;
|
|
74
|
+
&.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
|
|
75
|
+
&.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
|
|
76
|
+
background-color: @@hover-color;
|
|
77
|
+
box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
|
|
78
|
+
}
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
.@{css-selector}.sapFAvatarIcon,
|
|
@@ -146,15 +146,22 @@
|
|
|
146
146
|
/* Custom focus outline: */
|
|
147
147
|
/* ---------------------------------------------------------------------*/
|
|
148
148
|
|
|
149
|
+
.sapMBtn:focus-visible > .sapMFocusable,
|
|
149
150
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable {
|
|
150
151
|
outline: var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);
|
|
151
152
|
outline-offset: -0.25rem;
|
|
152
153
|
}
|
|
153
154
|
|
|
155
|
+
.sapMBtn:focus-visible > .sapMFocusable,
|
|
154
156
|
html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
|
|
155
157
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
156
158
|
}
|
|
157
159
|
|
|
160
|
+
.sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable,
|
|
161
|
+
.sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable,
|
|
162
|
+
.sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable,
|
|
163
|
+
.sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable,
|
|
164
|
+
.sapMBtn:focus-visible > .sapMBtnNeutral.sapMFocusable,
|
|
158
165
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable,
|
|
159
166
|
html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable,
|
|
160
167
|
html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable,
|
|
@@ -163,6 +170,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable {
|
|
|
163
170
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
164
171
|
}
|
|
165
172
|
|
|
173
|
+
.sapMBtn:focus-visible > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable,
|
|
166
174
|
html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable {
|
|
167
175
|
outline-color: var(--sapContent_ContrastFocusColor);
|
|
168
176
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMGT {
|
|
7
|
-
border-radius: 0.125rem;
|
|
8
7
|
box-shadow: none;
|
|
9
8
|
}
|
|
10
9
|
|
|
@@ -17,10 +16,6 @@
|
|
|
17
16
|
border-radius: 0.125rem;
|
|
18
17
|
}
|
|
19
18
|
|
|
20
|
-
.sapMGTOverlay {
|
|
21
|
-
background-color: fade(@sapUiBlockLayerBackground, 70);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
19
|
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton,
|
|
25
20
|
.sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton {
|
|
26
21
|
|
|
@@ -146,10 +141,6 @@
|
|
|
146
141
|
color: var(--sapTile_TextColor);
|
|
147
142
|
}
|
|
148
143
|
|
|
149
|
-
.sapMGTOverlay {
|
|
150
|
-
opacity: 1;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
144
|
.sapMGT.sapMGTBackgroundImage {
|
|
154
145
|
|
|
155
146
|
.sapMGTOverlay {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
16
16
|
@_sap_m_InputBase_FocusOffset_Busy: 3px;
|
|
17
17
|
|
|
18
|
-
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
18
|
+
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper) {
|
|
19
19
|
border: var(--sapContent_FocusWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -101,6 +101,10 @@
|
|
|
101
101
|
text-align: right;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
+
.sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
|
|
105
|
+
border: var(--sapElement_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
|
|
106
|
+
}
|
|
107
|
+
|
|
104
108
|
.sapMLIBActive {
|
|
105
109
|
.sapMInputBaseInner,
|
|
106
110
|
.sapMInputBaseContentWrapper {
|
|
@@ -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
|
.sapMListTbl .sapMObjectAttributeActive .sapMText,
|
|
9
18
|
.sapMObjectAttributeActive .sapMText,
|
|
10
19
|
.sapMObjectAttributeActive .sapMObjectAttributeText {
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
+
.sapMObjectNumber.sapMLnkLargeReactiveArea:not(.sapMObjectNumberLarge):not(.sapMObjectNumberInverted) {
|
|
7
|
+
.sapMObjectNumberInner {
|
|
8
|
+
line-height: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
6
12
|
@sapMONInformativeElement: var(--sapInformationBackground);
|
|
7
13
|
|
|
8
14
|
.sapMObjectNumberInverted {
|
|
@@ -91,6 +91,17 @@
|
|
|
91
91
|
line-height: 0.875rem;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
.sapMObjStatus.sapMLnkLargeReactiveArea:not(.sapMObjectStatusLarge):not(.sapMObjStatusInverted) {
|
|
95
|
+
.sapMObjStatusTitle,
|
|
96
|
+
.sapMObjStatusIcon .sapUiIcon,
|
|
97
|
+
.sapMObjStatusText {
|
|
98
|
+
line-height: 1.5rem;
|
|
99
|
+
}
|
|
100
|
+
.sapMObjStatusIcon {
|
|
101
|
+
height: 1.5rem;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
94
105
|
.sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
|
|
95
106
|
|
|
96
107
|
.sapMObjStatusTitle,
|
|
@@ -416,154 +427,154 @@
|
|
|
416
427
|
|
|
417
428
|
/* Second set of inverted indication colors regular state */
|
|
418
429
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusWrapper {
|
|
419
|
-
background-color: var(--
|
|
420
|
-
border-color: var(--
|
|
430
|
+
background-color: var(--sapIndicationColor_1b_Background);
|
|
431
|
+
border-color: var(--sapIndicationColor_1b_BorderColor);
|
|
421
432
|
}
|
|
422
433
|
|
|
423
434
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
424
435
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon {
|
|
425
436
|
text-shadow: none;
|
|
426
|
-
color: var(--
|
|
437
|
+
color: var(--sapIndicationColor_1b_TextColor);
|
|
427
438
|
}
|
|
428
439
|
|
|
429
440
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusWrapper {
|
|
430
|
-
background-color: var(--
|
|
431
|
-
border-color: var(--
|
|
441
|
+
background-color: var(--sapIndicationColor_2b_Background);
|
|
442
|
+
border-color: var(--sapIndicationColor_2b_BorderColor);
|
|
432
443
|
}
|
|
433
444
|
|
|
434
445
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
|
|
435
446
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusIcon {
|
|
436
447
|
text-shadow: none;
|
|
437
|
-
color: var(--
|
|
448
|
+
color: var(--sapIndicationColor_2b_TextColor);
|
|
438
449
|
}
|
|
439
450
|
|
|
440
451
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusWrapper {
|
|
441
|
-
background-color: var(--
|
|
442
|
-
border-color: var(--
|
|
452
|
+
background-color: var(--sapIndicationColor_3b_Background);
|
|
453
|
+
border-color: var(--sapIndicationColor_3b_BorderColor);
|
|
443
454
|
}
|
|
444
455
|
|
|
445
456
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusText,
|
|
446
457
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusIcon {
|
|
447
458
|
text-shadow: none;
|
|
448
|
-
color: var(--
|
|
459
|
+
color: var(--sapIndicationColor_3b_TextColor);
|
|
449
460
|
}
|
|
450
461
|
|
|
451
462
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusWrapper {
|
|
452
|
-
background-color: var(--
|
|
453
|
-
border-color: var(--
|
|
463
|
+
background-color: var(--sapIndicationColor_4b_Background);
|
|
464
|
+
border-color: var(--sapIndicationColor_4b_BorderColor);
|
|
454
465
|
}
|
|
455
466
|
|
|
456
467
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusText,
|
|
457
468
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusIcon {
|
|
458
469
|
text-shadow: none;
|
|
459
|
-
color: var(--
|
|
470
|
+
color: var(--sapIndicationColor_4b_TextColor);
|
|
460
471
|
}
|
|
461
472
|
|
|
462
473
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusWrapper {
|
|
463
|
-
background-color: var(--
|
|
464
|
-
border-color: var(--
|
|
474
|
+
background-color: var(--sapIndicationColor_5b_Background);
|
|
475
|
+
border-color: var(--sapIndicationColor_5b_BorderColor);
|
|
465
476
|
}
|
|
466
477
|
|
|
467
478
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusText,
|
|
468
479
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusIcon {
|
|
469
480
|
text-shadow: none;
|
|
470
|
-
color: var(--
|
|
481
|
+
color: var(--sapIndicationColor_5b_TextColor);
|
|
471
482
|
}
|
|
472
483
|
|
|
473
484
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusWrapper {
|
|
474
|
-
background-color: var(--
|
|
475
|
-
border-color: var(--
|
|
485
|
+
background-color: var(--sapIndicationColor_6b_Background);
|
|
486
|
+
border-color: var(--sapIndicationColor_6b_BorderColor);
|
|
476
487
|
}
|
|
477
488
|
|
|
478
489
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusText,
|
|
479
490
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusIcon {
|
|
480
491
|
text-shadow: none;
|
|
481
|
-
color: var(--
|
|
492
|
+
color: var(--sapIndicationColor_6b_TextColor);
|
|
482
493
|
}
|
|
483
494
|
|
|
484
495
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusWrapper {
|
|
485
|
-
background-color: var(--
|
|
486
|
-
border-color: var(--
|
|
496
|
+
background-color: var(--sapIndicationColor_7b_Background);
|
|
497
|
+
border-color: var(--sapIndicationColor_7b_BorderColor);
|
|
487
498
|
}
|
|
488
499
|
|
|
489
500
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusText,
|
|
490
501
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusIcon {
|
|
491
502
|
text-shadow: none;
|
|
492
|
-
color: var(--
|
|
503
|
+
color: var(--sapIndicationColor_7b_TextColor);
|
|
493
504
|
}
|
|
494
505
|
|
|
495
506
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusWrapper {
|
|
496
|
-
background-color: var(--
|
|
497
|
-
border-color: var(--
|
|
507
|
+
background-color: var(--sapIndicationColor_8b_Background);
|
|
508
|
+
border-color: var(--sapIndicationColor_8b_BorderColor);
|
|
498
509
|
}
|
|
499
510
|
|
|
500
511
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusText,
|
|
501
512
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusIcon {
|
|
502
513
|
text-shadow: none;
|
|
503
|
-
color: var(--
|
|
514
|
+
color: var(--sapIndicationColor_8b_TextColor);
|
|
504
515
|
}
|
|
505
516
|
|
|
506
517
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusWrapper {
|
|
507
|
-
background-color: var(--
|
|
508
|
-
border-color: var(--
|
|
518
|
+
background-color: var(--sapIndicationColor_9b_Background);
|
|
519
|
+
border-color: var(--sapIndicationColor_9b_BorderColor);
|
|
509
520
|
}
|
|
510
521
|
|
|
511
522
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusText,
|
|
512
523
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon {
|
|
513
524
|
text-shadow: none;
|
|
514
|
-
color: var(--
|
|
525
|
+
color: var(--sapIndicationColor_9b_TextColor);
|
|
515
526
|
}
|
|
516
527
|
|
|
517
528
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusWrapper {
|
|
518
|
-
background-color: var(--
|
|
519
|
-
border-color: var(--
|
|
529
|
+
background-color: var(--sapIndicationColor_10b_Background);
|
|
530
|
+
border-color: var(--sapIndicationColor_10b_BorderColor);
|
|
520
531
|
}
|
|
521
532
|
|
|
522
533
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
523
534
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
524
535
|
text-shadow: none;
|
|
525
|
-
color: var(--
|
|
536
|
+
color: var(--sapIndicationColor_10b_TextColor);
|
|
526
537
|
}
|
|
527
538
|
|
|
528
539
|
/* Second set of inverted indication colors hovered state */
|
|
529
540
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
530
|
-
background-color: var(--
|
|
541
|
+
background-color: var(--sapIndicationColor_1b_Hover_Background);
|
|
531
542
|
}
|
|
532
543
|
|
|
533
544
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
534
|
-
background-color: var(--
|
|
545
|
+
background-color: var(--sapIndicationColor_2b_Hover_Background);
|
|
535
546
|
}
|
|
536
547
|
|
|
537
548
|
.sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
538
|
-
background-color: var(--
|
|
549
|
+
background-color: var(--sapIndicationColor_3b_Hover_Background);
|
|
539
550
|
}
|
|
540
551
|
|
|
541
552
|
.sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
542
|
-
background-color: var(--
|
|
553
|
+
background-color: var(--sapIndicationColor_4b_Hover_Background);
|
|
543
554
|
}
|
|
544
555
|
|
|
545
556
|
.sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
546
|
-
background-color: var(--
|
|
557
|
+
background-color: var(--sapIndicationColor_5b_Hover_Background);
|
|
547
558
|
}
|
|
548
559
|
|
|
549
560
|
.sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
550
|
-
background-color: var(--
|
|
561
|
+
background-color: var(--sapIndicationColor_6b_Hover_Background);
|
|
551
562
|
}
|
|
552
563
|
|
|
553
564
|
.sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
554
|
-
background-color: var(--
|
|
565
|
+
background-color: var(--sapIndicationColor_7b_Hover_Background);
|
|
555
566
|
}
|
|
556
567
|
|
|
557
568
|
.sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
558
|
-
background-color: var(--
|
|
569
|
+
background-color: var(--sapIndicationColor_8b_Hover_Background);
|
|
559
570
|
}
|
|
560
571
|
|
|
561
572
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
562
|
-
background-color: var(--
|
|
573
|
+
background-color: var(--sapIndicationColor_9b_Hover_Background);
|
|
563
574
|
}
|
|
564
575
|
|
|
565
576
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
566
|
-
background-color: var(--
|
|
577
|
+
background-color: var(--sapIndicationColor_10b_Hover_Background);
|
|
567
578
|
}
|
|
568
579
|
|
|
569
580
|
html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|