@openui5/themelib_sap_horizon 1.118.0 → 1.119.1
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 +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
- package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
- package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
- package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
- package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
- package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
- 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/GenericTile.less +37 -0
- 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/SearchField.less +8 -5
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon/Title.less +19 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
- 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/GenericTile.less +38 -0
- 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/SearchField.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
- 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/InputBase.less +0 -1
- 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/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
- 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/InputBase.less +0 -1
- 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/SearchField.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
- 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/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
- 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_dark/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
- 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_hcb/global.less +8 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
- 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/core/themes/sap_horizon_hcw/global.less +8 -8
- package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -18,11 +18,13 @@
|
|
|
18
18
|
text-align: center;
|
|
19
19
|
text-shadow: none;
|
|
20
20
|
color: @sapUiButtonTextColor;
|
|
21
|
-
border-top: 1px solid
|
|
22
|
-
border-left: 1px solid
|
|
23
|
-
border-bottom: 1px solid
|
|
21
|
+
border-top: 1px solid transparent;
|
|
22
|
+
border-left: 1px solid transparent;
|
|
23
|
+
border-bottom: 1px solid transparent;
|
|
24
24
|
border-right: 1px solid transparent;
|
|
25
25
|
background-color: @sapUiButtonBackground;
|
|
26
|
+
margin-left: 1px;
|
|
27
|
+
margin-right: 1px;
|
|
26
28
|
}
|
|
27
29
|
&:not(.sapMSegBBtnMixed) .sapMImg {
|
|
28
30
|
padding-left: 0.5625rem;
|
|
@@ -31,35 +33,52 @@
|
|
|
31
33
|
}
|
|
32
34
|
}
|
|
33
35
|
|
|
36
|
+
.sapMSegB .sapMSegBBtn .sapMSegBBtnInnerWrapper {
|
|
37
|
+
border-top: 1px solid @sapUiButtonBorderColor;
|
|
38
|
+
border-bottom: 1px solid @sapUiButtonBorderColor;
|
|
39
|
+
background-color: @sapUiButtonBackground;
|
|
40
|
+
}
|
|
41
|
+
|
|
34
42
|
.sapMSegB .sapMSegBBtn {
|
|
35
43
|
position: relative;
|
|
36
44
|
}
|
|
37
45
|
|
|
38
|
-
.sapMSegBBtn:first-child .sapMSegBBtnInner
|
|
46
|
+
.sapMSegBBtn:first-child .sapMSegBBtnInner {
|
|
47
|
+
border-top-left-radius: @sapUiButtonBorderCornerRadius;
|
|
48
|
+
border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
|
|
49
|
+
margin-left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
39
52
|
.sapMSegBBtn:first-child .sapMSegBBtnInnerWrapper {
|
|
40
53
|
border-top-left-radius: @sapUiButtonBorderCornerRadius;
|
|
41
54
|
border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
|
|
55
|
+
border-left: 1px solid @sapUiButtonBorderColor;
|
|
42
56
|
}
|
|
43
57
|
|
|
44
|
-
.sapMSegBBtn:last-child .sapMSegBBtnInner,
|
|
45
58
|
.sapMSegBBtn:last-child .sapMSegBBtnInnerWrapper {
|
|
46
59
|
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
47
60
|
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
61
|
+
border-right: 1px solid @sapUiButtonBorderColor;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sapMSegBBtn:last-child .sapMSegBBtnInner{
|
|
65
|
+
border-top-right-radius: @sapUiButtonBorderCornerRadius;
|
|
66
|
+
border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
|
|
67
|
+
margin-right: 0;
|
|
48
68
|
}
|
|
49
69
|
|
|
50
70
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
51
71
|
background: @sapUiButtonHoverBackground;
|
|
52
72
|
border-radius: 0.5rem;
|
|
53
|
-
|
|
54
|
-
border-color: transparent;
|
|
73
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
55
74
|
}
|
|
56
75
|
|
|
57
76
|
html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
|
|
58
|
-
border-color:
|
|
77
|
+
border-color: @sapUiButtonBorderColor;
|
|
59
78
|
}
|
|
60
79
|
|
|
61
80
|
html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
|
|
62
|
-
|
|
81
|
+
border-color: @sapUiButtonHoverBorderColor;
|
|
63
82
|
}
|
|
64
83
|
|
|
65
84
|
/* Custom focus outline: */
|
|
@@ -68,18 +87,18 @@ html.sap-desktop {
|
|
|
68
87
|
content: "";
|
|
69
88
|
position: absolute;
|
|
70
89
|
box-sizing: border-box;
|
|
71
|
-
left: 0.
|
|
72
|
-
top: 0.
|
|
73
|
-
right: 0.
|
|
74
|
-
bottom: 0.
|
|
90
|
+
left: 0.2rem;
|
|
91
|
+
top: 0.45rem;
|
|
92
|
+
right: 0.2rem;
|
|
93
|
+
bottom: 0.45rem;
|
|
75
94
|
pointer-events: none;
|
|
76
95
|
border: 0.125rem solid @sapUiContentFocusColor;
|
|
77
96
|
border-radius: 0.375rem;
|
|
78
97
|
}
|
|
79
98
|
.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
|
|
80
99
|
&.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
|
|
81
|
-
top: 0.
|
|
82
|
-
bottom: 0.
|
|
100
|
+
top: 0.4rem;
|
|
101
|
+
bottom: 0.4rem;
|
|
83
102
|
}
|
|
84
103
|
}
|
|
85
104
|
|
|
@@ -164,6 +164,10 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
164
164
|
.sapMSltArrow {
|
|
165
165
|
width: 2.25rem;
|
|
166
166
|
height: 2.25rem;
|
|
167
|
+
|
|
168
|
+
&:hover {
|
|
169
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
170
|
+
}
|
|
167
171
|
}
|
|
168
172
|
|
|
169
173
|
.sapUiSizeCompact .sapMSltArrow {
|
|
@@ -174,7 +178,6 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
174
178
|
.sapMSltPressed >.sapMSltArrow,
|
|
175
179
|
.sapMSlt:hover > .sapMSltArrow {
|
|
176
180
|
background-color: @sapUiButtonActiveBackground;
|
|
177
|
-
box-shadow: @sapUiFieldHoverShadow;
|
|
178
181
|
overflow: none;
|
|
179
182
|
border-radius: 0.125rem;
|
|
180
183
|
}
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
@_sapMTextAreaValueStateInformationPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
14
14
|
@_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem 0.4375rem;
|
|
15
15
|
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.1875rem 0.5rem 0.125rem;
|
|
16
|
+
@_sapMTextAreaContentWrapperPadding: 0 0 1px 0;
|
|
17
|
+
@_sapMTextAreaContentWrapperValueStateSuccessPadding: 0 0 1px 0;
|
|
18
|
+
@_sapMTextAreaContentWrapperValueStateInformationPadding: 0 0 2px 0;
|
|
19
|
+
@_sapMTextAreaContentWrapperValueStateErrorWarningPadding: 0 0 2px 0;
|
|
16
20
|
|
|
17
21
|
.sapMInputBase.sapMTextArea {
|
|
18
22
|
min-height: 2.25rem;
|
|
@@ -3,10 +3,23 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.sapFFCL
|
|
7
|
-
|
|
8
|
-
.
|
|
9
|
-
.
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
.sapFFCL {
|
|
7
|
+
|
|
8
|
+
.sapFDynamicPage-Std-Desktop-XL,
|
|
9
|
+
.sapFDynamicPage-Std-Desktop,
|
|
10
|
+
.sapFDynamicPage-Std-Tablet,
|
|
11
|
+
.sapFDynamicPage-Std-Phone {
|
|
12
|
+
.sapFDynamicPageTitleMain {
|
|
13
|
+
.sapFDynamicPageTitleMainInner {
|
|
14
|
+
.sapFDynamicPageTitleMainHeading {
|
|
15
|
+
.sapFDynamicPageTitleMainHeadingInner {
|
|
16
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
17
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
18
|
+
font-family: @sapObjectHeader_Title_FontFamily;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
12
25
|
}
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
/* hover and down on toggled button */
|
|
7
7
|
.sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive),
|
|
8
8
|
.sapMBtn .sapMBtnHoverable.sapMToggleBtnPressed:hover {
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
|
|
9
11
|
&.sapMBtnReject {
|
|
10
12
|
background-color: @sapUiButtonRejectSelectedHoverBackground;
|
|
11
13
|
border-color: @sapUiButtonRejectSelectedHoverBorderColor;
|
|
@@ -68,26 +70,6 @@ html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
|
68
70
|
color: @sapUiButtonSelectedTextColor;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive) {
|
|
72
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnEmphasized {
|
|
76
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAccept {
|
|
80
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnReject {
|
|
84
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnActive).sapMBtnAttention {
|
|
88
|
-
box-shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
73
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
92
74
|
border-color: @sapUiContentFocusColor;
|
|
93
75
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
/* Background animation element */
|
|
7
7
|
.sapUiLocalBusyIndicatorAnimation > div::before {
|
|
8
|
-
background: @
|
|
8
|
+
background: @sapUiContentBusyColor;
|
|
9
9
|
animation-duration: 0ms;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
/* Shadow animation element */
|
|
13
13
|
.sapUiLocalBusyIndicatorAnimation > div::after {
|
|
14
|
-
box-shadow: inset 0px 0px 0px 0px @
|
|
14
|
+
box-shadow: inset 0px 0px 0px 0px @sapUiContentBusyColor;
|
|
15
15
|
}
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
21
|
@_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
|
|
22
|
-
@_sap_m_Carousel_BulletInactiveBackground:
|
|
22
|
+
@_sap_m_Carousel_BulletInactiveBackground: transparent;
|
|
23
23
|
@_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
|
|
24
24
|
@_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
|
|
25
25
|
@_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;
|
|
26
|
-
@_sap_m_Carousel_BulletInactiveWidth: 0.
|
|
26
|
+
@_sap_m_Carousel_BulletInactiveWidth: 0.375rem;
|
|
27
27
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
28
28
|
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
29
29
|
@_sap_m_Carousel_ContrastFocusBorder: @sapUiContentFocusWidth solid @sapUiBaseBG;
|
|
@@ -100,21 +100,42 @@
|
|
|
100
100
|
|
|
101
101
|
.sapMObjStatusInverted {
|
|
102
102
|
box-sizing: border-box;
|
|
103
|
+
min-width: 1.375rem;
|
|
103
104
|
& .sapMObjStatusText,
|
|
104
105
|
& .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
105
106
|
& .sapMObjStatusIcon .sapMObjStatusIconOnly,
|
|
106
107
|
& .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
107
108
|
& .sapMObjStatusLink .sapMObjStatusText {
|
|
108
|
-
border-radius: @
|
|
109
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
109
110
|
}
|
|
110
111
|
& .sapMObjStatusIcon {
|
|
111
|
-
border-radius: @
|
|
112
|
+
border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
|
|
112
113
|
}
|
|
113
114
|
& .sapMObjStatusIcon + .sapMObjStatusText {
|
|
114
|
-
border-radius: 0 @
|
|
115
|
+
border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
118
|
|
|
119
|
+
.sapMObjStatusInverted .sapMObjStatusText,
|
|
120
|
+
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
121
|
+
color: @sapUiContentContrastTextColor;
|
|
122
|
+
border: 0.0625rem solid;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
126
|
+
.sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
|
|
127
|
+
padding: 0.1875rem 0.313rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sapMObjStatusInverted .sapMObjStatusText {
|
|
131
|
+
padding: 0.1875rem 0.25rem;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
135
|
+
padding: 0.1875rem 0 0.1875rem 0.25rem;
|
|
136
|
+
vertical-align: middle;
|
|
137
|
+
}
|
|
138
|
+
|
|
118
139
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
119
140
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
120
141
|
background-color: @sapUiBaseBG;
|
|
@@ -214,24 +235,114 @@
|
|
|
214
235
|
}
|
|
215
236
|
|
|
216
237
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
217
|
-
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon
|
|
238
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
239
|
+
background-color: @sapUiIndication1Background;
|
|
240
|
+
border-color: @sapUiIndication1BorderColor;
|
|
241
|
+
color: @sapUiIndication1TextColor;
|
|
242
|
+
}
|
|
243
|
+
|
|
218
244
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
219
|
-
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon
|
|
245
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
246
|
+
background-color: @sapUiIndication2Background;
|
|
247
|
+
border-color: @sapUiIndication2BorderColor;
|
|
248
|
+
color: @sapUiIndication2TextColor;
|
|
249
|
+
}
|
|
250
|
+
|
|
220
251
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
221
|
-
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon
|
|
252
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
253
|
+
background-color: @sapUiIndication3Background;
|
|
254
|
+
border-color: @sapUiIndication3BorderColor;
|
|
255
|
+
color: @sapUiIndication3TextColor;
|
|
256
|
+
}
|
|
257
|
+
|
|
222
258
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
223
|
-
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon
|
|
259
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
260
|
+
background-color: @sapUiIndication4Background;
|
|
261
|
+
border-color: @sapUiIndication4BorderColor;
|
|
262
|
+
color: @sapUiIndication4TextColor;
|
|
263
|
+
}
|
|
264
|
+
|
|
224
265
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
225
|
-
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon
|
|
266
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
267
|
+
background-color: @sapUiIndication5Background;
|
|
268
|
+
border-color: @sapUiIndication5BorderColor;
|
|
269
|
+
color: @sapUiIndication5TextColor;
|
|
270
|
+
}
|
|
271
|
+
|
|
226
272
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
227
|
-
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon
|
|
273
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
274
|
+
background-color: @sapUiIndication6Background;
|
|
275
|
+
border-color: @sapUiIndication6BorderColor;
|
|
276
|
+
color: @sapUiIndication6TextColor;
|
|
277
|
+
}
|
|
228
278
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
229
|
-
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon
|
|
279
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
280
|
+
background-color: @sapUiIndication7Background;
|
|
281
|
+
border-color: @sapUiIndication7BorderColor;
|
|
282
|
+
color: @sapUiIndication7TextColor;
|
|
283
|
+
}
|
|
230
284
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
231
285
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
232
|
-
background-color: @
|
|
233
|
-
border:
|
|
234
|
-
color: @
|
|
286
|
+
background-color: @sapUiIndication8Background;
|
|
287
|
+
border-color: @sapUiIndication8BorderColor;
|
|
288
|
+
color: @sapUiIndication8TextColor;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
292
|
+
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
293
|
+
background-color: @sapUiIndication1ActiveBackground;
|
|
294
|
+
border-color: @sapUiIndication1ActiveBorderColor;
|
|
295
|
+
color: @sapUiIndication1ActiveTextColor;
|
|
296
|
+
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
300
|
+
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
301
|
+
background-color: @sapUiIndication2ActiveBackground;
|
|
302
|
+
border-color: @sapUiIndication2ActiveBorderColor;
|
|
303
|
+
color: @sapUiIndication2ActiveTextColor;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
307
|
+
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
308
|
+
background-color: @sapUiIndication3ActiveBackground;
|
|
309
|
+
border-color: @sapUiIndication3ActiveBorderColor;
|
|
310
|
+
color: @sapUiIndication3ActiveTextColor;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
314
|
+
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
315
|
+
background-color: @sapUiIndication4ActiveBackground;
|
|
316
|
+
border-color: @sapUiIndication4ActiveBorderColor;
|
|
317
|
+
color: @sapUiIndication4ActiveTextColor;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
321
|
+
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
322
|
+
background-color: @sapUiIndication5ActiveBackground;
|
|
323
|
+
border-color: @sapUiIndication5ActiveBorderColor;
|
|
324
|
+
color: @sapUiIndication5ActiveTextColor;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
328
|
+
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
329
|
+
background-color: @sapUiIndication6ActiveBackground;
|
|
330
|
+
border-color: @sapUiIndication6ActiveBorderColor;
|
|
331
|
+
color: @sapUiIndication6ActiveTextColor;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
335
|
+
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
336
|
+
background-color: @sapUiIndication7ActiveBackground;
|
|
337
|
+
border-color: @sapUiIndication7ActiveBorderColor;
|
|
338
|
+
color: @sapUiIndication7ActiveTextColor;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
342
|
+
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
343
|
+
background-color: @sapUiIndication8ActiveBackground;
|
|
344
|
+
border-color: @sapUiIndication8ActiveBorderColor;
|
|
345
|
+
color: @sapUiIndication8ActiveTextColor;
|
|
235
346
|
}
|
|
236
347
|
|
|
237
348
|
html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&:hover {
|
|
39
|
-
box-shadow: @
|
|
40
|
-
background-color: @
|
|
39
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
40
|
+
background-color: @sapUiButtonHoverBackground;
|
|
41
41
|
border-left: 1px solid @sapUiButtonHoverBorderColor; // contrast themes specific
|
|
42
42
|
border-right: 1px solid transparent;
|
|
43
43
|
}
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
&:active,
|
|
50
50
|
&.sapMSFBA // Firefox specific
|
|
51
51
|
{
|
|
52
|
-
box-shadow: @
|
|
52
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
53
53
|
color: @sapUiButtonSelectedTextColor;
|
|
54
|
-
background-color: @
|
|
54
|
+
background-color: @sapUiButtonHoverBackground;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -29,3 +29,25 @@
|
|
|
29
29
|
.sapMTextAreaMirror {
|
|
30
30
|
line-height: 1.5;
|
|
31
31
|
}
|
|
32
|
+
|
|
33
|
+
html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
|
|
34
|
+
.sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
|
|
35
|
+
background: @sapUiFieldWarningBackgroundStyle;
|
|
36
|
+
background-color: @sapUiScrollBarTrackColor;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapMInputBaseContentWrapperError ::-webkit-scrollbar {
|
|
40
|
+
background: @sapUiFieldInvalidBackgroundStyle;
|
|
41
|
+
background-color: @sapUiScrollBarTrackColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
|
|
45
|
+
background: @sapUiFieldInformationBackgroundStyle;
|
|
46
|
+
background-color: @sapUiScrollBarTrackColor;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
|
|
50
|
+
background: @sapUiFieldSuccessBackgroundStyle;
|
|
51
|
+
background-color: @sapUiScrollBarTrackColor;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -3,10 +3,23 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapFFCL
|
|
7
|
-
|
|
8
|
-
.
|
|
9
|
-
.
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
.sapFFCL {
|
|
7
|
+
|
|
8
|
+
.sapFDynamicPage-Std-Desktop-XL,
|
|
9
|
+
.sapFDynamicPage-Std-Desktop,
|
|
10
|
+
.sapFDynamicPage-Std-Tablet,
|
|
11
|
+
.sapFDynamicPage-Std-Phone {
|
|
12
|
+
.sapFDynamicPageTitleMain {
|
|
13
|
+
.sapFDynamicPageTitleMainInner {
|
|
14
|
+
.sapFDynamicPageTitleMainHeading {
|
|
15
|
+
.sapFDynamicPageTitleMainHeadingInner {
|
|
16
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
17
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
18
|
+
font-family: @sapObjectHeader_Title_FontFamily;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
12
25
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
/* Background animation element */
|
|
7
7
|
.sapUiLocalBusyIndicatorAnimation > div::before {
|
|
8
|
-
background: @
|
|
8
|
+
background: @sapUiContentBusyColor;
|
|
9
9
|
animation-duration: 0ms;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
/* Shadow animation element */
|
|
13
13
|
.sapUiLocalBusyIndicatorAnimation > div::after {
|
|
14
|
-
box-shadow: inset 0px 0px 0px 0px @
|
|
14
|
+
box-shadow: inset 0px 0px 0px 0px @sapUiContentBusyColor;
|
|
15
15
|
}
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
21
|
@_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
|
|
22
|
-
@_sap_m_Carousel_BulletInactiveBackground:
|
|
22
|
+
@_sap_m_Carousel_BulletInactiveBackground: transparent;
|
|
23
23
|
@_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
|
|
24
24
|
@_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
|
|
25
25
|
@_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;
|
|
26
|
-
@_sap_m_Carousel_BulletInactiveWidth: 0.
|
|
26
|
+
@_sap_m_Carousel_BulletInactiveWidth: 0.375rem;
|
|
27
27
|
@_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
28
28
|
@_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
29
29
|
@_sap_m_Carousel_ContrastFocusBorder: @sapUiContentFocusWidth solid @sapUiBaseBG;
|