@openui5/themelib_sap_horizon 1.116.0 → 1.117.1

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 (55) hide show
  1. package/package.json +18 -18
  2. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  3. package/src/sap/m/themes/sap_horizon/IconTabBar.less +223 -62
  4. package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
  5. package/src/sap/m/themes/sap_horizon/Link.less +27 -13
  6. package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
  7. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  8. package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
  9. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  10. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +204 -40
  11. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
  12. package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
  13. package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
  14. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  15. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  16. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
  17. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  18. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
  19. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
  20. package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
  21. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  23. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  24. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  25. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  26. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  27. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
  28. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
  29. package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
  30. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
  31. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  32. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  33. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  34. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  35. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
  36. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
  37. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +53 -23
  38. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
  39. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
  40. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +53 -23
  41. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
  42. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  43. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +50 -29
  44. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
  45. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  46. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +51 -30
  47. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  48. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  51. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +4 -0
  52. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +4 -1
  53. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
  54. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
  55. package/ui5.yaml +1 -1
@@ -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
  }
@@ -18,7 +18,3 @@
18
18
  .sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
19
19
  border-width: 2px;
20
20
  }
21
-
22
- .sapMListShowSeparatorsNone .sapMLIBShowSeparator:hover {
23
- box-shadow: inset 0px -0.0625rem @sapUiListSelectionBorderColor;
24
- }
@@ -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 {
@@ -54,10 +54,19 @@
54
54
  width: 2.25rem;
55
55
  }
56
56
 
57
- .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
58
- width: 2rem;
57
+ .sapUiSizeCompact {
58
+ .sapMPanel {
59
+ min-height: 2.5rem;
60
+ }
61
+ .sapMPanelWrappingDiv .sapUiIcon {
62
+ width: 2rem;
63
+ }
59
64
  }
60
65
 
61
66
  .sapMPanelWrappingDiv .sapUiIcon {
62
67
  color: @sapButton_Lite_TextColor;
68
+ }
69
+
70
+ .sapMPanelStickyHeadingDiv {
71
+ background-color: @sapUiGroupTitleBackground;
63
72
  }
@@ -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
  }
@@ -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
- html.sap-desktop .sapMToken:focus {
39
- outline: none;
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
- html.sap-desktop .sapMToken:focus::after {
43
- content: '';
44
- position: absolute;
45
- pointer-events: none;
46
- z-index: 2;
47
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
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: none;
32
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
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 {
@@ -0,0 +1,8 @@
1
+ /* ========================================== */
2
+ /* CSS for control sap.m/GroupHeaderListItem */
3
+ /* Horizon High Contrast White theme */
4
+ /* ========================================== */
5
+
6
+ .sapMListUl .sapMLIB.sapMGHLI {
7
+ font-weight: bold;
8
+ }
@@ -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
  }
@@ -18,7 +18,3 @@
18
18
  .sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
19
19
  border-width: 2px;
20
20
  }
21
-
22
- .sapMListShowSeparatorsNone .sapMLIBShowSeparator:not(:hover) {
23
- box-shadow: inset 0px -0.0625rem @sapUiListSelectionBorderColor;
24
- }
@@ -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 {
@@ -55,11 +55,19 @@
55
55
  font-size: 1.375rem;
56
56
  }
57
57
 
58
- .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
59
- width: 2rem;
60
- font-size: 1rem;
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
  }
@@ -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
  }
@@ -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;
@@ -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
- @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
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;
@@ -14,4 +14,5 @@
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;
@@ -195,24 +195,52 @@
195
195
  .sapMSF {
196
196
  height: 2.5rem;
197
197
  padding-top: 0px;
198
+
199
+ &:not(.sapMSFVal) .sapMSFS {
200
+ pointer-events: none;
201
+ }
198
202
  }
199
203
 
200
204
  .sapMSF .sapMSFF {
201
205
  border-radius: 2rem;
202
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;
203
221
  }
204
222
 
205
223
  .sapMSFB {
206
- line-height: 2.5rem;
207
- width: 1.875rem;
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;
208
235
  }
209
236
 
210
237
  .sapMSFSSI {
211
238
  display: inline;
212
239
  }
213
240
 
214
- .sapMSFF .sapMSFSSI:before {
241
+ .sapMSFF .sapMSFSSI:before {
215
242
  content: "\e00d";
243
+ color: @sapUiContentNonInteractiveIconColor;
216
244
  display: block;
217
245
  font-style: normal;
218
246
  width: 1rem;
@@ -233,12 +261,11 @@
233
261
  height: 1.25rem;
234
262
  border-radius: 0.75rem;
235
263
  font-size: 0.75rem;
236
- margin-top: 0.625rem;
237
264
  line-height: 1.25rem;
238
265
  }
239
266
 
240
267
  .sapMSFS {
241
- width: 1.625rem;
268
+ margin-right: 0.25rem;
242
269
  border: none;
243
270
  }
244
271
 
@@ -252,17 +279,28 @@
252
279
  }
253
280
 
254
281
  .sapMSFS:active::after,
282
+ .sapMSFS.sapMSFBA::after,
255
283
  .sapMSFR:active::after {
256
284
  background: @sapActiveColor;
257
285
  color: @sapContent_IconColor;
258
- margin-top: 0.625rem;
259
286
  }
260
287
 
261
288
  .sapMSFS:hover::after,
262
289
  .sapMSFR:hover::after {
263
290
  background: @sapHoverColor;
264
291
  color: @sapContent_IconColor;
265
- margin-top: 0.625rem;
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
+ }
266
304
  }
267
305
  }
268
306
 
@@ -270,7 +308,6 @@
270
308
  .sapTntToolHeader {
271
309
  .sapMSF {
272
310
  height: 2rem;
273
- padding-top: 1px;
274
311
  }
275
312
 
276
313
  .sapMSF .sapMSFF {
@@ -278,25 +315,18 @@
278
315
  }
279
316
 
280
317
  .sapMSFB {
281
- line-height: 2rem;
282
- width: 1.5rem;
318
+ margin-top: 0.1875rem;
319
+ width: 1.625rem;
320
+ height: 1.625rem;
283
321
  }
284
322
 
285
- .sapMSFF .sapMSFSSI:before {
286
- margin-top: 0.5rem;
323
+ .sapMSFS {
324
+ margin-right: 0.1875rem;
287
325
  }
288
- }
289
326
 
290
- .sapMSFS:hover::after,
291
- .sapMSFR:hover::after,
292
- .sapMSFS:active::after,
293
- .sapMSFR:active::after {
294
- margin-top: 0.375rem;
295
- }
296
-
297
- .sapMSFS::after,
298
- .sapMSFR::after {
299
- margin-top: 0.375rem;
327
+ .sapMSFF .sapMSFSSI:before {
328
+ margin-top: 0.5rem;
329
+ }
300
330
  }
301
331
  }
302
332
 
@@ -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
- @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
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, 64);
30
+ @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
31
+ @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
32
+ @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
25
33
  @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
@@ -14,4 +14,5 @@
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;