@openui5/themelib_sap_horizon 1.115.1 → 1.117.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/m/themes/sap_horizon/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +219 -58
- package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon/ListBase.less +12 -0
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +11 -3
- package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
- package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
- package/src/sap/m/themes/sap_horizon/Select.less +8 -14
- package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon/TileContainer.less +20 -1
- package/src/sap/m/themes/sap_horizon/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +200 -36
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
- package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -2
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +7 -14
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +20 -0
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +21 -0
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +3 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +74 -26
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +74 -26
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +74 -33
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +5 -5
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +71 -30
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
- 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/shared.less +9 -94
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +5 -5
- 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_dark/shared.less +9 -95
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
- 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_hcb/shared.less +9 -94
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +9 -9
- 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/core/themes/sap_horizon_hcw/shared.less +9 -94
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +434 -60
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +432 -51
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +0 -4
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +0 -4
- package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +0 -6
- package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +0 -6
- package/ui5.yaml +1 -1
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
top: -.0625rem;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.sapMSliderInner:not(.sapMSliderInnerDisabled):hover
|
|
31
|
+
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
32
|
+
.sapMSliderHandle:hover {
|
|
32
33
|
background: @sapUiSliderHoverHandleBackground;
|
|
33
34
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
34
35
|
box-shadow: @sapUiContentSelectedShadow;
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
.sapMToken {
|
|
13
13
|
padding-left: @_sap_m_Token_LeftPadding;
|
|
14
14
|
border-radius: 0.25rem;
|
|
15
|
+
color: @sapTextColor;
|
|
16
|
+
font-size: @sapFontSize;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
|
|
@@ -24,6 +26,11 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
|
24
26
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
25
27
|
}
|
|
26
28
|
|
|
29
|
+
html.sap-desktop .sapMToken:focus {
|
|
30
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
31
|
+
outline-offset: -0.1875rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
27
34
|
html.sap-desktop .sapMToken {
|
|
28
35
|
&.sapMTokenReadOnly,
|
|
29
36
|
&.sapMTokenReadOnly:hover,
|
|
@@ -35,19 +42,19 @@ html.sap-desktop .sapMToken {
|
|
|
35
42
|
}
|
|
36
43
|
}
|
|
37
44
|
|
|
38
|
-
|
|
39
|
-
|
|
45
|
+
.sapMToken.sapMTokenReadOnly {
|
|
46
|
+
padding: 0.25rem 0.3125rem;
|
|
47
|
+
color: @sapUiContentLabelColor;
|
|
48
|
+
|
|
49
|
+
.sapMTokenText {
|
|
50
|
+
line-height: 1rem;
|
|
51
|
+
}
|
|
40
52
|
}
|
|
41
53
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
border-radius: 0.25rem;
|
|
49
|
-
top: 0.0625rem;
|
|
50
|
-
bottom: 0.0625rem;
|
|
51
|
-
left: 0.0625rem;
|
|
52
|
-
right: 0.0625rem;
|
|
54
|
+
.sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
|
|
55
|
+
padding: 0.125rem 0.25rem;
|
|
56
|
+
|
|
57
|
+
.sapMTokenText {
|
|
58
|
+
line-height: 0.875rem;
|
|
59
|
+
}
|
|
53
60
|
}
|
|
@@ -36,9 +36,16 @@ html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
+
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
40
|
+
padding: 0.25rem 0.3125rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
39
43
|
.sapUiSizeCompact {
|
|
40
44
|
.sapMTokenizer {
|
|
41
45
|
padding-left: 0.25rem;
|
|
46
|
+
&.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
47
|
+
padding: 0.125rem 0.25rem;
|
|
48
|
+
}
|
|
42
49
|
.sapMToken {
|
|
43
50
|
margin-right: 0.25rem;
|
|
44
51
|
margin-top: 0.0625rem;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
@_sap_m_Avatar_Font_Size_M: 1.5rem;
|
|
9
9
|
@_sap_m_Avatar_Font_Size_S: 1.125rem;
|
|
10
10
|
@_sap_m_Avatar_Font_Size_XS: 1rem;
|
|
11
|
+
@_sap_m_Avatar_Hover_Box_Shadow_Offset: 0px;
|
|
11
12
|
|
|
12
13
|
.sapFAvatarImageContain,
|
|
13
14
|
.sapFAvatarIcon,
|
|
@@ -28,8 +29,11 @@
|
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
.sapFAvatarFocusable:focus {
|
|
31
|
-
outline:
|
|
32
|
-
|
|
32
|
+
outline-width: 0.125rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapFAvatar:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
|
|
36
|
+
background-color: @sapActiveColor;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
39
|
.sapFAvatarColorTileIcon {
|
|
@@ -169,6 +169,10 @@
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
+
.sapMITBTextOnly .sapMITBFilter .sapMITBText {
|
|
173
|
+
line-height: 0.75rem;
|
|
174
|
+
}
|
|
175
|
+
|
|
172
176
|
/* Head Container - compact */
|
|
173
177
|
|
|
174
178
|
.sapUiSizeCompact.sapMITH {
|
|
@@ -228,6 +232,10 @@
|
|
|
228
232
|
margin-top: 0.125rem;
|
|
229
233
|
}
|
|
230
234
|
}
|
|
235
|
+
|
|
236
|
+
.sapMITBTextOnly .sapMITBFilter .sapMITBText {
|
|
237
|
+
line-height: 0.75rem;
|
|
238
|
+
}
|
|
231
239
|
}
|
|
232
240
|
|
|
233
241
|
.sapMITBContentArrow {
|
|
@@ -21,6 +21,29 @@
|
|
|
21
21
|
.sapMLnk.sapMLnkSubtle {
|
|
22
22
|
color: @sapUiLinkSubtleColor;
|
|
23
23
|
text-decoration: underline;
|
|
24
|
+
|
|
25
|
+
&:not(.sapMLnkDsbl) {
|
|
26
|
+
&:active {
|
|
27
|
+
color: @sapUiLinkSubtleColor;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
33
|
+
&:focus {
|
|
34
|
+
outline: 0.125rem dotted @sapUiContentFocusColor;
|
|
35
|
+
|
|
36
|
+
&:hover:not(:active) {
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.sapMLnkSubtle {
|
|
42
|
+
&:hover:not(:active):not(:focus) {
|
|
43
|
+
color: @sapUiLinkSubtleColor;
|
|
44
|
+
text-decoration: none;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
24
47
|
}
|
|
25
48
|
|
|
26
49
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
@@ -35,13 +58,4 @@
|
|
|
35
58
|
|
|
36
59
|
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
37
60
|
text-shadow: @sapUiContentTextShadow;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
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;
|
|
47
61
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPanel {
|
|
7
|
-
min-height: 2.
|
|
7
|
+
min-height: 2.75rem;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMPanelBGSolid {
|
|
@@ -55,11 +55,19 @@
|
|
|
55
55
|
font-size: 1.375rem;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.sapUiSizeCompact
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
.sapUiSizeCompact {
|
|
59
|
+
.sapMPanel {
|
|
60
|
+
min-height: 2.5rem;
|
|
61
|
+
}
|
|
62
|
+
.sapMPanelWrappingDiv .sapUiIcon {
|
|
63
|
+
width: 2rem;
|
|
64
|
+
}
|
|
61
65
|
}
|
|
62
66
|
|
|
63
67
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
64
68
|
color: @sapButton_Lite_TextColor;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapMPanelStickyHeadingDiv {
|
|
72
|
+
background-color: @sapUiGroupTitleBackground;
|
|
65
73
|
}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
10
|
@_sap_m_SearchField_Height: 2.75rem;
|
|
11
|
-
@_sap_m_SearchField_FormHeight: 2.25rem;
|
|
12
11
|
@_sap_m_SearchField_ButtonSize: 2.25rem;
|
|
13
12
|
@_sap_m_SearchField_ButtonFontSize: 1rem;
|
|
14
13
|
@_sap_m_SearchField_Compact_FormPaddingLeft: 0.5rem;
|
|
@@ -57,7 +56,6 @@
|
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
60
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
61
59
|
background-color: @sapUiFieldHoverBackground;
|
|
62
60
|
}
|
|
63
61
|
|
|
@@ -11,6 +11,27 @@
|
|
|
11
11
|
border-radius: 0.365rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
/* arrow styles */
|
|
15
|
+
|
|
16
|
+
.sapMSlt > .sapMSltArrow {
|
|
17
|
+
line-height: 2.25rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sapUiSizeCompact .sapMSlt > .sapMSltArrow {
|
|
21
|
+
line-height: 1.625rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapMSltArrow {
|
|
25
|
+
width: 2.25rem;
|
|
26
|
+
height: 2.25rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sapUiSizeCompact .sapMSltArrow {
|
|
30
|
+
width: 2rem;
|
|
31
|
+
height: 1.625rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
14
35
|
/* hover and focus */
|
|
15
36
|
|
|
16
37
|
.sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
top: -.0625rem;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMSliderInner:not(.sapMSliderInnerDisabled):hover
|
|
29
|
+
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
30
|
+
.sapMSliderHandle:hover {
|
|
30
31
|
background: @sapUiSliderHoverHandleBackground;
|
|
31
32
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
32
33
|
box-shadow: @sapUiContentSelectedShadow;
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
.sapMToken {
|
|
13
13
|
padding-left: @_sap_m_Token_LeftPadding;
|
|
14
14
|
border-radius: 0.25rem;
|
|
15
|
+
color: @sapTextColor;
|
|
16
|
+
font-size: @sapFontSize;
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
|
|
@@ -24,6 +26,11 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
|
|
|
24
26
|
border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
|
|
25
27
|
}
|
|
26
28
|
|
|
29
|
+
html.sap-desktop .sapMToken:focus {
|
|
30
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
31
|
+
outline-offset: -0.1875rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
27
34
|
html.sap-desktop .sapMToken {
|
|
28
35
|
&.sapMTokenReadOnly,
|
|
29
36
|
&.sapMTokenReadOnly:hover,
|
|
@@ -34,19 +41,20 @@ html.sap-desktop .sapMToken {
|
|
|
34
41
|
border: @sapUiButtonBorderWidth solid @sapUiFieldReadOnlyBorderColor;
|
|
35
42
|
}
|
|
36
43
|
}
|
|
37
|
-
|
|
38
|
-
|
|
44
|
+
|
|
45
|
+
.sapMToken.sapMTokenReadOnly {
|
|
46
|
+
padding: 0.25rem 0.3125rem;
|
|
47
|
+
color: @sapUiContentLabelColor;
|
|
48
|
+
|
|
49
|
+
.sapMTokenText {
|
|
50
|
+
line-height: 1rem;
|
|
51
|
+
}
|
|
39
52
|
}
|
|
40
53
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
border-radius: 0.25rem;
|
|
48
|
-
top: 0.0625rem;
|
|
49
|
-
bottom: 0.0625rem;
|
|
50
|
-
left: 0.0625rem;
|
|
51
|
-
right: 0.0625rem;
|
|
54
|
+
.sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
|
|
55
|
+
padding: 0.125rem 0.25rem;
|
|
56
|
+
|
|
57
|
+
.sapMTokenText {
|
|
58
|
+
line-height: 0.875rem;
|
|
59
|
+
}
|
|
52
60
|
}
|
|
@@ -36,9 +36,16 @@ html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
+
.sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
40
|
+
padding: 0.25rem 0.3125rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
39
43
|
.sapUiSizeCompact {
|
|
40
44
|
.sapMTokenizer {
|
|
41
45
|
padding-left: 0.25rem;
|
|
46
|
+
&.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
|
|
47
|
+
padding: 0.125rem 0.25rem;
|
|
48
|
+
}
|
|
42
49
|
.sapMToken {
|
|
43
50
|
margin-right: 0.25rem;
|
|
44
51
|
margin-top: 0.0625rem;
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
|
|
13
13
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
|
|
14
14
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
|
|
15
|
+
@_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out;
|
|
15
16
|
@_sap_tnt_NavigationList_SelectedItemBorder: none;
|
|
16
17
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
|
|
17
18
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
@@ -21,5 +22,12 @@
|
|
|
21
22
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
22
23
|
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
23
24
|
@_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
|
|
24
|
-
@
|
|
25
|
+
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
26
|
+
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
27
|
+
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
28
|
+
@_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
|
|
29
|
+
@_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
30
|
+
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
31
|
+
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
32
|
+
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
25
33
|
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
|
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
@_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiToolbarSeparatorColor;
|
|
11
11
|
@_sap_tnt_SideNavigation_NavigationSeparatorRadius: 0.125rem;
|
|
12
12
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
13
|
-
@_sap_tnt_SideNavigation_TriangleColor: @
|
|
13
|
+
@_sap_tnt_SideNavigation_TriangleColor: @sapUiContentNonInteractiveIconColor;
|
|
14
14
|
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
15
15
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
16
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;
|
|
17
|
+
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|
|
18
|
+
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
@_sap_tnt_ToolHeader_Padding: 0 0.75rem;
|
|
14
14
|
@_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
|
|
15
15
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
16
|
-
@_sap_tnt_ToolHeader_Shadow: 0 0 0.125rem 0 fade(@
|
|
16
|
+
@_sap_tnt_ToolHeader_Shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
17
17
|
|
|
18
18
|
// ==========================================================================
|
|
19
19
|
// sap.m.Toolbar overriding
|
|
@@ -39,6 +39,24 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
// Styling for the cases when we have Header and SubHeader
|
|
43
|
+
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
|
|
44
|
+
border-bottom-right-radius: 0;
|
|
45
|
+
border-bottom-left-radius: 0;
|
|
46
|
+
box-shadow: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
|
|
50
|
+
border-top-right-radius: 0;
|
|
51
|
+
border-top-left-radius: 0;
|
|
52
|
+
box-shadow: none;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
|
|
56
|
+
box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
|
|
57
|
+
border-radius: @_sap_tnt_ToolHeader_BorderRadius;
|
|
58
|
+
}
|
|
59
|
+
|
|
42
60
|
// ==========================================================================
|
|
43
61
|
// sap.m.Button overriding
|
|
44
62
|
// ==========================================================================
|
|
@@ -141,7 +159,7 @@
|
|
|
141
159
|
|
|
142
160
|
.sapTntToolHeader {
|
|
143
161
|
.sapMTitle {
|
|
144
|
-
text-shadow: none;
|
|
162
|
+
text-shadow: none;
|
|
145
163
|
font-family: @sapFontBlackFamily;
|
|
146
164
|
font-size: 1.125rem;
|
|
147
165
|
line-height: 1.625rem;
|
|
@@ -177,24 +195,52 @@
|
|
|
177
195
|
.sapMSF {
|
|
178
196
|
height: 2.5rem;
|
|
179
197
|
padding-top: 0px;
|
|
198
|
+
|
|
199
|
+
&:not(.sapMSFVal) .sapMSFS {
|
|
200
|
+
pointer-events: none;
|
|
201
|
+
}
|
|
180
202
|
}
|
|
181
203
|
|
|
182
204
|
.sapMSF .sapMSFF {
|
|
183
205
|
border-radius: 2rem;
|
|
184
206
|
height: 2.5rem;
|
|
207
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
208
|
+
|
|
209
|
+
&:hover {
|
|
210
|
+
background: @sapUiShellHoverBackground;
|
|
211
|
+
box-shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.sapMSFI {
|
|
215
|
+
color: @sapUiShellTextColor;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.sapMSF.sapMFocus .sapMSFF {
|
|
220
|
+
background: @sapUiShellActiveBackground;
|
|
185
221
|
}
|
|
186
222
|
|
|
187
223
|
.sapMSFB {
|
|
188
|
-
|
|
189
|
-
|
|
224
|
+
width: 2rem;
|
|
225
|
+
height: 2rem;
|
|
226
|
+
margin-top: 0.25rem;
|
|
227
|
+
display: flex;
|
|
228
|
+
align-items: center;
|
|
229
|
+
justify-content: center;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.sapMSFB.sapMSFBA {
|
|
233
|
+
background: none;
|
|
234
|
+
box-shadow: none;
|
|
190
235
|
}
|
|
191
236
|
|
|
192
237
|
.sapMSFSSI {
|
|
193
238
|
display: inline;
|
|
194
239
|
}
|
|
195
240
|
|
|
196
|
-
.sapMSFF
|
|
241
|
+
.sapMSFF .sapMSFSSI:before {
|
|
197
242
|
content: "\e00d";
|
|
243
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
198
244
|
display: block;
|
|
199
245
|
font-style: normal;
|
|
200
246
|
width: 1rem;
|
|
@@ -215,12 +261,11 @@
|
|
|
215
261
|
height: 1.25rem;
|
|
216
262
|
border-radius: 0.75rem;
|
|
217
263
|
font-size: 0.75rem;
|
|
218
|
-
margin-top: 0.625rem;
|
|
219
264
|
line-height: 1.25rem;
|
|
220
265
|
}
|
|
221
266
|
|
|
222
267
|
.sapMSFS {
|
|
223
|
-
|
|
268
|
+
margin-right: 0.25rem;
|
|
224
269
|
border: none;
|
|
225
270
|
}
|
|
226
271
|
|
|
@@ -232,19 +277,30 @@
|
|
|
232
277
|
box-shadow: none;
|
|
233
278
|
line-height: 1.25rem;
|
|
234
279
|
}
|
|
235
|
-
|
|
280
|
+
|
|
236
281
|
.sapMSFS:active::after,
|
|
282
|
+
.sapMSFS.sapMSFBA::after,
|
|
237
283
|
.sapMSFR:active::after {
|
|
238
284
|
background: @sapActiveColor;
|
|
239
285
|
color: @sapContent_IconColor;
|
|
240
|
-
margin-top: 0.625rem;
|
|
241
286
|
}
|
|
242
287
|
|
|
243
288
|
.sapMSFS:hover::after,
|
|
244
289
|
.sapMSFR:hover::after {
|
|
245
290
|
background: @sapHoverColor;
|
|
246
291
|
color: @sapContent_IconColor;
|
|
247
|
-
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.sapMSFVal.sapMFocus .sapMSFF {
|
|
295
|
+
box-shadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
296
|
+
|
|
297
|
+
&::before {
|
|
298
|
+
display: none;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.sapMSFS.sapMSFB::after {
|
|
302
|
+
outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
303
|
+
}
|
|
248
304
|
}
|
|
249
305
|
}
|
|
250
306
|
|
|
@@ -252,7 +308,6 @@
|
|
|
252
308
|
.sapTntToolHeader {
|
|
253
309
|
.sapMSF {
|
|
254
310
|
height: 2rem;
|
|
255
|
-
padding-top: 1px;
|
|
256
311
|
}
|
|
257
312
|
|
|
258
313
|
.sapMSF .sapMSFF {
|
|
@@ -260,25 +315,18 @@
|
|
|
260
315
|
}
|
|
261
316
|
|
|
262
317
|
.sapMSFB {
|
|
263
|
-
|
|
264
|
-
width: 1.
|
|
318
|
+
margin-top: 0.1875rem;
|
|
319
|
+
width: 1.625rem;
|
|
320
|
+
height: 1.625rem;
|
|
265
321
|
}
|
|
266
322
|
|
|
267
|
-
.
|
|
268
|
-
margin-
|
|
323
|
+
.sapMSFS {
|
|
324
|
+
margin-right: 0.1875rem;
|
|
269
325
|
}
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.sapMSFS:hover::after,
|
|
273
|
-
.sapMSFR:hover::after,
|
|
274
|
-
.sapMSFS:active::after,
|
|
275
|
-
.sapMSFR:active::after {
|
|
276
|
-
margin-top: 0.375rem;
|
|
277
|
-
}
|
|
278
326
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
327
|
+
.sapMSFF .sapMSFSSI:before {
|
|
328
|
+
margin-top: 0.5rem;
|
|
329
|
+
}
|
|
282
330
|
}
|
|
283
331
|
}
|
|
284
332
|
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
@_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
|
|
11
11
|
@_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
|
|
12
12
|
@_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
|
|
13
|
-
@_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@
|
|
14
|
-
@_sap_tnt_ToolPage_ContentBackgroundStandard: @
|
|
15
|
-
@_sap_tnt_ToolPage_ContentBackgroundSolid: @
|
|
13
|
+
@_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
14
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
|
|
15
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
|
|
16
16
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
17
|
-
@_sap_tnt_ToolPage_ContentBackgroundList: @
|
|
17
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
|
|
18
18
|
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
19
|
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
20
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|