@openui5/themelib_sap_horizon 1.114.9 → 1.114.10
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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
- package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
- package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -3
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
- package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -11
- package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +139 -138
- package/src/sap/ui/core/themes/sap_horizon/global.less +20 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +112 -111
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +21 -17
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +26 -26
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +19 -19
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
border: 1px solid @sapButton_BorderColor;
|
|
228
228
|
|
|
229
229
|
.sapMITHShowSubItemsIcon {
|
|
230
|
-
color: @
|
|
230
|
+
color: @sapUiBaseText;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
}
|
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
.sapMITHEndOverflow:hover,
|
|
236
236
|
.sapMITHStartOverflow:hover {
|
|
237
237
|
.sapMITBItem {
|
|
238
|
-
background: @
|
|
239
|
-
border: 1px solid @
|
|
238
|
+
background: @sapButton_Hover_Background;
|
|
239
|
+
border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorHover;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
|
|
250
250
|
//Arrow button
|
|
251
251
|
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapMBtnIcon {
|
|
252
|
-
color: @
|
|
252
|
+
color: @sapUiBaseText;
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
border-color: @sapContent_Selected_ForegroundColor;
|
|
387
387
|
}
|
|
388
388
|
.sapMBtnIcon {
|
|
389
|
-
color: @_sap_m_IconTabBar_SelectedTextColor;
|
|
389
|
+
color: @_sap_m_IconTabBar_SelectedTextColor !important;
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
|
|
@@ -466,6 +466,28 @@
|
|
|
466
466
|
.sapMITBFilterDefault {
|
|
467
467
|
border-color: @sapUiContentSelectedForegroundColor;
|
|
468
468
|
color: @sapUiContentSelectedForegroundColor;
|
|
469
|
+
|
|
470
|
+
.sapMITBFilterExpandBtnSeparator {
|
|
471
|
+
border-color: @sapUiBaseText;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.sapMBtnIcon {
|
|
475
|
+
color: @sapUiBaseText !important;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.sapMITBFilterDefault {
|
|
480
|
+
.sapMITBFilterWrapper:hover {
|
|
481
|
+
.sapMITBText {
|
|
482
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.sapMITBFilterExpandBtn:hover {
|
|
487
|
+
.sapMBtnIcon {
|
|
488
|
+
color: @sapUiBaseText;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
469
491
|
}
|
|
470
492
|
|
|
471
493
|
.sapMITBFilterNeutral {
|
|
@@ -732,10 +754,11 @@ html.sap-desktop {
|
|
|
732
754
|
.sapMITBItem {
|
|
733
755
|
&:active{
|
|
734
756
|
background-color: @_sap_m_IconTabBar_Overflow_BackgroundColorPressed;
|
|
757
|
+
border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorPressed;
|
|
735
758
|
}
|
|
736
759
|
&:active::after {
|
|
737
|
-
// when overflow is pressed,
|
|
738
|
-
border-color:
|
|
760
|
+
// when overflow is pressed, hide the focus
|
|
761
|
+
border-color: transparent;
|
|
739
762
|
}
|
|
740
763
|
}
|
|
741
764
|
}
|
|
@@ -75,10 +75,14 @@
|
|
|
75
75
|
opacity: @sapUiContentDisabledOpacity;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.sapMFocus.sapMInputBase .sapMInputBaseContentWrapper {
|
|
78
|
+
.sapMFocus.sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper) {
|
|
79
79
|
background-color: @sapField_Focus_Background;
|
|
80
80
|
outline: none;
|
|
81
81
|
|
|
82
|
+
&::before {
|
|
83
|
+
border-color: @sapUiFieldActiveBorderColor;
|
|
84
|
+
}
|
|
85
|
+
|
|
82
86
|
&.sapMInputBaseReadonlyWrapper {
|
|
83
87
|
background: @sapField_ReadOnly_Background;
|
|
84
88
|
}
|
|
@@ -11,9 +11,7 @@
|
|
|
11
11
|
background-color: @sapInformationBackground;
|
|
12
12
|
border-color: @sapUiMessageInformationBorderColor;
|
|
13
13
|
|
|
14
|
-
.sapMBtnTransparent
|
|
15
|
-
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
16
|
-
.sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
14
|
+
.sapMBtnTransparent {
|
|
17
15
|
background-color: @sapInformationBackground;
|
|
18
16
|
border-color: @sapInformationBackground;
|
|
19
17
|
}
|
|
@@ -26,9 +24,7 @@
|
|
|
26
24
|
.sapMMsgStripError {
|
|
27
25
|
border-color: @sapUiMessageErrorBorderColor;
|
|
28
26
|
|
|
29
|
-
.sapMBtnTransparent
|
|
30
|
-
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
31
|
-
.sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
27
|
+
.sapMBtnTransparent {
|
|
32
28
|
background-color: @sapErrorBackground;
|
|
33
29
|
border-color: @sapErrorBackground;
|
|
34
30
|
}
|
|
@@ -37,9 +33,7 @@
|
|
|
37
33
|
.sapMMsgStripSuccess {
|
|
38
34
|
border-color: @sapUiMessageSuccessBorderColor;
|
|
39
35
|
|
|
40
|
-
.sapMBtnTransparent
|
|
41
|
-
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
42
|
-
.sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
36
|
+
.sapMBtnTransparent {
|
|
43
37
|
background-color: @sapSuccessBackground;
|
|
44
38
|
border-color: @sapSuccessBackground;
|
|
45
39
|
}
|
|
@@ -48,9 +42,7 @@
|
|
|
48
42
|
.sapMMsgStripWarning {
|
|
49
43
|
border-color: @sapUiMessageWarningBorderColor;
|
|
50
44
|
|
|
51
|
-
.sapMBtnTransparent
|
|
52
|
-
.sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
|
|
53
|
-
.sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
45
|
+
.sapMBtnTransparent {
|
|
54
46
|
background-color: @sapWarningBackground;
|
|
55
47
|
border-color: @sapWarningBackground;
|
|
56
48
|
}
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
.sapMObjStatusText,
|
|
12
12
|
.sapMObjStatusIcon {
|
|
13
13
|
min-height: 1rem;
|
|
14
|
-
text-shadow: @sapUiContentContrastTextShadow;
|
|
15
14
|
height: 100%;
|
|
16
15
|
}
|
|
17
16
|
}
|
|
@@ -43,45 +42,51 @@
|
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
.sapMObjStatusInverted {
|
|
45
|
+
box-sizing: border-box;
|
|
46
|
+
min-width: 1.375rem;
|
|
46
47
|
& .sapMObjStatusText,
|
|
47
48
|
& .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
48
49
|
& .sapMObjStatusIcon .sapMObjStatusIconOnly,
|
|
49
50
|
& .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
50
51
|
& .sapMObjStatusLink .sapMObjStatusText {
|
|
51
|
-
border-radius:
|
|
52
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
52
53
|
}
|
|
53
54
|
& .sapMObjStatusIcon {
|
|
54
|
-
border-radius:
|
|
55
|
+
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
55
56
|
}
|
|
56
57
|
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
57
|
-
border-radius: 0
|
|
58
|
+
border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
.sapMObjStatusInverted .sapMObjStatusText,
|
|
62
63
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
63
64
|
color: @sapUiContentContrastTextColor;
|
|
65
|
+
border: 0.0625rem solid;
|
|
64
66
|
}
|
|
65
67
|
|
|
66
|
-
.sapMObjStatusInverted .
|
|
67
|
-
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
68
|
-
padding: 0.
|
|
68
|
+
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
69
|
+
.sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
70
|
+
padding: 0.1875rem 0.313rem;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sapMObjStatusInverted .sapMObjStatusText {
|
|
74
|
+
padding: 0.1875rem 0.25rem;
|
|
69
75
|
}
|
|
70
76
|
|
|
71
77
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
72
|
-
padding: 0.
|
|
78
|
+
padding: 0.1875rem 0 0.1875rem 0.25rem;
|
|
73
79
|
vertical-align: middle;
|
|
74
80
|
}
|
|
75
81
|
|
|
76
82
|
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
77
83
|
.sapMObjStatusText {
|
|
78
84
|
text-decoration: underline;
|
|
79
|
-
text-shadow: @sapUiContentTextShadow;
|
|
80
85
|
}
|
|
81
86
|
&:focus {
|
|
82
87
|
.sapMObjStatusLink::after {
|
|
83
88
|
outline: none;
|
|
84
|
-
border-radius:
|
|
89
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
85
90
|
content: "";
|
|
86
91
|
position: absolute;
|
|
87
92
|
box-sizing: border-box;
|
|
@@ -95,11 +100,10 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
95
100
|
}
|
|
96
101
|
.sapMObjStatusLink {
|
|
97
102
|
background: @sapUiContentFocusColor;
|
|
98
|
-
border-radius:
|
|
103
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
99
104
|
.sapMObjStatusIcon > .sapUiIcon,
|
|
100
105
|
.sapMObjStatusText {
|
|
101
106
|
color: @sapUiContentContrastTextColor;
|
|
102
|
-
text-shadow: @sapUiContentContrastTextShadow;
|
|
103
107
|
}
|
|
104
108
|
.sapMObjStatusText {
|
|
105
109
|
text-decoration: underline;
|
|
@@ -144,7 +148,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
144
148
|
pointer-events: none;
|
|
145
149
|
z-index: 1;
|
|
146
150
|
box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
|
|
147
|
-
border-radius:
|
|
151
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
148
152
|
height: 100%;
|
|
149
153
|
}
|
|
150
154
|
}
|
|
@@ -153,15 +157,234 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
153
157
|
}
|
|
154
158
|
}
|
|
155
159
|
|
|
156
|
-
.sapMObjStatusInverted
|
|
157
|
-
.sapMObjStatusInverted.
|
|
158
|
-
.
|
|
159
|
-
|
|
160
|
+
.sapMObjStatus.sapMObjStatusInverted,
|
|
161
|
+
.sapMObjStatus.sapMObjStatusInverted.sapMObjStatusActive {
|
|
162
|
+
.sapMObjStatusIcon:not(.sapMObjStatusIconOnly){
|
|
163
|
+
border-right: none;
|
|
164
|
+
&:hover:active{
|
|
165
|
+
border-right: none;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
.sapMObjStatusIcon + .sapMObjStatusText {
|
|
169
|
+
border-left: none;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
174
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
175
|
+
background-color: @sapUiButtonNegativeBackground;
|
|
176
|
+
color: @sapUiButtonNegativeTextColor;
|
|
177
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
|
|
181
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
182
|
+
background-color: @sapUiButtonCriticalBackground;
|
|
183
|
+
color: @sapUiButtonCriticalTextColor;
|
|
184
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
|
|
188
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
189
|
+
background-color: @sapUiButtonSuccessBackground;
|
|
190
|
+
color: @sapUiButtonSuccessTextColor;
|
|
191
|
+
border-color: @sapUiButtonSuccessBorderColor;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
195
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
196
|
+
text-shadow: @sapUiContentTextShadow;
|
|
197
|
+
background-color: @sapUiButtonInformationBackground;
|
|
198
|
+
color: @sapUiButtonInformationTextColor;
|
|
199
|
+
border-color: @sapUiButtonInformationBorderColor;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
|
|
203
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
204
|
+
text-shadow: @sapUiContentTextShadow;
|
|
205
|
+
background-color: @sapNeutralBackground;
|
|
206
|
+
color: @sapTextColor;
|
|
207
|
+
border-color: @sapNeutralBorderColor;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
212
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
213
|
+
background-color: @sapUiButtonNegativeHoverBackground;
|
|
214
|
+
color: @sapUiButtonNegativeHoverTextColor;
|
|
215
|
+
border-color: @sapUiButtonNegativeHoverBorderColor;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
219
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
220
|
+
background-color: @sapUiButtonCriticalHoverBackground;
|
|
221
|
+
color: @sapUiButtonCriticalHoverTextColor;
|
|
222
|
+
border-color: @sapUiButtonCriticalHoverBorderColor;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
226
|
+
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
227
|
+
background-color: @sapUiButtonSuccessHoverBackground;
|
|
228
|
+
color: @sapUiButtonSuccessHoverTextColor;
|
|
229
|
+
border-color: @sapUiButtonSuccessHoverBorderColor;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
233
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
234
|
+
background-color: @sapUiButtonInformationHoverBackground;
|
|
235
|
+
color: @sapUiButtonInformationHoverTextColor;
|
|
236
|
+
border-color: @sapUiButtonInformationHoverBorderColor;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
240
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
241
|
+
background-color: @sapUiButtonNeutralHoverBackground;
|
|
242
|
+
color: @sapUiButtonNeutralHoverTextColor;
|
|
243
|
+
border-color: @sapUiButtonNeutralHoverBorderColor;
|
|
244
|
+
}
|
|
245
|
+
|
|
160
246
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
|
|
161
|
-
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon
|
|
247
|
+
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
248
|
+
background-color: @sapUiButtonNegativeActiveBackground;
|
|
249
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
250
|
+
border-color: @sapUiButtonNegativeActiveBorderColor;
|
|
251
|
+
}
|
|
252
|
+
|
|
162
253
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
|
|
163
|
-
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon
|
|
254
|
+
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
255
|
+
background-color: @sapUiButtonCriticalActiveBackground;
|
|
256
|
+
color: @sapUiButtonAttentionSelectedTextColor;
|
|
257
|
+
border-color: @sapUiButtonCriticalActiveBorderColor;
|
|
258
|
+
}
|
|
259
|
+
|
|
164
260
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
|
|
165
261
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
166
|
-
color: @
|
|
262
|
+
background-color: @sapUiButtonSuccessActiveBackground;
|
|
263
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
264
|
+
border-color: @sapUiButtonSuccessActiveBorderColor;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
|
|
268
|
+
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
269
|
+
background-color: @sapUiButtonInformationActiveBackground;
|
|
270
|
+
color: @sapUiButtonSelectedTextColor;
|
|
271
|
+
border-color: @sapUiButtonInformationActiveBorderColor;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
|
|
275
|
+
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
276
|
+
background-color: @sapUiButtonNeutralActiveBackground;
|
|
277
|
+
color: @sapUiButtonActiveTextColor;
|
|
278
|
+
border-color: @sapUiButtonNeutralActiveBorderColor;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
282
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
283
|
+
background-color: @sapUiIndication1Background;
|
|
284
|
+
border-color: @sapUiIndication1BorderColor;
|
|
285
|
+
color: @sapUiIndication1TextColor;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
289
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
290
|
+
background-color: @sapUiIndication2Background;
|
|
291
|
+
border-color: @sapUiIndication2BorderColor;
|
|
292
|
+
color: @sapUiIndication2TextColor;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
296
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
297
|
+
background-color: @sapUiIndication3Background;
|
|
298
|
+
border-color: @sapUiIndication3BorderColor;
|
|
299
|
+
color: @sapUiIndication3TextColor;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
303
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
304
|
+
background-color: @sapUiIndication4Background;
|
|
305
|
+
border-color: @sapUiIndication4BorderColor;
|
|
306
|
+
color: @sapUiIndication4TextColor;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
310
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
311
|
+
background-color: @sapUiIndication5Background;
|
|
312
|
+
border-color: @sapUiIndication5BorderColor;
|
|
313
|
+
color: @sapUiIndication5TextColor;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
317
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
318
|
+
background-color: @sapUiIndication6Background;
|
|
319
|
+
border-color: @sapUiIndication6BorderColor;
|
|
320
|
+
color: @sapUiIndication6TextColor;
|
|
321
|
+
}
|
|
322
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
323
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
324
|
+
background-color: @sapUiIndication7Background;
|
|
325
|
+
border-color: @sapUiIndication7BorderColor;
|
|
326
|
+
color: @sapUiIndication7TextColor;
|
|
327
|
+
}
|
|
328
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
329
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
330
|
+
background-color: @sapUiIndication8Background;
|
|
331
|
+
border-color: @sapUiIndication8BorderColor;
|
|
332
|
+
color: @sapUiIndication8TextColor;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
336
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
337
|
+
background-color: @sapUiIndication1ActiveBackground;
|
|
338
|
+
border-color: @sapUiIndication1ActiveBorderColor;
|
|
339
|
+
color: @sapUiIndication1ActiveTextColor;
|
|
340
|
+
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
344
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
345
|
+
background-color: @sapUiIndication2ActiveBackground;
|
|
346
|
+
border-color: @sapUiIndication2ActiveBorderColor;
|
|
347
|
+
color: @sapUiIndication2ActiveTextColor;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
351
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
352
|
+
background-color: @sapUiIndication3ActiveBackground;
|
|
353
|
+
border-color: @sapUiIndication3ActiveBorderColor;
|
|
354
|
+
color: @sapUiIndication3ActiveTextColor;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
358
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
359
|
+
background-color: @sapUiIndication4ActiveBackground;
|
|
360
|
+
border-color: @sapUiIndication4ActiveBorderColor;
|
|
361
|
+
color: @sapUiIndication4ActiveTextColor;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
365
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
366
|
+
background-color: @sapUiIndication5ActiveBackground;
|
|
367
|
+
border-color: @sapUiIndication5ActiveBorderColor;
|
|
368
|
+
color: @sapUiIndication5ActiveTextColor;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
372
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
373
|
+
background-color: @sapUiIndication6ActiveBackground;
|
|
374
|
+
border-color: @sapUiIndication6ActiveBorderColor;
|
|
375
|
+
color: @sapUiIndication6ActiveTextColor;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
379
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
380
|
+
background-color: @sapUiIndication7ActiveBackground;
|
|
381
|
+
border-color: @sapUiIndication7ActiveBorderColor;
|
|
382
|
+
color: @sapUiIndication7ActiveTextColor;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
386
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
387
|
+
background-color: @sapUiIndication8ActiveBackground;
|
|
388
|
+
border-color: @sapUiIndication8ActiveBorderColor;
|
|
389
|
+
color: @sapUiIndication8ActiveTextColor;
|
|
167
390
|
}
|
|
@@ -77,10 +77,6 @@
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover {
|
|
81
|
-
filter: drop-shadow(0 0 0.125rem fade(@sapNeutralColor, 72)); //drop-shadow(@sapContent_Interaction_Shadow) doesn't work; Reason: Chrome, Safari and Opera, and maybe other browsers, do not support this 4th length; shadow will not render if added.
|
|
82
|
-
}
|
|
83
|
-
|
|
84
80
|
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover .sapMRbBOut {
|
|
85
81
|
stroke: @sapUiFieldHoverBorderColor;
|
|
86
82
|
}
|
|
@@ -137,10 +133,6 @@
|
|
|
137
133
|
}
|
|
138
134
|
}
|
|
139
135
|
|
|
140
|
-
.sapMRbErr:not(.sapMRbDis) .sapMRbHoverable:hover {
|
|
141
|
-
filter: drop-shadow(0 0 0.125rem fade(@sapNegativeColor, 72)); // @sapContent_Negative_Shadow; same as above
|
|
142
|
-
}
|
|
143
|
-
|
|
144
136
|
.sapMRbWarn.sapMRbSel,
|
|
145
137
|
.sapMRbWarn.sapMRbSel.sapMRbRo {
|
|
146
138
|
.sapMRbBInn {
|
|
@@ -158,10 +150,6 @@
|
|
|
158
150
|
}
|
|
159
151
|
}
|
|
160
152
|
|
|
161
|
-
.sapMRbWarn:not(.sapMRbDis) .sapMRbHoverable:hover {
|
|
162
|
-
filter: drop-shadow(0 0 0.125rem fade(@sapCriticalColor, 72)); // @sapContent_Critical_Shadow; same as above
|
|
163
|
-
}
|
|
164
|
-
|
|
165
153
|
.sapMRbSucc.sapMRbSel,
|
|
166
154
|
.sapMRbSucc.sapMRbSel.sapMRbRo {
|
|
167
155
|
.sapMRbBInn {
|
|
@@ -179,11 +167,6 @@
|
|
|
179
167
|
}
|
|
180
168
|
}
|
|
181
169
|
|
|
182
|
-
|
|
183
|
-
.sapMRbSucc:not(.sapMRbDis) .sapMRbHoverable:hover {
|
|
184
|
-
filter: drop-shadow(0 0 0.125rem fade(@sapPositiveColor, 72)); // @sapContent_Positive_Shadow; same as above
|
|
185
|
-
}
|
|
186
|
-
|
|
187
170
|
.sapMRbInfo.sapMRbSel,
|
|
188
171
|
.sapMRbInfo.sapMRbSel.sapMRbRo {
|
|
189
172
|
.sapMRbBInn {
|
|
@@ -201,10 +184,6 @@
|
|
|
201
184
|
}
|
|
202
185
|
}
|
|
203
186
|
|
|
204
|
-
.sapMRbInfo:not(.sapMRbDis) .sapMRbHoverable:hover {
|
|
205
|
-
filter: drop-shadow(0 0 0.125rem fade(@sapInformativeColor, 72)); // @sapContent_Informative_Shadow; same as above
|
|
206
|
-
}
|
|
207
|
-
|
|
208
187
|
.sapMRbRo .sapMRbBOut {
|
|
209
188
|
stroke-dasharray: 4,2; // parameter needed for the type of the dashes
|
|
210
189
|
}
|
|
@@ -11,15 +11,14 @@
|
|
|
11
11
|
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
12
|
&:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
13
13
|
.sapMSliderHandle:hover {
|
|
14
|
-
border:
|
|
15
|
-
background: @
|
|
16
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
14
|
+
border: 0.0625rem @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
|
|
15
|
+
background: @sapUiSliderHoverRangeHandleBackground;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
20
19
|
&:not(:focus) {
|
|
21
20
|
background: transparent;
|
|
22
|
-
border: 0.125rem solid
|
|
21
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
23
22
|
outline: none;
|
|
24
23
|
box-shadow: none;
|
|
25
24
|
top: -0.625rem;
|
|
@@ -28,7 +27,7 @@
|
|
|
28
27
|
|
|
29
28
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
30
29
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
31
|
-
border: 0.125rem solid
|
|
30
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
32
31
|
outline: none;
|
|
33
32
|
box-shadow: none;
|
|
34
33
|
top: -0.625rem;
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
|
|
37
36
|
.sapMSliderHandle {
|
|
38
37
|
background: @sapUiSliderRangeHandleBackground;
|
|
39
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
40
38
|
top: -0.625rem;
|
|
41
39
|
}
|
|
42
40
|
|
|
@@ -50,20 +48,42 @@
|
|
|
50
48
|
background-color: @sapUiContentMeasureIndicatorColor;
|
|
51
49
|
}
|
|
52
50
|
|
|
51
|
+
.sapMRangeSlider .sapMSliderLabels {
|
|
52
|
+
width: 100%;
|
|
53
|
+
position: absolute;
|
|
54
|
+
top: 2.125rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.sapMRangeSlider .sapMSliderTickLabel .sapMSliderLabel {
|
|
58
|
+
top: 1rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.sapMRangeSlider .sapMSliderRangeLabel {
|
|
62
|
+
padding-top: 0.4375rem;
|
|
63
|
+
}
|
|
64
|
+
|
|
53
65
|
.sapUiSizeCompact {
|
|
54
66
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
55
67
|
&:not(:focus) {
|
|
56
68
|
background: transparent;
|
|
57
|
-
border:
|
|
69
|
+
border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
58
70
|
outline: none;
|
|
59
71
|
box-shadow: none;
|
|
60
72
|
top: -0.5rem;
|
|
61
73
|
}
|
|
62
74
|
}
|
|
63
75
|
|
|
76
|
+
.sapMRangeSlider .sapMSliderLabels {
|
|
77
|
+
margin: 0 -0.875rem;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.sapMRangeSlider .sapMSliderRangeLabel {
|
|
81
|
+
padding-top: 0.375rem;
|
|
82
|
+
}
|
|
83
|
+
|
|
64
84
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
65
85
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
66
|
-
border: 0.125rem solid
|
|
86
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
67
87
|
outline: none;
|
|
68
88
|
box-shadow: none;
|
|
69
89
|
top: -0.5rem;
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
height: ~"calc(100% - 1px)";
|
|
33
33
|
|
|
34
34
|
border-radius: @sapUiFieldBorderCornerRadius;
|
|
35
|
-
color: @
|
|
36
|
-
|
|
35
|
+
color: @sapUiFieldTextColor;
|
|
36
|
+
|
|
37
37
|
&:first-of-type {
|
|
38
38
|
margin-left: 0.25rem;
|
|
39
39
|
}
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&:hover {
|
|
46
|
-
box-shadow: @
|
|
47
|
-
background-color: @
|
|
46
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
47
|
+
background-color: @sapUiFieldHoverBackground;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
&:active,
|
|
51
51
|
&.sapMSFBA // Firefox specific
|
|
52
52
|
{
|
|
53
|
-
box-shadow: @
|
|
53
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
54
54
|
color: @sapUiButtonSelectedTextColor;
|
|
55
|
-
background-color: @
|
|
55
|
+
background-color: @sapUiFieldHoverBackground;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -68,4 +68,8 @@
|
|
|
68
68
|
&:hover .sapMSFF {
|
|
69
69
|
box-shadow: none;
|
|
70
70
|
}
|
|
71
|
+
|
|
72
|
+
.sapMSFB:hover {
|
|
73
|
+
color: @sapUiButtonSelectedTextColor;
|
|
74
|
+
}
|
|
71
75
|
}
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
51
51
|
background: @sapUiButtonHoverBackground;
|
|
52
52
|
border-radius: 0.5rem;
|
|
53
|
-
|
|
54
|
-
border-color: transparent;
|
|
53
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
@@ -59,7 +58,7 @@ html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
|
59
58
|
}
|
|
60
59
|
|
|
61
60
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
62
|
-
|
|
61
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
/* Custom focus outline: */
|