@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
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
/* CSS for control sap.m/Slider */
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
|
+
|
|
5
6
|
@_sap_m_Slider_Height: 2.75rem;
|
|
6
7
|
@_sap_m_Slider_Progress: .25rem;
|
|
7
8
|
|
|
8
9
|
/*new*/
|
|
9
10
|
.sapMSliderInner .sapMSliderHandle {
|
|
10
|
-
border: 1px solid
|
|
11
|
-
background:
|
|
12
|
-
border-radius:
|
|
11
|
+
border: 1px solid var(--sapSlider_HandleBorderColor);
|
|
12
|
+
background: var(--sapSlider_HandleBackground);
|
|
13
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
13
14
|
width: 2rem;
|
|
14
15
|
height: 1.5rem;
|
|
15
16
|
margin-left: -1rem;
|
|
@@ -21,9 +22,9 @@
|
|
|
21
22
|
align-items: center;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
|
-
.sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)
|
|
25
|
-
font-family:
|
|
26
|
-
content:
|
|
25
|
+
.sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
|
|
26
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
27
|
+
content: '\e29c';
|
|
27
28
|
position: absolute;
|
|
28
29
|
top: 0.25rem;
|
|
29
30
|
right: 0.5rem;
|
|
@@ -31,11 +32,12 @@
|
|
|
31
32
|
vertical-align: middle;
|
|
32
33
|
font-size: 0.875rem;
|
|
33
34
|
line-height: 0.875rem;
|
|
34
|
-
color:
|
|
35
|
+
color: var(--sapContent_Selected_ForegroundColor);
|
|
35
36
|
}
|
|
36
37
|
|
|
37
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover
|
|
38
|
-
|
|
38
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus {
|
|
39
|
+
|
|
40
|
+
&::after {
|
|
39
41
|
top: 0.1875rem;
|
|
40
42
|
right: 0.4375rem;
|
|
41
43
|
}
|
|
@@ -43,30 +45,32 @@
|
|
|
43
45
|
|
|
44
46
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
45
47
|
.sapMSliderHandle:hover {
|
|
48
|
+
|
|
46
49
|
&:not(:focus) {
|
|
47
|
-
border-color:
|
|
48
|
-
background:
|
|
50
|
+
border-color: var(--sapSlider_Hover_HandleBorderColor);
|
|
51
|
+
background: var(--sapSlider_Hover_HandleBackground);
|
|
49
52
|
}
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
53
|
-
background:
|
|
54
|
-
border:
|
|
56
|
+
background: var(--sapSlider_Active_RangeHandleBackground);
|
|
57
|
+
border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);
|
|
55
58
|
outline: none;
|
|
56
59
|
top: -0.625rem;
|
|
57
60
|
}
|
|
58
61
|
|
|
59
|
-
.sapMSliderHandle:focus
|
|
62
|
+
.sapMSliderHandle:focus::before {
|
|
60
63
|
content: none;
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.sapMSliderInner {
|
|
64
|
-
background:
|
|
67
|
+
background: var(--sapSlider_Background);
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.sapMSliderProgress {
|
|
68
|
-
background:
|
|
69
|
-
|
|
71
|
+
background: var(--sapSlider_Selected_Background);
|
|
72
|
+
|
|
73
|
+
&::before {
|
|
70
74
|
content: none;
|
|
71
75
|
transform: none;
|
|
72
76
|
}
|
|
@@ -78,11 +82,11 @@
|
|
|
78
82
|
}
|
|
79
83
|
|
|
80
84
|
.sapMSliderInner::before {
|
|
81
|
-
content:
|
|
85
|
+
content: '';
|
|
82
86
|
position: absolute;
|
|
83
87
|
box-sizing: border-box;
|
|
84
|
-
border: 0.0625rem solid
|
|
85
|
-
background-color:
|
|
88
|
+
border: 0.0625rem solid var(--sapContent_Selected_MeasureIndicatorColor);
|
|
89
|
+
background-color: var(--sapSlider_Selected_Background);
|
|
86
90
|
border-radius: 50%;
|
|
87
91
|
width: 0.5rem;
|
|
88
92
|
height: 0.5rem;
|
|
@@ -91,11 +95,11 @@
|
|
|
91
95
|
}
|
|
92
96
|
|
|
93
97
|
.sapMSlider::after {
|
|
94
|
-
content:
|
|
98
|
+
content: '';
|
|
95
99
|
position: absolute;
|
|
96
100
|
box-sizing: border-box;
|
|
97
|
-
border: 0.0625rem solid
|
|
98
|
-
background-color:
|
|
101
|
+
border: 0.0625rem solid var(--sapContent_MeasureIndicatorColor);
|
|
102
|
+
background-color: var(--sapContent_MeasureIndicatorColor);
|
|
99
103
|
border-radius: 50%;
|
|
100
104
|
width: 0.5rem;
|
|
101
105
|
height: 0.5rem;
|
|
@@ -104,7 +108,7 @@
|
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
.sapMSliderTooltip {
|
|
107
|
-
background:
|
|
111
|
+
background: var(--sapField_Focus_Background);
|
|
108
112
|
}
|
|
109
113
|
|
|
110
114
|
.sapMSliderTickLabel .sapMSliderLabel {
|
|
@@ -112,8 +116,8 @@
|
|
|
112
116
|
height: 1rem;
|
|
113
117
|
width: 2rem;
|
|
114
118
|
left: -1rem;
|
|
115
|
-
font-size:
|
|
116
|
-
color:
|
|
119
|
+
font-size: var(--sapFontSmallSize);
|
|
120
|
+
color: var(--sapContent_LabelColor);
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
.sapMSliderTickmarks {
|
|
@@ -124,7 +128,7 @@
|
|
|
124
128
|
}
|
|
125
129
|
|
|
126
130
|
.sapMSliderTick {
|
|
127
|
-
border-color:
|
|
131
|
+
border-color: var(--sapContent_MeasureIndicatorColor);
|
|
128
132
|
margin: 0;
|
|
129
133
|
height: .5rem;
|
|
130
134
|
}
|
|
@@ -134,8 +138,8 @@
|
|
|
134
138
|
|
|
135
139
|
.sapMSliderRangeLabel {
|
|
136
140
|
width: 2rem;
|
|
137
|
-
font-size:
|
|
138
|
-
color:
|
|
141
|
+
font-size: var(--sapFontSmallSize);
|
|
142
|
+
color: var(--sapContent_LabelColor);
|
|
139
143
|
}
|
|
140
144
|
}
|
|
141
145
|
|
|
@@ -169,19 +173,20 @@
|
|
|
169
173
|
padding-top: 0.375rem;
|
|
170
174
|
}
|
|
171
175
|
|
|
172
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)
|
|
176
|
+
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
|
|
173
177
|
top: 0.125rem;
|
|
174
178
|
right: 0.25rem;
|
|
175
179
|
}
|
|
176
180
|
|
|
177
181
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus {
|
|
178
|
-
|
|
182
|
+
|
|
183
|
+
&::after {
|
|
179
184
|
top: 0.0625rem;
|
|
180
185
|
right: 0.1875rem;
|
|
181
186
|
}
|
|
182
187
|
}
|
|
183
188
|
}
|
|
184
189
|
|
|
185
|
-
.sapMSliderTick[data-ui5-active-tickmark=
|
|
186
|
-
border-left: 0.0625rem solid
|
|
190
|
+
.sapMSliderTick[data-ui5-active-tickmark='true'] {
|
|
191
|
+
border-left: 0.0625rem solid var(--sapSlider_Selected_BorderColor);
|
|
187
192
|
}
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
/* ==================================== */
|
|
5
5
|
|
|
6
6
|
.sapMSliderTooltip {
|
|
7
|
-
background:
|
|
7
|
+
background: var(--sapField_Focus_Background);
|
|
8
8
|
border-radius: 0.5rem;
|
|
9
9
|
border: none;
|
|
10
|
-
box-shadow:
|
|
10
|
+
box-shadow: var(--sapContent_Shadow1);
|
|
11
11
|
height: 1.375rem;
|
|
12
12
|
min-width: 2rem;
|
|
13
13
|
padding: 0.25rem;
|
|
14
|
-
font-size:
|
|
15
|
-
color:
|
|
14
|
+
font-size: var(--sapFontSmallSize);
|
|
15
|
+
color: var(--sapContent_LabelColor);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.sapMSliderTooltipInput {
|
|
19
19
|
font-size: @sapMFontMediumSize;
|
|
20
|
-
color:
|
|
20
|
+
color: var(--sapField_TextColor);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.sapMSliderTooltipErrorState {
|
|
24
|
-
box-shadow: inset
|
|
24
|
+
box-shadow: inset 0 0 0 2px @sapField_InvalidColor;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
28
28
|
height: 0.875rem;
|
|
29
29
|
padding: 0.25rem;
|
|
30
|
-
font-size:
|
|
31
|
-
color:
|
|
30
|
+
font-size: var(--sapFontSmallSize);
|
|
31
|
+
color: var(--sapContent_LabelColor);
|
|
32
32
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
.sapMSB .sapMSBArrow .sapMBtnInner,
|
|
54
54
|
.sapMSB .sapMSBText .sapMBtnInner {
|
|
55
|
-
border-radius:
|
|
55
|
+
border-radius: var(--sapButton_Segment_BorderCornerRadius);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.sapMSB .sapMSBInner .sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
|
|
@@ -220,7 +220,6 @@
|
|
|
220
220
|
background-color: @sapUiButtonHoverTextColor;
|
|
221
221
|
pointer-events: none;
|
|
222
222
|
height: 1.25rem;
|
|
223
|
-
border-radius: 0.35rem;
|
|
224
223
|
}
|
|
225
224
|
|
|
226
225
|
.sapMSB.sapMSBEmphasized .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_StandardListItem_TextShadowColor: none;
|
|
7
|
-
@_sap_m_StandardListItem_SelectedLabelColor:
|
|
7
|
+
@_sap_m_StandardListItem_SelectedLabelColor: var(--sapContent_LabelColor);
|
|
8
8
|
|
|
9
9
|
.sapMSLIInfo {
|
|
10
10
|
text-shadow: @_sap_m_StandardListItem_TextShadowColor;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
.sapFDynamicPageTitleMainHeadingInner {
|
|
19
19
|
margin-top: 0.6875rem;
|
|
20
20
|
|
|
21
|
-
.sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
21
|
+
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
22
|
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
23
23
|
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
24
24
|
}
|
|
@@ -65,11 +65,15 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.sapMBtn
|
|
69
|
-
.
|
|
70
|
-
.
|
|
71
|
-
.
|
|
72
|
-
|
|
68
|
+
.sapMBtn {
|
|
69
|
+
.sapMBtnCritical,
|
|
70
|
+
.sapMBtnNegative,
|
|
71
|
+
.sapMBtnSuccess,
|
|
72
|
+
.sapMBtnNeutral {
|
|
73
|
+
&.sapMBtnInner.sapMToggleBtnPressed {
|
|
74
|
+
text-shadow: none;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
73
77
|
}
|
|
74
78
|
|
|
75
79
|
/* Focus of toggled button */
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
line-height: 1;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
.sapMToken.sapMTokenSelected::before {
|
|
35
|
+
.sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly)::before {
|
|
36
36
|
content: '';
|
|
37
37
|
position: absolute;
|
|
38
38
|
pointer-events: none;
|
|
@@ -57,7 +57,6 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
|
57
57
|
|
|
58
58
|
.sapMToken.sapMTokenReadOnly {
|
|
59
59
|
padding: 0.25rem 0.3125rem;
|
|
60
|
-
color: @sapUiContentLabelColor;
|
|
61
60
|
|
|
62
61
|
.sapMTokenText {
|
|
63
62
|
line-height: 1rem;
|
|
@@ -26,11 +26,6 @@ html.sap-desktop .sapMTokenizer:focus {
|
|
|
26
26
|
border-radius: @sapField_BorderCornerRadius;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
/* editable tokens in read-only tokenizer */
|
|
30
|
-
.sapMTokenizer.sapMTokenizerReadonly .sapMToken {
|
|
31
|
-
color: @sapUiContentLabelColor;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
29
|
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
35
30
|
padding: 0.25rem 0.3125rem;
|
|
36
31
|
}
|
|
@@ -183,6 +183,17 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
|
|
|
183
183
|
text-shadow: var(--sapContent_TextShadow);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
+
.sapMBtn {
|
|
187
|
+
.sapMBtnCritical,
|
|
188
|
+
.sapMBtnNegative,
|
|
189
|
+
.sapMBtnSuccess,
|
|
190
|
+
.sapMBtnNeutral {
|
|
191
|
+
&.sapMBtnInner.sapMBtnActive {
|
|
192
|
+
text-shadow: none;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
186
197
|
/* ---------------------------------------------------------------------*/
|
|
187
198
|
/* Disabled, hover and active states: */
|
|
188
199
|
/* ---------------------------------------------------------------------*/
|
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_ObjectAttribute_ListTextShadowColor: none;
|
|
7
7
|
|
|
8
|
+
.sapMObjectAttributeActive.sapMLnkLargeReactiveArea {
|
|
9
|
+
.sapMObjectAttributeTitle,
|
|
10
|
+
.sapMObjectAttributeColon,
|
|
11
|
+
.sapMObjectAttributeText,
|
|
12
|
+
.sapMObjectAttributeText > .sapMLnk {
|
|
13
|
+
line-height: 1.5rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
8
17
|
.sapMObjectAttributeActive .sapMObjectAttributeText:focus {
|
|
9
18
|
position: relative;
|
|
10
19
|
}
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
+
.sapMObjectNumber.sapMLnkLargeReactiveArea:not(.sapMObjectNumberLarge):not(.sapMObjectNumberInverted) {
|
|
7
|
+
.sapMObjectNumberInner {
|
|
8
|
+
line-height: 1.5rem;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
6
12
|
.sapMObjectNumberInverted {
|
|
7
13
|
box-sizing: border-box;
|
|
8
14
|
|
|
@@ -7,6 +7,17 @@
|
|
|
7
7
|
display: inline-block;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
.sapMObjStatus.sapMLnkLargeReactiveArea:not(.sapMObjectStatusLarge):not(.sapMObjStatusInverted) {
|
|
11
|
+
.sapMObjStatusTitle,
|
|
12
|
+
.sapMObjStatusIcon .sapUiIcon,
|
|
13
|
+
.sapMObjStatusText {
|
|
14
|
+
line-height: 1.5rem;
|
|
15
|
+
}
|
|
16
|
+
.sapMObjStatusIcon {
|
|
17
|
+
height: 1.5rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
10
21
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
11
22
|
|
|
12
23
|
.sapMObjStatusText {
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
7
|
min-height: 2.75rem;
|
|
8
|
-
border-radius:
|
|
8
|
+
border-radius: @sapGroup_BorderCornerRadius;
|
|
9
9
|
|
|
10
10
|
.sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
|
|
11
11
|
.sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
|
|
12
|
-
border-radius:
|
|
12
|
+
border-radius: @sapGroup_BorderCornerRadius;
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
.sapMPanelWrappingDiv,
|
|
33
33
|
/* do not want border if expanded and if only header text */
|
|
34
34
|
.sapMPanelWrappingDivTb {
|
|
35
|
-
border-bottom:
|
|
36
|
-
background:
|
|
35
|
+
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
36
|
+
background: @sapGroup_ContentBackground;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapMPanelExpandable .sapMPanelWrappingDiv {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
.sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
|
|
54
54
|
.sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
|
|
55
|
-
border-bottom:
|
|
55
|
+
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
|
|
88
88
|
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
|
|
89
89
|
stroke: var(--sapField_Hover_BorderColor);
|
|
90
|
-
fill: var(--
|
|
90
|
+
fill: var(--sapField_Selector_Hover_Background);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.sapMRb:focus::before {
|
|
@@ -140,6 +140,10 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
+
.sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
|
|
144
|
+
fill: var(--sapField_Selector_Hover_InvalidBackground);
|
|
145
|
+
}
|
|
146
|
+
|
|
143
147
|
.sapMRbWarn.sapMRbSel,
|
|
144
148
|
.sapMRbWarn.sapMRbSel.sapMRbRo {
|
|
145
149
|
|
|
@@ -159,6 +163,10 @@
|
|
|
159
163
|
}
|
|
160
164
|
}
|
|
161
165
|
|
|
166
|
+
.sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
|
|
167
|
+
fill: var(--sapField_Selector_Hover_WarningBackground);
|
|
168
|
+
}
|
|
169
|
+
|
|
162
170
|
.sapMRbSucc.sapMRbSel,
|
|
163
171
|
.sapMRbSucc.sapMRbSel.sapMRbRo {
|
|
164
172
|
|
|
@@ -178,6 +186,10 @@
|
|
|
178
186
|
}
|
|
179
187
|
}
|
|
180
188
|
|
|
189
|
+
.sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
|
|
190
|
+
fill: var(--sapField_Selector_Hover_SuccessBackground);
|
|
191
|
+
}
|
|
192
|
+
|
|
181
193
|
.sapMRbInfo.sapMRbSel,
|
|
182
194
|
.sapMRbInfo.sapMRbSel.sapMRbRo {
|
|
183
195
|
|
|
@@ -197,6 +209,10 @@
|
|
|
197
209
|
}
|
|
198
210
|
}
|
|
199
211
|
|
|
212
|
+
.sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
|
|
213
|
+
fill: var( --sapField_Selector_Hover_InformationBackground);
|
|
214
|
+
}
|
|
215
|
+
|
|
200
216
|
.sapMRbRo .sapMRbBOut {
|
|
201
217
|
stroke-dasharray: 4,2; /* parameter needed for the type of the dashes */
|
|
202
218
|
}
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
|
|
78
78
|
background: var(--sapButton_Hover_Background);
|
|
79
|
-
border-radius:
|
|
79
|
+
border-radius: var(--sapButton_Segment_BorderCornerRadius);
|
|
80
80
|
border-color: var(--sapButton_Hover_BorderColor);
|
|
81
81
|
}
|
|
82
82
|
|
|
@@ -260,7 +260,7 @@ html.sap-desktop {
|
|
|
260
260
|
background: var(--sapButton_Selected_Background);
|
|
261
261
|
color: var(--sapButton_Selected_TextColor);
|
|
262
262
|
border-color: var(--sapButton_Selected_BorderColor);
|
|
263
|
-
border-radius:
|
|
263
|
+
border-radius: var(--sapButton_Segment_BorderCornerRadius);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.sapUiIcon {
|