@openui5/themelib_sap_horizon 1.102.1 → 1.103.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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
- package/src/sap/m/themes/sap_horizon/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/Slider.less +21 -2
- package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
- package/src/sap/m/themes/sap_horizon_dark/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
|
@@ -5,108 +5,126 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMGenericTagBorderWidth: 0.375rem;
|
|
7
7
|
@sapMGenericTagIconPaddingRight: 0.375rem;
|
|
8
|
-
@
|
|
8
|
+
@sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
|
|
9
9
|
|
|
10
|
-
.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
.sapMGenericTagWrap {
|
|
11
|
+
box-shadow: @sapUiContentShadow0;
|
|
12
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
13
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
|
|
14
|
+
background-color: @sapUiNeutralBG;
|
|
15
|
+
border: none;
|
|
16
|
+
padding: 0 0.375rem 0 0.75rem;
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
.sapMGenericTagWarning & {
|
|
19
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
|
|
20
|
+
background-color: @sapUiWarningBG;
|
|
19
21
|
|
|
20
|
-
.
|
|
21
|
-
|
|
22
|
-
margin-right: 0.375rem;
|
|
23
|
-
padding-left: 0;
|
|
22
|
+
.sapMGenericTagIcon {
|
|
23
|
+
color: @sapUiCriticalElement;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
27
|
-
|
|
26
|
+
.sapMGenericTagValue {
|
|
27
|
+
color: @sapUiCriticalText;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
}
|
|
31
30
|
|
|
32
|
-
.sapMGenericTagWrap {
|
|
33
31
|
.sapMGenericTagError & {
|
|
34
|
-
|
|
32
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
|
|
33
|
+
background-color: @sapUiErrorBG;
|
|
35
34
|
|
|
36
35
|
.sapMGenericTagIcon {
|
|
37
36
|
color: @sapUiNegativeElement;
|
|
38
37
|
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapMGenericTagWarning & {
|
|
42
|
-
border-color: @sapUiCriticalElement;
|
|
43
38
|
|
|
44
|
-
.
|
|
45
|
-
color: @
|
|
39
|
+
.sapMGenericTagValue {
|
|
40
|
+
color: @sapNegativeTextColor;
|
|
46
41
|
}
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
.sapMGenericTagSuccess & {
|
|
50
|
-
|
|
45
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
|
|
46
|
+
background-color: @sapUiSuccessBG;
|
|
51
47
|
|
|
52
48
|
.sapMGenericTagIcon {
|
|
53
49
|
color: @sapUiPositiveElement;
|
|
54
50
|
}
|
|
51
|
+
|
|
52
|
+
.sapMGenericTagValue {
|
|
53
|
+
color: @sapUiPositiveText;
|
|
54
|
+
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMGenericTagInformation & {
|
|
58
|
-
|
|
58
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
|
|
59
|
+
background-color: @sapUiInformationBG;
|
|
59
60
|
|
|
60
61
|
.sapMGenericTagIcon {
|
|
61
62
|
color: @sapUiInformativeElement;
|
|
62
63
|
}
|
|
63
|
-
}
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
.sapMGenericTagIcon {
|
|
69
|
-
color: @sapUiNeutralElement;
|
|
65
|
+
.sapMGenericTagValue {
|
|
66
|
+
color: @sapUiInformativeText;
|
|
70
67
|
}
|
|
71
68
|
}
|
|
72
69
|
|
|
73
70
|
&:hover {
|
|
74
|
-
background
|
|
71
|
+
background-color: @sapUiListHoverBackground;
|
|
72
|
+
box-shadow: @sapUiContentShadow0;
|
|
73
|
+
|
|
74
|
+
.sapMGenericTagText,
|
|
75
|
+
.sapMGenericTagValue,
|
|
76
|
+
.sapMGenericTagIcon,
|
|
77
|
+
.sapMObjectNumberText,
|
|
78
|
+
.sapMObjectNumberUnit,
|
|
79
|
+
.sapMGenericTagErrorIcon {
|
|
80
|
+
text-shadow: none;
|
|
81
|
+
}
|
|
75
82
|
}
|
|
76
83
|
|
|
77
|
-
.
|
|
78
|
-
|
|
84
|
+
.sapMGenericTagText {
|
|
85
|
+
color: @sapUiListTextColor;
|
|
86
|
+
text-shadow: @sapUiContentTextShadow;
|
|
87
|
+
}
|
|
79
88
|
|
|
80
|
-
|
|
89
|
+
.sapMGenericTagValue {
|
|
90
|
+
text-shadow: @sapUiContentTextShadow;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapMGenericTagErrorIcon {
|
|
94
|
+
color: @sapUiNegativeElement;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.sapMGenericTagActive & {
|
|
98
|
+
background-color: @sapUiListActiveBackground;
|
|
99
|
+
|
|
100
|
+
.sapMGenericTagText,
|
|
101
|
+
.sapMGenericTagValue,
|
|
102
|
+
.sapMGenericTagIcon,
|
|
103
|
+
.sapMObjectNumberText,
|
|
104
|
+
.sapMObjectNumberUnit,
|
|
105
|
+
.sapMGenericTagErrorIcon {
|
|
81
106
|
color: @sapUiListActiveTextColor;
|
|
107
|
+
text-shadow: none;
|
|
82
108
|
}
|
|
83
109
|
}
|
|
84
110
|
}
|
|
85
111
|
|
|
86
|
-
html.sap-desktop .sapMGenericTag {
|
|
87
|
-
|
|
88
|
-
display: none;
|
|
89
|
-
}
|
|
112
|
+
html.sap-desktop .sapMGenericTag:focus {
|
|
113
|
+
position: relative;
|
|
90
114
|
&:after {
|
|
91
|
-
|
|
115
|
+
position: absolute;
|
|
116
|
+
content: " ";
|
|
117
|
+
inset: 0;
|
|
118
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
119
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
92
120
|
}
|
|
93
|
-
}
|
|
94
121
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.sapUiSizeCozy {
|
|
100
|
-
.sapMGenericTag {
|
|
101
|
-
margin: 0.5625rem 0;
|
|
102
|
-
|
|
103
|
-
.sapMGenericTagWrap {
|
|
104
|
-
height: 1.625rem;
|
|
105
|
-
}
|
|
122
|
+
.sapMGenericTagWrap {
|
|
123
|
+
box-shadow: none;
|
|
106
124
|
}
|
|
125
|
+
|
|
107
126
|
}
|
|
108
127
|
|
|
109
|
-
|
|
110
|
-
margin
|
|
111
|
-
margin-bottom: 0.5625rem ;
|
|
128
|
+
.sapUiSizeCozy .sapMGenericTag {
|
|
129
|
+
margin: 0.5625rem 0;
|
|
112
130
|
}
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
@_sap_m_ListItemBase_ListTextShadowColor: none;
|
|
7
7
|
@_sap_m_ListItemBase_DeleteIcon: decline;
|
|
8
8
|
@_sap_m_ListItemBase_ButtonMarginTop: 0;
|
|
9
|
-
@_sap_m_ListItemBase_SelectionControlWidth: 2.75rem;
|
|
10
|
-
@_sap_m_ListItemBase_SelectionControlHeight: 2.75rem;
|
|
11
9
|
|
|
12
10
|
.sapMLIBCounter {
|
|
13
11
|
text-shadow: @_sap_m_ListItemBase_ListTextShadowColor;
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
7
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
8
|
-
font-size: 1.5rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
.sapMObjectNumberInverted .sapMObjectNumberText,
|
|
12
7
|
.sapMObjectNumberInverted .sapMObjectNumberUnit {
|
|
13
8
|
text-shadow: @sapUiContentContrastTextShadow;
|
|
@@ -114,11 +114,14 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.sapMSliderTickmarks {
|
|
117
|
-
|
|
117
|
+
display: flex;
|
|
118
|
+
box-sizing: border-box;
|
|
119
|
+
align-items: center;
|
|
118
120
|
}
|
|
119
121
|
|
|
120
122
|
.sapMSliderTick {
|
|
121
|
-
margin: 0
|
|
123
|
+
margin: 0;
|
|
124
|
+
height: .5rem;
|
|
122
125
|
}
|
|
123
126
|
|
|
124
127
|
.sapMSliderLabels {
|
|
@@ -132,6 +135,12 @@
|
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
.sapUiSizeCompact {
|
|
138
|
+
|
|
139
|
+
.sapMSliderTick {
|
|
140
|
+
height: 0.5rem;
|
|
141
|
+
margin: 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
135
144
|
.sapMSlider::after {
|
|
136
145
|
top: 14px;
|
|
137
146
|
right: 6px;
|
|
@@ -167,4 +176,8 @@
|
|
|
167
176
|
right: 0.1875rem;
|
|
168
177
|
}
|
|
169
178
|
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
182
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
170
183
|
}
|
|
@@ -215,6 +215,12 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
+
.sapUiSizeCompact .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
219
|
+
.sapUiIcon {
|
|
220
|
+
line-height: 1.5rem;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
218
224
|
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnTransparent.sapMBtnIconFirst::before,
|
|
219
225
|
.sapMIBar .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnDefault::before {
|
|
220
226
|
background-color: @sapUiButtonActiveTextColor;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/* button */
|
|
8
8
|
/* ----------------------------- */
|
|
9
9
|
|
|
10
|
-
.sapMActionSelectPicker .sapMBtn {
|
|
10
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn {
|
|
11
11
|
.sapMBtnInner {
|
|
12
12
|
border-top: 1px solid @sapUiButtonActionSelectBorderColor;
|
|
13
13
|
border-bottom: 0;
|
|
@@ -21,15 +21,20 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
24
|
+
html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
25
25
|
border-radius: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
29
|
+
margin-left: 1rem;
|
|
30
|
+
margin-right: 1rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
28
33
|
/* override standard buttons inside the action select */
|
|
29
34
|
|
|
30
35
|
.sapMActionSelectPicker .sapMBtnDefault {
|
|
31
36
|
background: @sapUiButtonActionSelectBackground;
|
|
32
|
-
border-color: @
|
|
37
|
+
border-color: @sapUiListBorderColor;
|
|
33
38
|
|
|
34
39
|
/* override the default text-shadow */
|
|
35
40
|
text-shadow: none;
|
|
@@ -37,7 +42,7 @@
|
|
|
37
42
|
|
|
38
43
|
.sapMActionSelectPicker .sapMBtn,
|
|
39
44
|
.sapMActionSelectPicker .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
40
|
-
border-color: @
|
|
45
|
+
border-color: @sapUiListBorderColor;
|
|
41
46
|
}
|
|
42
47
|
|
|
43
48
|
html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtnDefault:not(.sapMBtnActive):hover {
|
|
@@ -58,11 +63,11 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
58
63
|
padding: 0;
|
|
59
64
|
}
|
|
60
65
|
|
|
61
|
-
.sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
66
|
+
html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
62
67
|
height: 2rem;
|
|
63
68
|
border-radius: 0;
|
|
64
69
|
border: 0;
|
|
65
|
-
border-top: 1px solid @
|
|
70
|
+
border-top: 1px solid @sapUiListBorderColor;
|
|
66
71
|
|
|
67
72
|
.sapMBtnContent {
|
|
68
73
|
line-height: 2rem;
|
|
@@ -3,27 +3,131 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@sapMGenericTagBorderWidth: 0.375rem;
|
|
7
|
+
@sapMGenericTagIconPaddingRight: 0.375rem;
|
|
8
|
+
@sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
|
|
9
|
+
|
|
10
|
+
.sapMGenericTagWrap {
|
|
11
|
+
box-shadow: @sapUiContentShadow0;
|
|
12
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
13
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
|
|
14
|
+
background-color: @sapUiNeutralBG;
|
|
15
|
+
border: none;
|
|
16
|
+
padding: 0 0.375rem 0 0.75rem;
|
|
17
|
+
|
|
18
|
+
.sapMGenericTagWarning & {
|
|
19
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
|
|
20
|
+
background-color: @sapUiWarningBG;
|
|
21
|
+
|
|
22
|
+
.sapMGenericTagIcon {
|
|
23
|
+
color: @sapUiCriticalElement;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMGenericTagValue {
|
|
27
|
+
color: @sapUiCriticalText;
|
|
28
|
+
}
|
|
9
29
|
}
|
|
10
|
-
|
|
11
|
-
|
|
30
|
+
|
|
31
|
+
.sapMGenericTagError & {
|
|
32
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
|
|
33
|
+
background-color: @sapUiErrorBG;
|
|
34
|
+
|
|
35
|
+
.sapMGenericTagIcon {
|
|
36
|
+
color: @sapUiNegativeElement;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapMGenericTagValue {
|
|
40
|
+
color: @sapNegativeTextColor;
|
|
41
|
+
}
|
|
12
42
|
}
|
|
13
|
-
}
|
|
14
43
|
|
|
15
|
-
.
|
|
16
|
-
|
|
44
|
+
.sapMGenericTagSuccess & {
|
|
45
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
|
|
46
|
+
background-color: @sapUiSuccessBG;
|
|
47
|
+
|
|
48
|
+
.sapMGenericTagIcon {
|
|
49
|
+
color: @sapUiPositiveElement;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapMGenericTagValue {
|
|
53
|
+
color: @sapUiPositiveText;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.sapMGenericTagInformation & {
|
|
58
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
|
|
59
|
+
background-color: @sapUiInformationBG;
|
|
60
|
+
|
|
61
|
+
.sapMGenericTagIcon {
|
|
62
|
+
color: @sapUiInformativeElement;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sapMGenericTagValue {
|
|
66
|
+
color: @sapUiInformativeText;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:hover {
|
|
17
71
|
background-color: @sapUiListHoverBackground;
|
|
18
|
-
box-shadow: @
|
|
72
|
+
box-shadow: @sapUiContentShadow0;
|
|
19
73
|
|
|
20
|
-
|
|
21
|
-
|
|
74
|
+
.sapMGenericTagText,
|
|
75
|
+
.sapMGenericTagValue,
|
|
76
|
+
.sapMGenericTagIcon,
|
|
77
|
+
.sapMObjectNumberText,
|
|
78
|
+
.sapMObjectNumberUnit,
|
|
79
|
+
.sapMGenericTagErrorIcon {
|
|
22
80
|
color: @sapUiListActiveTextColor;
|
|
81
|
+
text-shadow: none;
|
|
23
82
|
}
|
|
24
83
|
}
|
|
25
84
|
|
|
26
|
-
.
|
|
27
|
-
|
|
85
|
+
.sapMGenericTagText {
|
|
86
|
+
color: @sapUiListTextColor;
|
|
87
|
+
text-shadow: @sapUiContentTextShadow;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapMGenericTagValue {
|
|
91
|
+
text-shadow: @sapUiContentTextShadow;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.sapMGenericTagErrorIcon {
|
|
95
|
+
color: @sapUiNegativeElement;
|
|
28
96
|
}
|
|
97
|
+
|
|
98
|
+
.sapMGenericTagActive & {
|
|
99
|
+
.sapMGenericTagText,
|
|
100
|
+
.sapMGenericTagValue,
|
|
101
|
+
.sapMGenericTagIcon,
|
|
102
|
+
.sapMObjectNumberText,
|
|
103
|
+
.sapMObjectNumberUnit,
|
|
104
|
+
.sapMGenericTagErrorIcon {
|
|
105
|
+
color: @sapUiListActiveTextColor;
|
|
106
|
+
text-shadow: none;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
html.sap-desktop .sapMGenericTag:focus {
|
|
112
|
+
position: relative;
|
|
113
|
+
|
|
114
|
+
&:before {
|
|
115
|
+
position: absolute;
|
|
116
|
+
content: " ";
|
|
117
|
+
inset: 0.125rem;
|
|
118
|
+
border: @sapBackgroundColor solid @sapUiContentFocusWidth;
|
|
119
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&:after {
|
|
123
|
+
position: absolute;
|
|
124
|
+
content: " ";
|
|
125
|
+
inset: 0.125rem;
|
|
126
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
127
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.sapUiSizeCozy .sapMGenericTag {
|
|
132
|
+
margin: 0.5625rem 0;
|
|
29
133
|
}
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMONInformativeElement: @sapUiInformationBG;
|
|
7
7
|
|
|
8
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
9
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
10
|
-
font-size: 1.5rem;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
8
|
.sapMObjectNumberInverted {
|
|
14
9
|
box-sizing: border-box;
|
|
15
10
|
&:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.sapMSliderInner .sapMSliderHandle {
|
|
27
27
|
background: @sapUiSliderRangeHandleBackground;
|
|
28
28
|
box-shadow: @sapUiContentSelectedShadow;
|
|
29
|
-
top: -0.
|
|
29
|
+
top: -0.6875rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
43
43
|
outline: none;
|
|
44
44
|
box-shadow: none;
|
|
45
|
-
top: -0.
|
|
45
|
+
top: -0.6875rem;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
52
52
|
outline: none;
|
|
53
53
|
box-shadow: none;
|
|
54
|
-
top: -0.
|
|
54
|
+
top: -0.6875rem;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
.sapMSliderInner {
|
|
7
7
|
background: @sapUiSliderBackground;
|
|
8
8
|
border: 0.0625rem solid @sapUiSliderBorderColor;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
height: .25rem;
|
|
9
11
|
}
|
|
10
12
|
|
|
11
13
|
.sapMSliderProgress {
|
|
@@ -15,6 +17,15 @@
|
|
|
15
17
|
content: none;
|
|
16
18
|
transform: none;
|
|
17
19
|
}
|
|
20
|
+
height: .25rem;
|
|
21
|
+
border: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
22
|
+
top: -.125rem;
|
|
23
|
+
margin: 0 -1px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMSliderProgressWithTickmarks {
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
top: -.0625rem;
|
|
18
29
|
}
|
|
19
30
|
|
|
20
31
|
.sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle {
|
|
@@ -103,11 +114,14 @@
|
|
|
103
114
|
}
|
|
104
115
|
|
|
105
116
|
.sapMSliderTickmarks {
|
|
106
|
-
|
|
117
|
+
display: flex;
|
|
118
|
+
box-sizing: border-box;
|
|
119
|
+
align-items: center;
|
|
107
120
|
}
|
|
108
121
|
|
|
109
122
|
.sapMSliderTick {
|
|
110
|
-
margin: 0
|
|
123
|
+
margin: 0;
|
|
124
|
+
height: .5rem;
|
|
111
125
|
}
|
|
112
126
|
|
|
113
127
|
.sapMSliderLabels {
|
|
@@ -159,6 +173,12 @@
|
|
|
159
173
|
}
|
|
160
174
|
|
|
161
175
|
.sapUiSizeCompact {
|
|
176
|
+
|
|
177
|
+
.sapMSliderTick {
|
|
178
|
+
height: 0.5rem;
|
|
179
|
+
margin: 0;
|
|
180
|
+
}
|
|
181
|
+
|
|
162
182
|
.sapMSlider::after {
|
|
163
183
|
top: 14px;
|
|
164
184
|
right: 6px;
|
|
@@ -194,4 +214,8 @@
|
|
|
194
214
|
right: 0.1875rem;
|
|
195
215
|
}
|
|
196
216
|
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
220
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
197
221
|
}
|
|
@@ -76,8 +76,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
html.sap-desktop .sapMTBActive:focus {
|
|
79
|
-
outline:
|
|
80
|
-
box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
79
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
82
|
.sapMTB .sapMTBSeparator {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/* button */
|
|
8
8
|
/* ----------------------------- */
|
|
9
9
|
|
|
10
|
-
.sapMActionSelectPicker .sapMBtn {
|
|
10
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn {
|
|
11
11
|
.sapMBtnInner {
|
|
12
12
|
border-top: 1px solid @sapUiButtonActionSelectBorderColor;
|
|
13
13
|
border-bottom: 0;
|
|
@@ -21,15 +21,20 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
24
|
+
html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
25
25
|
border-radius: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
29
|
+
margin-left: 1rem;
|
|
30
|
+
margin-right: 1rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
28
33
|
/* override standard buttons inside the action select */
|
|
29
34
|
|
|
30
35
|
.sapMActionSelectPicker .sapMBtnDefault {
|
|
31
36
|
background: @sapUiButtonActionSelectBackground;
|
|
32
|
-
border-color: @
|
|
37
|
+
border-color: @sapUiListBorderColor;
|
|
33
38
|
|
|
34
39
|
/* override the default text-shadow */
|
|
35
40
|
text-shadow: none;
|
|
@@ -37,16 +42,16 @@
|
|
|
37
42
|
|
|
38
43
|
.sapMActionSelectPicker .sapMBtn,
|
|
39
44
|
.sapMActionSelectPicker .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
40
|
-
border-color: @
|
|
45
|
+
border-color: @sapUiListBorderColor;
|
|
41
46
|
}
|
|
42
47
|
|
|
43
48
|
html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtnDefault:not(.sapMBtnActive):hover {
|
|
44
49
|
background: @sapUiButtonLiteActionSelectHoverBackground;
|
|
45
50
|
}
|
|
46
51
|
|
|
47
|
-
/*
|
|
48
|
-
/* CSS for control sap.m/ActionSelect
|
|
49
|
-
/*
|
|
52
|
+
/* ==================================================================================== */
|
|
53
|
+
/* CSS for control sap.m/ActionSelect High Contrast White theme compact/condensed sizes */
|
|
54
|
+
/* ==================================================================================== */
|
|
50
55
|
|
|
51
56
|
/* ----------------------------- */
|
|
52
57
|
/* button */
|
|
@@ -58,11 +63,11 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
58
63
|
padding: 0;
|
|
59
64
|
}
|
|
60
65
|
|
|
61
|
-
.sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
66
|
+
html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
62
67
|
height: 2rem;
|
|
63
68
|
border-radius: 0;
|
|
64
69
|
border: 0;
|
|
65
|
-
border-top: 1px solid @
|
|
70
|
+
border-top: 1px solid @sapUiListBorderColor;
|
|
66
71
|
|
|
67
72
|
.sapMBtnContent {
|
|
68
73
|
line-height: 2rem;
|