@openui5/themelib_sap_horizon 1.108.17 → 1.108.18

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.
Files changed (99) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/Card.less +7 -13
  3. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +40 -13
  4. package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
  5. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +33 -7
  6. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
  8. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
  10. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  11. package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
  12. package/src/sap/m/themes/sap_horizon/InputBase.less +12 -6
  13. package/src/sap/m/themes/sap_horizon/Link.less +25 -19
  14. package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
  15. package/src/sap/m/themes/sap_horizon/Panel.less +14 -4
  16. package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
  17. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  18. package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
  19. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  20. package/src/sap/m/themes/sap_horizon/Select.less +38 -38
  21. package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
  22. package/src/sap/m/themes/sap_horizon/TextArea.less +26 -14
  23. package/src/sap/m/themes/sap_horizon/Title.less +12 -0
  24. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  25. package/src/sap/m/themes/sap_horizon/Tokenizer.less +8 -2
  26. package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
  27. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  28. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
  29. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +12 -6
  30. package/src/sap/m/themes/sap_horizon_dark/Link.less +25 -19
  31. package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
  32. package/src/sap/m/themes/sap_horizon_dark/Panel.less +13 -4
  33. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  34. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  35. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
  36. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  37. package/src/sap/m/themes/sap_horizon_dark/Select.less +37 -38
  38. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
  39. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +26 -14
  40. package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  42. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +8 -2
  43. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
  44. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  45. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
  46. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +3 -3
  47. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -14
  48. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  49. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  52. package/src/sap/m/themes/sap_horizon_hcb/Select.less +23 -9
  53. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  54. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
  55. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +19 -0
  56. package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
  57. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  58. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  60. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  61. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
  62. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +3 -3
  63. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -14
  64. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  65. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  68. package/src/sap/m/themes/sap_horizon_hcw/Select.less +24 -9
  69. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  70. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +19 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
  73. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  74. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  76. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
  77. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +11 -2
  78. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +241 -342
  79. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
  80. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
  81. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +11 -2
  82. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +241 -342
  83. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
  84. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
  85. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +5 -1
  86. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +360 -2
  87. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
  88. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
  89. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +5 -1
  90. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +360 -2
  91. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
  92. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  94. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  95. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  96. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +443 -47
  97. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
  98. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +442 -38
  99. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
@@ -4,7 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMPanel {
7
- min-height: 2.5rem;
7
+ min-height: 2.75rem;
8
8
  }
9
9
 
10
10
  .sapMPanelBGSolid {
@@ -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;
@@ -51,9 +55,13 @@
51
55
  font-size: 1.375rem;
52
56
  }
53
57
 
54
- .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
55
- width: 2rem;
56
- font-size: 1rem;
58
+ .sapUiSizeCompact {
59
+ .sapMPanel {
60
+ min-height: 2.5rem;
61
+ }
62
+ .sapMPanelWrappingDiv .sapUiIcon {
63
+ width: 2rem;
64
+ }
57
65
  }
58
66
 
59
67
  .sapMPanelWrappingDiv .sapUiIcon {
@@ -161,4 +161,10 @@
161
161
  /* pointing left arrow */
162
162
  .sapMPopoverArrLeft:after {
163
163
  margin: 0.125rem 0 0 0.3125rem;
164
+ }
165
+
166
+ .sapMPopoverResizeHandle {
167
+ top: -8px;
168
+ right: -3px;
169
+ color: @sapButton_Lite_TextColor;
164
170
  }
@@ -138,7 +138,7 @@
138
138
  .sapMRbWarn.sapMRbSel,
139
139
  .sapMRbWarn.sapMRbSel.sapMRbRo {
140
140
  .sapMRbBInn {
141
- fill: @sapUiFieldTextColor;
141
+ fill: @sapUiFieldWarningColor;
142
142
  stroke: none;
143
143
  }
144
144
  }
@@ -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) {
@@ -121,20 +142,14 @@ div.sapMSltPicker {
121
142
  }
122
143
  }
123
144
 
124
- /* hover */
125
-
126
- .sapMSltHoverable:not(.sapMSltPressed):hover > .sapMSltArrow {
145
+ .sapMSlt > .sapMSltArrow {
127
146
  border-left: 0.0625rem solid @sapUiListSelectionBorderColor;
128
147
  }
129
148
 
130
149
  /* pressed */
131
150
 
132
- .sapMSltPressed > .sapMSltArrow {
133
- border-left: 0.0625rem solid @sapUiListSelectionBorderColor;
134
-
135
- &:hover {
136
- background: @sapUiButtonLiteHoverBackground;
137
- }
151
+ .sapMSltPressed > .sapMSltArrow:hover {
152
+ background: @sapUiButtonLiteHoverBackground;
138
153
  }
139
154
 
140
155
  /* ====================================================== */
@@ -25,7 +25,6 @@
25
25
  .sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
26
26
  /* focus */
27
27
  html.sap-desktop .sapMSelectListItemBase:focus {
28
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
29
28
  outline-offset: -0.1875rem;
30
29
  }
31
30
 
@@ -26,7 +26,8 @@
26
26
  top: -.0625rem;
27
27
  }
28
28
 
29
- .sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle {
29
+ .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
30
+ .sapMSliderHandle:hover {
30
31
  background: @sapUiSliderHoverHandleBackground;
31
32
  border-color: @sapUiSliderHoverHandleBorderColor;
32
33
  box-shadow: @sapUiContentSelectedShadow;
@@ -3,10 +3,29 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
+ @_sapMTextAreaPadding: 0.375rem 0.5rem 0.3125rem;
7
+ @_sapMTextAreaPadding_Compact: 0.0625rem 0.375rem 0;
8
+ @_sapMTextAreaReadonlyPadding: 0.375rem 0.625rem 0.3125rem;
9
+ @_sapMTextAreaReadonlyPadding_Compact: 0.0625rem 0.375rem 0;
10
+ @_sapMTextAreaValueStateSuccessPadding: 0.375rem 0.5rem 0.3125rem;
11
+ @_sapMTextAreaValueStateSuccessPadding_Compact: 0.0625rem 0.375rem 0;
12
+ @_sapMTextAreaValueStateInformationPadding: 0.4375rem 0.5625rem 0.375rem;
13
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem 0.0625rem;
14
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.375rem 0.5rem 0.3125rem;
15
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
16
+
6
17
  .sapMFocus.sapMTextArea {
7
18
  & .sapMInputBaseContentWrapper {
8
19
  .sapMInputBaseInner {
9
20
  outline-offset: -3px;
10
21
  }
11
22
  }
23
+ }
24
+
25
+ .sapMInputBase.sapMTextArea .sapMTextAreaInner {
26
+ line-height: 1.5;
27
+ }
28
+
29
+ .sapMTextAreaMirror {
30
+ line-height: 1.5;
12
31
  }
@@ -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
+ }
@@ -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
- html.sap-desktop .sapMToken:focus {
38
- outline: none;
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
- html.sap-desktop .sapMToken:focus::after {
42
- content: '';
43
- position: absolute;
44
- pointer-events: none;
45
- z-index: 2;
46
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
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;
@@ -110,6 +110,7 @@
110
110
  @import "Token.less";
111
111
  @import "Tokenizer.less";
112
112
  @import "Toolbar.less";
113
+ @import "Title.less";
113
114
  @import "UploadCollection.less";
114
115
  @import "ValueStateHeader.less";
115
116
  @import "ValueStateMessage.less";
@@ -4,8 +4,22 @@
4
4
  /* ======================================= */
5
5
 
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_NavigationList_IconColor: @sapHighlightColor;
7
+ @_sap_tnt_NavigationList_IconColor: @sapUiListTextColor;
8
8
  @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
9
- @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
10
- @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
11
- @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
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,16 @@
3
3
  /* Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 16rem;
6
7
  @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapAccentColor6;
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
- @_sap_tnt_SideNavigation_TriangleColor: @sapContent_NonInteractiveIconColor;
13
+ @_sap_tnt_SideNavigation_TriangleColor: @sapUiContentNonInteractiveIconColor;
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;
18
+ @_sap_tnt_SideNavigation_TriangleDisplay: none;