@openui5/themelib_sap_horizon 1.114.8 → 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/InfoLabel.less +5 -4
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +5 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +5 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +5 -4
- 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
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
}
|
|
26
26
|
.sapMSliderInner .sapMSliderHandle {
|
|
27
27
|
background: @sapUiSliderRangeHandleBackground;
|
|
28
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
29
28
|
top: -.6875rem;
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -33,13 +32,12 @@
|
|
|
33
32
|
&:hover {
|
|
34
33
|
background-color: @sapUiSliderHoverHandleBackground;
|
|
35
34
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
36
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
37
35
|
}
|
|
38
36
|
|
|
39
37
|
&.sapMSliderHandlePressed {
|
|
40
38
|
&:not(:focus) {
|
|
41
39
|
background: transparent;
|
|
42
|
-
border: 0.125rem solid @
|
|
40
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
43
41
|
outline: none;
|
|
44
42
|
box-shadow: none;
|
|
45
43
|
top: -.6875rem;
|
|
@@ -48,7 +46,7 @@
|
|
|
48
46
|
|
|
49
47
|
&:focus {
|
|
50
48
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
51
|
-
border: 0.125rem solid @
|
|
49
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
52
50
|
outline: none;
|
|
53
51
|
box-shadow: none;
|
|
54
52
|
top: -.6875rem;
|
|
@@ -69,7 +67,7 @@
|
|
|
69
67
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
70
68
|
&:not(:focus) {
|
|
71
69
|
background: transparent;
|
|
72
|
-
border: 0.125rem solid @
|
|
70
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
73
71
|
outline: none;
|
|
74
72
|
box-shadow: none;
|
|
75
73
|
top: -0.5rem;
|
|
@@ -78,7 +76,7 @@
|
|
|
78
76
|
|
|
79
77
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
80
78
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
81
|
-
border: 0.125rem solid @
|
|
79
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
82
80
|
outline: none;
|
|
83
81
|
box-shadow: none;
|
|
84
82
|
top: -0.5rem;
|
|
@@ -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
|
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
.sapMSliderHandle:hover {
|
|
31
31
|
background: @sapUiSliderHoverHandleBackground;
|
|
32
32
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
33
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
/* slider handle */
|
|
@@ -43,10 +42,6 @@
|
|
|
43
42
|
margin-left: -1rem;
|
|
44
43
|
top: -0.625rem;
|
|
45
44
|
|
|
46
|
-
&:not(:focus) {
|
|
47
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
45
|
&:focus:before {
|
|
51
46
|
content: '';
|
|
52
47
|
position: absolute;
|
|
@@ -60,7 +55,7 @@
|
|
|
60
55
|
}
|
|
61
56
|
}
|
|
62
57
|
|
|
63
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
58
|
+
.sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
64
59
|
font-family: SAP-icons;
|
|
65
60
|
content: "\e29c";
|
|
66
61
|
position: absolute;
|
|
@@ -73,34 +68,17 @@
|
|
|
73
68
|
color: @sapContent_Selected_ForegroundColor;
|
|
74
69
|
}
|
|
75
70
|
|
|
76
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
77
|
-
&:after {
|
|
78
|
-
top: 0.1875rem;
|
|
79
|
-
right: 0.4375rem;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
71
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
|
|
84
72
|
&:hover {
|
|
85
73
|
background: @sapUiSliderHoverHandleBackground;
|
|
86
74
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
87
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&:focus:active {
|
|
91
|
-
background: @sapUiSliderActiveHandleBackground;
|
|
92
|
-
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
93
|
-
box-shadow: none;
|
|
94
|
-
&:before {
|
|
95
|
-
content: none;
|
|
96
|
-
}
|
|
97
75
|
}
|
|
98
76
|
}
|
|
99
77
|
|
|
100
78
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
101
|
-
background: @
|
|
79
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
80
|
+
border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
102
81
|
outline: none;
|
|
103
|
-
box-shadow: none;
|
|
104
82
|
top: -0.625rem;
|
|
105
83
|
}
|
|
106
84
|
|
|
@@ -120,6 +98,7 @@
|
|
|
120
98
|
}
|
|
121
99
|
|
|
122
100
|
.sapMSliderTick {
|
|
101
|
+
border-color: @sapUiContentMeasureIndicatorColor;
|
|
123
102
|
margin: 0;
|
|
124
103
|
height: .5rem;
|
|
125
104
|
}
|
|
@@ -213,13 +192,6 @@
|
|
|
213
192
|
top: 0.125rem;
|
|
214
193
|
right: 0.25rem;
|
|
215
194
|
}
|
|
216
|
-
|
|
217
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
218
|
-
&:after {
|
|
219
|
-
top: 0.0625rem;
|
|
220
|
-
right: 0.1875rem;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
195
|
}
|
|
224
196
|
|
|
225
197
|
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
// Variables and mixins
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
-
@_sap_tnt_InfoLabel_LineHeightDisplayOnly:
|
|
11
|
-
@_sap_tnt_InfoLabel_DisplayModeBorder:
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: none;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #EAECEE;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #354A5F;
|
|
14
14
|
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
15
|
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
16
|
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
-
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.
|
|
18
|
-
@_sap_tnt_InfoLabel_LineHeight: 1.
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.375rem;
|
|
19
19
|
@_sap_tnt_InfoLabel_Text: none;
|
|
20
20
|
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
21
|
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
27
|
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
28
|
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
29
|
+
@_sap_tnt_InfoLabel_LetterSpacing: normal;
|
|
29
30
|
|
|
30
31
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
31
32
|
@sapAvatar_1_Background @sapAvatar_1_TextColor,
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
// Variables and mixins
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
-
@_sap_tnt_InfoLabel_LineHeightDisplayOnly:
|
|
11
|
-
@_sap_tnt_InfoLabel_DisplayModeBorder:
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: none;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #29394B;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #B3BDC6;
|
|
14
14
|
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
15
|
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
16
|
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
-
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.
|
|
18
|
-
@_sap_tnt_InfoLabel_LineHeight: 1.
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.375rem;
|
|
19
19
|
@_sap_tnt_InfoLabel_Text: none;
|
|
20
20
|
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
21
|
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
27
|
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
28
|
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
29
|
+
@_sap_tnt_InfoLabel_LetterSpacing: normal;
|
|
29
30
|
|
|
30
31
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
31
32
|
@sapAvatar_1_Background @sapAvatar_1_TextColor,
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
// Variables and mixins
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
-
@_sap_tnt_InfoLabel_LineHeightDisplayOnly:
|
|
11
|
-
@_sap_tnt_InfoLabel_DisplayModeBorder:
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: none;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #1C2834;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #A9BACB;
|
|
14
14
|
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
15
|
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
16
|
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
-
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.
|
|
18
|
-
@_sap_tnt_InfoLabel_LineHeight: 1.
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.375rem;
|
|
19
19
|
@_sap_tnt_InfoLabel_Text: none;
|
|
20
20
|
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
21
|
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
27
|
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
28
|
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
29
|
+
@_sap_tnt_InfoLabel_LetterSpacing: normal;
|
|
29
30
|
|
|
30
31
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
31
32
|
#362401 #FDA503,
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
14
|
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
15
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
|
+
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
16
17
|
|
|
17
18
|
// ==========================================================================
|
|
18
19
|
// sap.m.Toolbar overriding
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
.sapMSF .sapMSFF {
|
|
208
209
|
border-radius: 2rem;
|
|
209
210
|
height: 2.5rem;
|
|
211
|
+
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
.sapMSFB {
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
// Variables overriding
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
-
@_sap_tnt_InfoLabel_LineHeightDisplayOnly:
|
|
11
|
-
@_sap_tnt_InfoLabel_DisplayModeBorder:
|
|
10
|
+
@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
|
|
11
|
+
@_sap_tnt_InfoLabel_DisplayModeBorder: none;
|
|
12
12
|
@_sap_tnt_InfoLabel_DisplayModeBackground: #C5CDD3;
|
|
13
13
|
@_sap_tnt_InfoLabel_DisplayModeColor: #2C3A48;
|
|
14
14
|
@_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
|
|
15
15
|
@_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
|
|
16
16
|
@_sap_tnt_InfoLabel_Height: 1.375rem;
|
|
17
|
-
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.
|
|
18
|
-
@_sap_tnt_InfoLabel_LineHeight: 1.
|
|
17
|
+
@_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
|
|
18
|
+
@_sap_tnt_InfoLabel_LineHeight: 1.375rem;
|
|
19
19
|
@_sap_tnt_InfoLabel_Text: none;
|
|
20
20
|
@_sap_tnt_InfoLabel_Padding: 0 0.375rem;
|
|
21
21
|
@_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
@_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
|
|
27
27
|
@_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
|
|
28
28
|
@_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
|
|
29
|
+
@_sap_tnt_InfoLabel_LetterSpacing: normal;
|
|
29
30
|
|
|
30
31
|
@_sap_tnt_InfoLabel_ColorsArray:
|
|
31
32
|
#FFC218 #5F2900,
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
14
|
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
|
|
15
15
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
|
+
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
16
17
|
|
|
17
18
|
// ==========================================================================
|
|
18
19
|
// sap.m.Toolbar overriding
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
.sapMSF .sapMSFF {
|
|
208
209
|
border-radius: 2rem;
|
|
209
210
|
height: 2.5rem;
|
|
211
|
+
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
.sapMSFB {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.114.
|
|
9
|
+
<version>1.114.10</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|