@openui5/themelib_sap_horizon 1.132.1 → 1.133.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 -2
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +54 -66
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/Button.less +11 -0
- package/src/sap/m/themes/sap_horizon/Link.less +4 -0
- 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/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 +1 -2
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +9 -5
- 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_dark/Button.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
- 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/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 +1 -2
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -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 +11 -0
- 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/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 +1 -1
- 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/Title.less +1 -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 +11 -0
- 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/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 +1 -1
- 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/Title.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +17 -8
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +17 -8
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +17 -9
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +17 -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/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/LICENSES/Unicode-DFS-2015.txt +0 -51
|
@@ -6,91 +6,90 @@
|
|
|
6
6
|
/* IconOnly */
|
|
7
7
|
|
|
8
8
|
.sapMSlt.sapMSltIconOnly:not(.sapMSltDisabled) {
|
|
9
|
-
border-color:
|
|
10
|
-
background:
|
|
9
|
+
border-color: var(--sapButton_Lite_BorderColor);
|
|
10
|
+
background: var(--sapButton_Lite_Background);
|
|
11
11
|
border-radius: 0.2rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
/* IconOnly Hover */
|
|
15
15
|
|
|
16
16
|
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
17
|
-
background:
|
|
18
|
-
|
|
17
|
+
background: var(--sapField_Hover_Background);
|
|
18
|
+
border: none;
|
|
19
19
|
|
|
20
20
|
&.sapMSltWithIcon {
|
|
21
|
-
|
|
21
|
+
box-shadow: inset 0 0 0 var(--sapContent_FocusWidth) var(--sapField_Active_BorderColor);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
/*
|
|
26
|
-
|
|
27
|
-
/* ------------------------------------------------ */
|
|
25
|
+
/* IconOnly Select in a Bar */
|
|
26
|
+
|
|
28
27
|
.sapMIBar .sapMSltIconOnly:not(.sapMSltDisabled) .sapMSltIcon {
|
|
29
|
-
color:
|
|
28
|
+
color: var(--sapButton_Lite_TextColor);
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
/*IconOnly Pressed */
|
|
33
32
|
.sapMSltPressed.sapMSltIconOnly:not(.sapMSltDisabled) {
|
|
34
33
|
background: @sapUiToggleButtonPressedBackground;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
|
|
35
|
+
.sapMSltIcon {
|
|
36
|
+
color: var(--sapField_TextColor);
|
|
37
|
+
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.sapMSlt:not(.sapMSltIconOnly) {
|
|
41
|
-
border-radius:
|
|
41
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.sapMSlt {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
height:
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
font-family: var(--sapFontFamily);
|
|
46
|
+
font-size: @sapFontSize;
|
|
47
|
+
height: var(--sapElement_Height);
|
|
48
|
+
border: none;
|
|
49
|
+
background-image: linear-gradient(0deg, var(--sapField_BorderColor) 0, var(--sapField_BorderColor) 100%);
|
|
50
|
+
background-size: 100% var(--sapField_BorderWidth);
|
|
51
|
+
background-repeat: repeat-x;
|
|
52
|
+
background-position: bottom;
|
|
53
|
+
box-shadow: var(--sapField_Shadow);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.sapUiSizeCompact .sapMSlt {
|
|
57
|
-
height:
|
|
57
|
+
height: var(--sapElement_Compact_Height);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.sapMSlt > .sapMSltArrow {
|
|
61
61
|
line-height: 2.313rem;
|
|
62
|
-
|
|
62
|
+
background-color: transparent !important;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.sapMSlt:not(.sapMSltState).sapMSltPressed > .sapMSltArrow::before {
|
|
66
|
-
color:
|
|
66
|
+
color: var(--sapButton_Selected_TextColor);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.sapMSlt.sapMSltPressed,
|
|
70
70
|
.sapMSltPressed > .sapMSltArrow {
|
|
71
|
-
background:
|
|
71
|
+
background: var(--sapField_Hover_Background);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled):not(.sapMSltState)
|
|
74
|
+
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled):not(.sapMSltState)::before {
|
|
75
75
|
outline-offset: -2px;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled).sapMSltState
|
|
78
|
+
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled).sapMSltState::before {
|
|
79
79
|
outline-offset: -2px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
83
82
|
html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabled).sapMSltPressed {
|
|
84
|
-
outline-color:
|
|
83
|
+
outline-color: var(--sapContent_ContrastFocusColor);
|
|
85
84
|
}
|
|
86
85
|
|
|
87
86
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
88
|
-
background:
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
background: var(--sapField_Hover_Background);
|
|
88
|
+
border-color: var(--sapField_Hover_BorderColor);
|
|
89
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
91
90
|
|
|
92
91
|
.sapMSltArrow {
|
|
93
|
-
border-radius:
|
|
92
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
94
93
|
}
|
|
95
94
|
}
|
|
96
95
|
|
|
@@ -102,7 +101,7 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
102
101
|
|
|
103
102
|
.sapMSltIconOnly.sapMSltPressed.sapMSltHoverable:not(.sapMSltState):hover {
|
|
104
103
|
background: @sapUiToggleButtonPressedHoverBackground;
|
|
105
|
-
border-color:
|
|
104
|
+
border-color: var(--sapField_Active_BorderColor);
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
/* value state */
|
|
@@ -114,14 +113,14 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
114
113
|
/* disabled */
|
|
115
114
|
|
|
116
115
|
.sapMSltDisabled {
|
|
117
|
-
opacity:
|
|
116
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
.sapMSlt.sapMSltReadonly {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
120
|
+
border-color: var(--sapField_ReadOnly_BorderColor);
|
|
121
|
+
background: var(--sapField_ReadOnly_BackgroundStyle);
|
|
122
|
+
background-color: var(--sapField_ReadOnly_Background);
|
|
123
|
+
box-shadow: none;
|
|
125
124
|
}
|
|
126
125
|
|
|
127
126
|
div.sapMSltPicker .sapMSltPickerValueState {
|
|
@@ -133,228 +132,231 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
.sapMSltMinWidth {
|
|
136
|
-
|
|
135
|
+
min-width: 2.75rem;
|
|
137
136
|
}
|
|
138
137
|
|
|
139
138
|
.sapUiSizeCompact .sapMSltMinWidth {
|
|
140
|
-
|
|
139
|
+
min-width: 2rem;
|
|
141
140
|
}
|
|
142
141
|
|
|
143
142
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
border:none;
|
|
144
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
146
145
|
border: none;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
146
|
+
background-image: linear-gradient(0deg, var(--sapField_BorderColor) 0, var(--sapField_BorderColor) 100%);
|
|
147
|
+
background-size: 100% var(--sapField_BorderWidth);
|
|
148
|
+
background-repeat: repeat-x;
|
|
149
|
+
background-position: bottom;
|
|
151
150
|
}
|
|
152
151
|
|
|
153
152
|
.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState),
|
|
154
153
|
.sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
154
|
+
&:not(.sapMSltReadonly) {
|
|
155
|
+
background: var(--sapField_Background);
|
|
156
|
+
}
|
|
157
|
+
border: none;
|
|
158
|
+
|
|
159
|
+
&:not(.sapMSltExpanded) {
|
|
160
|
+
box-shadow: inset 0 0 0 var(--sapContent_FocusWidth) var(--sapField_Active_BorderColor);
|
|
161
|
+
}
|
|
160
162
|
}
|
|
161
163
|
|
|
162
164
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):active {
|
|
163
|
-
|
|
165
|
+
border:none;
|
|
164
166
|
}
|
|
165
167
|
|
|
166
168
|
.sapMSltArrow {
|
|
167
|
-
|
|
168
|
-
|
|
169
|
+
width: 2.25rem;
|
|
170
|
+
height: 2.25rem;
|
|
169
171
|
|
|
170
172
|
&:hover {
|
|
171
|
-
box-shadow:
|
|
173
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
172
174
|
}
|
|
173
175
|
}
|
|
174
176
|
|
|
175
177
|
.sapUiSizeCompact .sapMSltArrow {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
+
width: 2rem;
|
|
179
|
+
height: 1.625rem;
|
|
178
180
|
}
|
|
179
181
|
|
|
180
182
|
.sapMSltPressed >.sapMSltArrow,
|
|
181
183
|
.sapMSlt:hover > .sapMSltArrow {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
background-color: var(--sapButton_Active_Background);
|
|
185
|
+
overflow: none;
|
|
186
|
+
border-radius: 0.125rem;
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
|
|
188
190
|
/* focus */
|
|
189
191
|
html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisabled) {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
192
|
+
|
|
193
|
+
&:before {
|
|
194
|
+
box-shadow: inset 0 0 0 2px var(--sapField_Focus_BorderColor);
|
|
195
|
+
}
|
|
193
196
|
}
|
|
194
197
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
// =====================================
|
|
198
|
+
/* Input Information state */
|
|
199
|
+
|
|
198
200
|
.sapMSltInformation {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
border: none;
|
|
202
|
+
background-image: linear-gradient(0deg, var(--sapField_InformationColor) 0, var(--sapField_InformationColor) 100%);
|
|
203
|
+
background-size: 100% var(--sapField_InformationBorderWidth);
|
|
204
|
+
background-repeat: repeat-x;
|
|
205
|
+
background-position: bottom;
|
|
206
|
+
background-color: var(--sapField_InformationBackground);
|
|
207
|
+
box-shadow: var(--sapField_InformationShadow);
|
|
206
208
|
}
|
|
207
209
|
|
|
208
210
|
.sapMSltInformation.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
211
|
+
border-color: var(--sapField_InformationColor);
|
|
212
|
+
box-shadow: var(--sapField_Hover_InformationShadow);
|
|
213
|
+
background-color: var(--sapField_Hover_Background);
|
|
212
214
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
215
|
+
&:not(.sapMSltFocused) {
|
|
216
|
+
box-shadow: var(--sapField_Hover_InformationShadow); /* NEW Parameter */
|
|
217
|
+
}
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):active,
|
|
219
221
|
.sapMSltFocused.sapMSltInformation {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
border-bottom: none;
|
|
223
|
+
box-shadow: inset 0 0 0 2px var(--sapField_InformationColor);
|
|
224
|
+
background-color: var(--sapField_Focus_Background);
|
|
223
225
|
}
|
|
224
226
|
|
|
225
227
|
.sapMSltInformation.sapMSltPressed {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
228
|
+
.sapMSltArrow {
|
|
229
|
+
color: var(--sapButton_Selected_TextColor);
|
|
230
|
+
box-shadow: var(--sapField_Hover_InformationShadow);
|
|
231
|
+
}
|
|
232
|
+
> .sapMSltArrow::before {
|
|
233
|
+
color: inherit;
|
|
234
|
+
}
|
|
233
235
|
}
|
|
234
236
|
|
|
235
|
-
|
|
236
|
-
// Input Success state
|
|
237
|
-
// =====================================
|
|
237
|
+
/* Input Success state */
|
|
238
238
|
|
|
239
239
|
.sapMSltSuccess {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
240
|
+
border: none;
|
|
241
|
+
background-image: linear-gradient(0deg, var(--sapField_SuccessColor) 0, var(--sapField_SuccessColor) 100%);
|
|
242
|
+
background-size: 100% var(--sapField_SuccessBorderWidth);
|
|
243
|
+
background-repeat: repeat-x;
|
|
244
|
+
background-position: bottom;
|
|
245
|
+
background-color: var(--sapField_SuccessBackground);
|
|
246
|
+
box-shadow: var(--sapField_SuccessShadow);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.sapMSltSuccess.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
249
|
+
.sapMSltSuccess.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
250
|
+
border-color: var(--sapField_SuccessColor);
|
|
251
|
+
box-shadow: var(--sapField_Hover_SuccessShadow);
|
|
252
|
+
background-color: var(--sapField_Hover_Background);
|
|
253
253
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
&:not(.sapMSltFocused) {
|
|
255
|
+
box-shadow: var(--sapField_Hover_SuccessShadow); /* New Parameter */
|
|
256
|
+
}
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
|
|
259
|
+
/* Field Success Focus - Experimental */
|
|
260
260
|
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):active,
|
|
261
261
|
.sapMSltFocused.sapMSltSuccess {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
262
|
+
border-bottom: none;
|
|
263
|
+
box-shadow: inset 0px 0px 0px 2px var(--sapField_SuccessColor);
|
|
264
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
265
|
+
background-color: var(--sapField_Focus_Background);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
.sapMSltSuccess.sapMSltPressed {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
269
|
+
|
|
270
|
+
.sapMSltArrow {
|
|
271
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
272
|
+
box-shadow: var(--sapField_Hover_SuccessShadow);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
> .sapMSltArrow::before {
|
|
276
|
+
color: inherit;
|
|
277
|
+
}
|
|
276
278
|
}
|
|
277
279
|
|
|
278
|
-
|
|
279
|
-
// Input Warning state
|
|
280
|
-
// =====================================
|
|
280
|
+
/* Input Warning state */
|
|
281
281
|
|
|
282
282
|
.sapMSltWarning {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
283
|
+
border: none;
|
|
284
|
+
background-image: linear-gradient(0deg, var(--sapField_WarningColor) 0, var(--sapField_WarningColor) 100%);
|
|
285
|
+
background-size: 100% var(--sapField_WarningBorderWidth);
|
|
286
|
+
background-repeat: repeat-x;
|
|
287
|
+
background-position: bottom;
|
|
288
|
+
background-color: var(--sapField_WarningBackground);
|
|
289
|
+
box-shadow: var(--sapField_WarningShadow);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
.sapMSltWarning.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
293
|
+
border-color: var(--sapField_WarningColor);
|
|
294
|
+
box-shadow: var(--sapField_Hover_WarningShadow);
|
|
295
|
+
background-color: var(--sapField_Hover_Background);
|
|
296
296
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
297
|
+
&:not(.sapMSltFocused) {
|
|
298
|
+
box-shadow: var(--sapField_Hover_WarningShadow); /* NEW Parameter */
|
|
299
|
+
}
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
|
|
302
|
+
/* Field Warning Focus - Experimental */
|
|
303
303
|
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):active,
|
|
304
304
|
.sapMSltFocused.sapMSltWarning {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
305
|
+
border-bottom: none;
|
|
306
|
+
box-shadow: inset 0 0 0 2px var(--sapField_WarningColor); /* Experimental */
|
|
307
|
+
background-color: var(--sapField_Focus_Background);
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
.sapMSltWarning.sapMSltPressed {
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
311
|
+
|
|
312
|
+
.sapMSltArrow {
|
|
313
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
314
|
+
box-shadow: var(--sapField_Hover_WarningShadow);
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
> .sapMSltArrow::before {
|
|
318
|
+
color: inherit;
|
|
319
|
+
}
|
|
318
320
|
}
|
|
319
321
|
|
|
320
|
-
// =====================================
|
|
321
322
|
// Input Error state
|
|
322
|
-
// =====================================
|
|
323
323
|
|
|
324
324
|
.sapMSltError {
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
325
|
+
border: none;
|
|
326
|
+
background-image: linear-gradient(0deg, var(--sapField_InvalidColor) 0, var(--sapField_InvalidColor) 100%);
|
|
327
|
+
background-size: 100% var(--sapField_InvalidBorderWidth);
|
|
328
|
+
background-repeat: repeat-x;
|
|
329
|
+
background-position: bottom;
|
|
330
|
+
background-color: var(--sapField_InvalidBackgroundStyle);
|
|
331
|
+
box-shadow: var(--sapField_InvalidShadow);
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
.sapMSltError.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
border-color: var(--sapField_InvalidColor);
|
|
336
|
+
box-shadow: var(--sapField_Hover_InvalidShadow);
|
|
337
|
+
background-color: var(--sapField_Hover_Background);
|
|
338
338
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
339
|
+
&:not(.sapMSltFocused) {
|
|
340
|
+
box-shadow: var(--sapField_Hover_InvalidShadow); /* NEW Parameter */
|
|
341
|
+
}
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
|
|
344
|
+
/* Field Error Focus - Experimental */
|
|
345
345
|
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):active,
|
|
346
346
|
.sapMSltFocused.sapMSltError {
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
347
|
+
border-bottom: none;
|
|
348
|
+
box-shadow: inset 0 0 0 2px var(--sapField_InvalidColor);
|
|
349
|
+
background-color: var(--sapField_Focus_Background);
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
.sapMSltError.sapMSltPressed {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
353
|
+
|
|
354
|
+
.sapMSltArrow {
|
|
355
|
+
color: var(--sapField_InvalidColor);
|
|
356
|
+
box-shadow: var(--sapField_Hover_InvalidShadow);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
> .sapMSltArrow::before {
|
|
360
|
+
color: inherit;
|
|
361
|
+
}
|
|
360
362
|
}
|
|
@@ -3,23 +3,24 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================ */
|
|
5
5
|
|
|
6
|
-
.sapMST:active{
|
|
7
|
-
background-color:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
border
|
|
6
|
+
.sapMST:active {
|
|
7
|
+
background-color: var(--sapTile_Active_Background);
|
|
8
|
+
|
|
9
|
+
.sapMSTFocusDiv {
|
|
10
|
+
border: 1px solid var(--sapTile_Interactive_BorderColor);
|
|
11
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
11
12
|
inset: 0;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.sapMST.sapMSTScopeActions.sapMSTDarkBackground .sapMSTMoreIcon {
|
|
16
|
-
color:
|
|
17
|
+
color: var(--sapContent_ContrastTextColor);
|
|
17
18
|
}
|
|
18
19
|
|
|
19
|
-
/* This part is used to achieve dotted white black interlace border*/
|
|
20
|
-
.sapMST:focus .sapMSTFocusDiv
|
|
21
|
-
.sapMST:active .sapMSTFocusDiv
|
|
22
|
-
content:
|
|
20
|
+
/* This part is used to achieve dotted white black interlace border */
|
|
21
|
+
.sapMST:focus .sapMSTFocusDiv::after,
|
|
22
|
+
.sapMST:active .sapMSTFocusDiv::after {
|
|
23
|
+
content: '';
|
|
23
24
|
position: absolute;
|
|
24
25
|
top: 0;
|
|
25
26
|
bottom: 0;
|
|
@@ -27,27 +28,27 @@
|
|
|
27
28
|
right: 0;
|
|
28
29
|
border-radius: 0.25rem;
|
|
29
30
|
margin: -1px;
|
|
30
|
-
border: 1px dotted
|
|
31
|
+
border: 1px dotted var(--sapContent_FocusColor);
|
|
31
32
|
}
|
|
32
33
|
|
|
33
|
-
/* Bulleted indicator of multiple tiles*/
|
|
34
|
+
/* Bulleted indicator of multiple tiles */
|
|
34
35
|
.sapMSTBulleted .sapMSTIndicator {
|
|
35
|
-
border: solid 0.0625rem
|
|
36
|
+
border: solid 0.0625rem var(--sapTile_OverlayForegroundColor);
|
|
36
37
|
opacity: 0.6;
|
|
37
|
-
box-shadow
|
|
38
|
+
box-shadow: 0 0 0.125rem var(--sapContent_ShadowColor);
|
|
38
39
|
margin: 0 0.094rem;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.sapMSTBulleted .sapMSTIndicator.sapMSTActive {
|
|
42
|
-
background:
|
|
43
|
-
box-shadow: 0 0 0.063rem
|
|
43
|
+
background: var(--sapTile_OverlayForegroundColor);
|
|
44
|
+
box-shadow: 0 0 0.063rem var(--sapContent_ShadowColor);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.sapMST {
|
|
47
|
-
border-radius:
|
|
48
|
-
border-color:
|
|
49
|
-
box-shadow:
|
|
50
|
-
background:
|
|
48
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
49
|
+
border-color: var(--sapTile_BorderColor);
|
|
50
|
+
box-shadow: var(--sapContent_Shadow0);
|
|
51
|
+
background: var(--sapTile_Background);
|
|
51
52
|
overflow: hidden;
|
|
52
53
|
}
|
|
53
54
|
|
|
@@ -60,50 +61,54 @@
|
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
.sapMST .sapMSTIconDisplayArea {
|
|
63
|
-
background-color:
|
|
64
|
+
background-color: var(--sapBlockLayer_Background);
|
|
64
65
|
}
|
|
65
|
-
|
|
66
|
+
|
|
67
|
+
.sapMST.sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
66
68
|
opacity: 0.8;
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
.sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
70
|
-
background-color:
|
|
72
|
+
background-color: var(--sapBrandColor);
|
|
71
73
|
}
|
|
72
74
|
|
|
73
75
|
.sapMST .sapMSTIconNestedArea {
|
|
74
|
-
text-shadow:
|
|
76
|
+
text-shadow: 0 1px var(--sapButton_Emphasized_TextShadow);
|
|
75
77
|
}
|
|
76
78
|
|
|
77
79
|
.sapMST:focus .sapMSTFocusDiv {
|
|
78
|
-
border-radius:
|
|
80
|
+
border-radius: var(--sapTile_BorderCornerRadius);
|
|
79
81
|
box-shadow: none;
|
|
80
82
|
inset: 0;
|
|
81
83
|
}
|
|
82
84
|
|
|
83
|
-
.sapMST:focus .sapMSTFocusDiv
|
|
84
|
-
.sapMST:active .sapMSTFocusDiv
|
|
85
|
+
.sapMST:focus .sapMSTFocusDiv::after,
|
|
86
|
+
.sapMST:active .sapMSTFocusDiv::after {
|
|
85
87
|
border: none;
|
|
86
|
-
border-radius:
|
|
88
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
.sapMST:hover {
|
|
90
|
-
box-shadow:
|
|
92
|
+
box-shadow: var(--sapContent_Shadow2) !important;
|
|
91
93
|
|
|
92
94
|
.sapMGT:hover {
|
|
93
95
|
box-shadow: none !important;
|
|
94
96
|
opacity: 0.9;
|
|
95
97
|
}
|
|
96
|
-
|
|
97
98
|
}
|
|
98
99
|
|
|
99
|
-
.sapMST:active{
|
|
100
|
-
|
|
100
|
+
.sapMST:active {
|
|
101
|
+
|
|
102
|
+
.sapMGT {
|
|
101
103
|
opacity: 0.8;
|
|
102
104
|
}
|
|
103
105
|
}
|
|
104
106
|
|
|
105
|
-
.sapMST{
|
|
106
|
-
|
|
107
|
+
.sapMST {
|
|
108
|
+
|
|
109
|
+
.sapMGT.OneByOne,
|
|
110
|
+
.sapMGT.TwoByOne {
|
|
111
|
+
|
|
107
112
|
.sapMTileCnt.News {
|
|
108
113
|
border-bottom-left-radius: 0;
|
|
109
114
|
border-bottom-right-radius: 0;
|
|
@@ -111,9 +116,10 @@
|
|
|
111
116
|
}
|
|
112
117
|
}
|
|
113
118
|
|
|
114
|
-
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
119
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea {
|
|
120
|
+
|
|
115
121
|
.sapUiIcon {
|
|
116
|
-
top:
|
|
122
|
+
top: 0;
|
|
117
123
|
left: 0.15rem;
|
|
118
124
|
}
|
|
119
125
|
}
|