@openui5/themelib_sap_horizon 1.113.0 → 1.115.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 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +2 -5
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- 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 +3 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- 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 +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
- 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/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
- 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/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +134 -28
- 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 +134 -28
- 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 +134 -28
- 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 +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +10 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +10 -1
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
@import "ListBase.less";
|
|
46
46
|
@import "ListItemBase.less";
|
|
47
47
|
@import "MenuButton.less";
|
|
48
|
+
@import "MenuListItem.less";
|
|
48
49
|
@import "MessageBox.less";
|
|
49
50
|
@import "MessageStrip.less";
|
|
50
51
|
@import "MessageView.less";
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
@import "Token.less";
|
|
103
104
|
@import "Tokenizer.less";
|
|
104
105
|
@import "Toolbar.less";
|
|
106
|
+
@import "Title.less";
|
|
105
107
|
@import "UploadCollection.less";
|
|
106
108
|
@import "ValueStateHeader.less";
|
|
107
109
|
@import "ValueStateMessage.less";
|
|
@@ -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) {
|
|
@@ -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;
|
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
.sapMLnk {
|
|
7
|
-
text-decoration: underline;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
.sapMLnkDsbl {
|
|
11
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
12
8
|
outline: none;
|
|
@@ -27,18 +23,10 @@
|
|
|
27
23
|
text-decoration: underline;
|
|
28
24
|
}
|
|
29
25
|
|
|
30
|
-
.sapMLnkSubtle:focus {
|
|
31
|
-
color: @sapUiContentFocusColor;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
26
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
35
27
|
text-shadow: @sapUiContentTextShadow;
|
|
36
28
|
}
|
|
37
29
|
|
|
38
|
-
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
39
|
-
text-decoration: none;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
30
|
/* align Link in Form with Label */
|
|
43
31
|
.sapUiFormEdit .sapMLnk {
|
|
44
32
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
@@ -51,4 +39,9 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
|
51
39
|
|
|
52
40
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
53
41
|
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
|
|
45
|
+
html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
|
|
46
|
+
text-decoration: none;
|
|
54
47
|
}
|
|
@@ -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) {
|
|
@@ -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;
|
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
.sapMLnk {
|
|
7
|
-
text-decoration: underline;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
.sapMLnkDsbl {
|
|
11
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
12
8
|
outline: none;
|
|
@@ -27,18 +23,10 @@
|
|
|
27
23
|
text-decoration: underline;
|
|
28
24
|
}
|
|
29
25
|
|
|
30
|
-
.sapMLnkSubtle:focus {
|
|
31
|
-
color: @sapUiContentFocusColor;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
26
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
35
27
|
text-shadow: @sapUiContentTextShadow;
|
|
36
28
|
}
|
|
37
29
|
|
|
38
|
-
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
39
|
-
text-decoration: none;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
30
|
/* align Link in Form with Label */
|
|
43
31
|
.sapUiFormEdit .sapMLnk {
|
|
44
32
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
@@ -51,4 +39,9 @@ html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
|
51
39
|
|
|
52
40
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
53
41
|
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
|
|
45
|
+
html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
|
|
46
|
+
text-decoration: none;
|
|
54
47
|
}
|
|
@@ -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
|
+
}
|
|
@@ -4,8 +4,22 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
|
|
7
|
-
@_sap_tnt_NavigationList_IconColor: @
|
|
7
|
+
@_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
|
|
8
8
|
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
9
|
-
@_sap_tnt_NavigationList_ExpandIconColor: @
|
|
10
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
11
|
-
@
|
|
9
|
+
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiListTextColor;
|
|
10
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.5rem;
|
|
11
|
+
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
|
+
@_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
|
|
13
|
+
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
|
|
14
|
+
@_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
|
|
15
|
+
@_sap_tnt_NavigationList_SelectedItemBorder: none;
|
|
16
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
|
|
17
|
+
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
18
|
+
@_sap_tnt_NavigationList_GroupBorder: none;
|
|
19
|
+
@_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
|
|
20
|
+
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
21
|
+
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
22
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
23
|
+
@_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
|
|
24
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
25
|
+
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
|
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
+
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
6
7
|
@_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
|
|
7
|
-
@
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.5rem;
|
|
9
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMarginCollapsed: 0.5rem;
|
|
10
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
|
|
11
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
8
12
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
13
|
@_sap_tnt_SideNavigation_TriangleColor: @sapContent_NonInteractiveIconColor;
|
|
14
|
+
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
15
|
+
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
16
|
+
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
17
|
+
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|