@openui5/themelib_sap_horizon 1.112.2 → 1.114.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/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +1 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/FeedInput.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +9 -1
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -13
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +42 -0
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +18 -0
- package/src/sap/m/themes/sap_horizon/Table.less +0 -21
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +9 -1
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +42 -0
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +19 -3
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +19 -1
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +19 -2
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +868 -40
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +869 -41
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +869 -34
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +869 -34
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +2 -2
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +3 -9
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +3 -9
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_InputBase_InnerMinWidth: 2.75rem;
|
|
11
11
|
@_sap_m_InputBase_InnerPadding: 0 0.625rem;
|
|
12
|
-
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
12
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
13
|
@_sap_m_InputBase_IconLineHeight: 2.125rem;
|
|
15
14
|
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
15
|
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
16
|
+
@_sap_m_InputBase_FocusOffset_Busy: 3px;
|
|
17
17
|
|
|
18
18
|
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
19
19
|
border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* if Panel is not expandable, we do wish header to come with own border */
|
|
23
|
-
.sapMPanel > .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelHeadingDiv > .sapMPanelHdr,
|
|
24
24
|
/* notice: sapMPanelWrappingDiv is available if Panel is expandable */
|
|
25
25
|
.sapMPanelWrappingDiv,
|
|
26
26
|
/* do not want border if expanded and if only header text */
|
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
+
.sapMPanelContent {
|
|
45
|
+
padding: 0.625rem 1rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
44
48
|
.sapMPanel .sapMPanelHdr {
|
|
45
49
|
line-height: 2.75rem;
|
|
46
50
|
height: 2.75rem;
|
|
@@ -35,4 +35,22 @@ html.sap-desktop .sapMSPCMonthDay.sapMSPCMonthDayToday:focus .sapMSPCMonthNowMar
|
|
|
35
35
|
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType17, @sapLegendColor17);
|
|
36
36
|
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType18, @sapLegendColor18);
|
|
37
37
|
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType19, @sapLegendColor19);
|
|
38
|
-
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType20, @sapLegendColor20);
|
|
38
|
+
.calendarSpecialDayTypeColorMixIn(sapUiCalendarSpecialDayType20, @sapLegendColor20);
|
|
39
|
+
|
|
40
|
+
.specialDateIndicator {
|
|
41
|
+
top: 0.1875rem;
|
|
42
|
+
right: 0.1875rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.sapMSPCMonthDay.sapMSPCMonthDayToday .specialDateIndicator {
|
|
46
|
+
top: 0.3125rem;
|
|
47
|
+
right: 0.3125rem;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.sapMSPCMonthGrid .sapMSPCMonthLnkMore {
|
|
51
|
+
right: 0.1875rem;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.sapMSPCMonthGrid .sapMSPCMonthDay.sapMSPCMonthDayToday .sapMSPCMonthLnkMore {
|
|
55
|
+
right: 0.3125rem;
|
|
56
|
+
}
|
|
@@ -42,23 +42,4 @@
|
|
|
42
42
|
/* table footer */
|
|
43
43
|
.sapMListTblFooter > td {
|
|
44
44
|
border-top: 0.125rem solid @sapUiListTableFooterBorder;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* overwrite text control styles */
|
|
48
|
-
.sapMListTblCell {
|
|
49
|
-
.sapMLnk,
|
|
50
|
-
.sapMText,
|
|
51
|
-
.sapMLabel,
|
|
52
|
-
.sapMObjectNumber,
|
|
53
|
-
.sapMObjectIdentifier,
|
|
54
|
-
.sapMObjStatus {
|
|
55
|
-
line-height: 1.5rem;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapMRb {
|
|
59
|
-
.sapMLabel {
|
|
60
|
-
vertical-align: top;
|
|
61
|
-
line-height: 2rem;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
45
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* =================================== */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* =================================== */
|
|
5
|
+
|
|
6
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop-XL .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
7
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
8
|
+
.sapFFCL .sapFDynamicPage-Std-Tablet .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
9
|
+
.sapFFCL .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
10
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
11
|
+
font-family: @sapFontBlackFamily;
|
|
12
|
+
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.sapMCbBgDis
|
|
36
|
+
.sapMCbBgDis {
|
|
37
37
|
opacity: @sapUiContentDisabledOpacity;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -43,16 +43,19 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
|
|
46
|
-
color: @
|
|
46
|
+
color: @sapUiFieldTextColor;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
49
|
+
.sapMCb:not(.sapMCbErr):not(.sapMCbWarn):not(.sapMCbInfo):not(.sapMCbSucc):hover .sapMCbHoverable {
|
|
50
50
|
border: @sapUiFieldBorderWidth @sapField_BorderStyle @sapUiFieldHoverBorderColor;
|
|
51
51
|
color: @sapUiContentSelectedForegroundColor;
|
|
52
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
53
52
|
background-color: @sapSelectedColor;
|
|
54
53
|
}
|
|
55
54
|
|
|
55
|
+
.sapMCb:hover .sapMCbHoverable {
|
|
56
|
+
background-color: @sapUiFieldHoverBackground;
|
|
57
|
+
}
|
|
58
|
+
|
|
56
59
|
// value state
|
|
57
60
|
.sapMCbErr {
|
|
58
61
|
.sapMCbBg {
|
|
@@ -64,28 +67,18 @@
|
|
|
64
67
|
border-width: 0.1875rem;
|
|
65
68
|
}
|
|
66
69
|
}
|
|
67
|
-
|
|
68
|
-
.sapMCbHoverable:hover {
|
|
69
|
-
box-shadow: @sapUiContentNegativeShadow;
|
|
70
|
-
background-color: @sapUiFieldHoverBackground;
|
|
71
|
-
}
|
|
72
70
|
}
|
|
73
71
|
|
|
74
72
|
.sapMCbWarn {
|
|
75
73
|
.sapMCbBg {
|
|
76
74
|
background-color: @sapUiFieldWarningBackground;
|
|
77
75
|
border: @sapUiFieldWarningBorderWidth dashed @sapUiFieldWarningColor;
|
|
78
|
-
color: @
|
|
76
|
+
color: @sapUiFieldWarningColor;
|
|
79
77
|
|
|
80
78
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
81
79
|
border-width: 0.1875rem;
|
|
82
80
|
}
|
|
83
81
|
}
|
|
84
|
-
|
|
85
|
-
.sapMCbHoverable:hover {
|
|
86
|
-
box-shadow: @sapUiContentCriticalShadow;
|
|
87
|
-
background-color: @sapUiFieldHoverBackground;
|
|
88
|
-
}
|
|
89
82
|
}
|
|
90
83
|
|
|
91
84
|
.sapMCbInfo {
|
|
@@ -98,11 +91,6 @@
|
|
|
98
91
|
border-width: 0.25rem;
|
|
99
92
|
}
|
|
100
93
|
}
|
|
101
|
-
|
|
102
|
-
.sapMCbHoverable:hover {
|
|
103
|
-
box-shadow: @sapUiContentInformativeShadow;
|
|
104
|
-
background-color: @sapUiFieldHoverBackground;
|
|
105
|
-
}
|
|
106
94
|
}
|
|
107
95
|
|
|
108
96
|
.sapMCbSucc {
|
|
@@ -111,11 +99,6 @@
|
|
|
111
99
|
border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
|
|
112
100
|
color: @sapUiFieldSuccessColor;
|
|
113
101
|
}
|
|
114
|
-
|
|
115
|
-
.sapMCbHoverable:hover {
|
|
116
|
-
box-shadow: @sapUiContentPositiveShadow;
|
|
117
|
-
background-color: @sapUiFieldHoverBackground;
|
|
118
|
-
}
|
|
119
102
|
}
|
|
120
103
|
|
|
121
104
|
.sapMCb.sapMCbDisplayOnly:not(.sapMCbBgDis) {
|
|
@@ -4,9 +4,26 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMFeedIn {
|
|
7
|
-
|
|
7
|
+
background-color: @sapGroup_ContentBackground;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMFeedInFigure {
|
|
11
|
-
|
|
11
|
+
border-color: @sapUiHcReducedAltForeground;
|
|
12
|
+
}
|
|
13
|
+
.sapMFeedIn .sapMBtn {
|
|
14
|
+
position: absolute;
|
|
15
|
+
right: 0rem;
|
|
16
|
+
bottom: 0rem;
|
|
17
|
+
border-width: @sapButton_BorderWidth;
|
|
18
|
+
border-radius: @sapButton_BorderCornerRadius;
|
|
19
|
+
background-color:@sapGroup_ContentBackground;
|
|
20
|
+
font-size: @sapFontSize;
|
|
21
|
+
font-family: @sapFontSemiboldDuplexFamily;
|
|
22
|
+
}
|
|
23
|
+
.sapMFeedIn .sapMBtnInner {
|
|
24
|
+
padding:0;
|
|
25
|
+
border-radius: @sapButton_BorderCornerRadius;
|
|
26
|
+
background-color:@sapButton_Background;
|
|
27
|
+
border: 1px solid @sapButton_BorderColor;
|
|
28
|
+
color:@sapButton_TextColor
|
|
12
29
|
}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_InputBase_InnerMinWidth: 2.75rem;
|
|
11
11
|
@_sap_m_InputBase_InnerPadding: 0 0.625rem;
|
|
12
|
-
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
12
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
13
|
@_sap_m_InputBase_IconLineHeight: 2.125rem;
|
|
15
14
|
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
16
15
|
@_sap_m_InputBase_IconMinWidth: 2.25rem;
|
|
16
|
+
@_sap_m_InputBase_FocusOffset_Busy: 3px;
|
|
17
17
|
|
|
18
18
|
.sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
|
|
19
19
|
border: @sapUiContentFocusWidth @sapUiFieldBorderStyle @sapUiFieldBorderColor;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* if Panel is not expandable, we do wish header to come with own border */
|
|
23
|
-
.sapMPanel > .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelHeadingDiv > .sapMPanelHdr,
|
|
24
24
|
/* notice: sapMPanelWrappingDiv is available if Panel is expandable */
|
|
25
25
|
.sapMPanelWrappingDiv,
|
|
26
26
|
/* do not want border if expanded and if only header text */
|
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
+
.sapMPanelContent {
|
|
45
|
+
padding: 0.625rem 1rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
44
48
|
.sapMPanel .sapMPanelHdr {
|
|
45
49
|
line-height: 2.75rem;
|
|
46
50
|
height: 2.75rem;
|
|
@@ -42,23 +42,4 @@
|
|
|
42
42
|
/* table footer */
|
|
43
43
|
.sapMListTblFooter > td {
|
|
44
44
|
border-top: 0.125rem solid @sapUiListTableFooterBorder;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* overwrite text control styles */
|
|
48
|
-
.sapMListTblCell {
|
|
49
|
-
.sapMLnk,
|
|
50
|
-
.sapMText,
|
|
51
|
-
.sapMLabel,
|
|
52
|
-
.sapMObjectNumber,
|
|
53
|
-
.sapMObjectIdentifier,
|
|
54
|
-
.sapMObjStatus {
|
|
55
|
-
line-height: 1.5rem;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapMRb {
|
|
59
|
-
.sapMLabel {
|
|
60
|
-
vertical-align: top;
|
|
61
|
-
line-height: 2rem;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
45
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop-XL .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
7
|
+
.sapFFCL .sapFDynamicPage-Std-Desktop .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
8
|
+
.sapFFCL .sapFDynamicPage-Std-Tablet .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
|
|
9
|
+
.sapFFCL .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
|
|
10
|
+
font-size: @sapObjectHeader_Title_SnappedFontSize;
|
|
11
|
+
font-family: @sapFontBlackFamily;
|
|
12
|
+
}
|
|
@@ -378,7 +378,7 @@ html.sap-desktop .sapTntToolHeader .sapMSlt:not(.sapMSltExpanded):not(.sapMSltDi
|
|
|
378
378
|
// sap.m.IconTabHeader overriding
|
|
379
379
|
// ==========================================================================
|
|
380
380
|
|
|
381
|
-
.sapTntToolHeader {
|
|
381
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) {
|
|
382
382
|
.sapMITH .sapMITBText {
|
|
383
383
|
color: @sapUiShellInteractiveTextColor;
|
|
384
384
|
text-shadow: none;
|
|
@@ -378,7 +378,7 @@ html.sap-desktop .sapTntToolHeader .sapMSlt:not(.sapMSltExpanded):not(.sapMSltDi
|
|
|
378
378
|
// sap.m.IconTabHeader overriding
|
|
379
379
|
// ==========================================================================
|
|
380
380
|
|
|
381
|
-
.sapTntToolHeader {
|
|
381
|
+
.sapTntToolHeader:not(.sapUshellShellToolHeader) {
|
|
382
382
|
.sapMITH .sapMITBText {
|
|
383
383
|
color: @sapUiShellInteractiveTextColor;
|
|
384
384
|
text-shadow: none;
|
|
@@ -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.
|
|
9
|
+
<version>1.114.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|