@openui5/themelib_sap_horizon 1.133.2 → 1.135.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.
Files changed (173) hide show
  1. package/.reuse/dep5 +0 -7
  2. package/THIRDPARTY.txt +2 -23
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +14 -19
  5. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -3
  6. package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
  8. package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
  9. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -3
  10. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
  11. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
  12. package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
  13. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
  14. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  15. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
  16. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
  17. package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
  18. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  19. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
  20. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
  21. package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
  22. package/src/sap/m/themes/sap_horizon/Button.less +6 -0
  23. package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -35
  24. package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
  25. package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
  26. package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
  27. package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
  28. package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
  29. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
  30. package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
  31. package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
  32. package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
  33. package/src/sap/m/themes/sap_horizon/Table.less +16 -7
  34. package/src/sap/m/themes/sap_horizon/Text.less +3 -2
  35. package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
  36. package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
  37. package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
  38. package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
  39. package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
  40. package/src/sap/m/themes/sap_horizon/Title.less +8 -6
  41. package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
  42. package/src/sap/m/themes/sap_horizon/Token.less +1 -0
  43. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
  44. package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
  45. package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
  46. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
  47. package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
  48. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -47
  49. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
  50. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
  51. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
  52. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
  53. package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
  56. package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
  57. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
  58. package/src/sap/m/themes/sap_horizon_dark/Table.less +15 -6
  59. package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
  60. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
  61. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
  62. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
  63. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
  65. package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
  66. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
  67. package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
  68. package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
  69. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
  70. package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
  71. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
  72. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
  73. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
  74. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
  75. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
  76. package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
  77. package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
  78. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
  79. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +9 -2
  80. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
  81. package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
  82. package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
  83. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
  84. package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
  85. package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
  86. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
  87. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
  88. package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
  89. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
  90. package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
  91. package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
  92. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
  93. package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
  94. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
  95. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
  96. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
  97. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
  98. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
  99. package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
  100. package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
  101. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
  102. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +9 -2
  103. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
  104. package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
  105. package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
  106. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
  107. package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
  108. package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
  109. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
  110. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
  111. package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
  112. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
  113. package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
  114. package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
  115. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +14 -11
  116. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  117. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
  118. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  119. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
  120. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  121. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
  122. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  123. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  124. package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
  125. package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
  126. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  127. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
  128. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  130. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
  131. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
  132. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
  135. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  136. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  137. package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
  138. package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
  139. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  140. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
  141. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
  142. package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
  143. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
  144. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
  145. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
  146. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
  147. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
  148. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
  149. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
  150. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
  151. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
  152. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
  153. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
  154. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
  155. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
  156. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
  157. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
  158. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
  159. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
  160. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
  161. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
  162. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
  163. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
  164. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
  165. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
  166. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  167. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
  168. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
  169. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
  170. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
  171. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
  172. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
  173. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
@@ -1,11 +1,11 @@
1
- /* ======================================== */
2
- /* CSS for control sap.m/WheelSlider */
3
- /* Horizon theme */
4
- /* ======================================== */
1
+ /* ================================== */
2
+ /* CSS for control sap.m/WheelSlider */
3
+ /* Horizon theme */
4
+ /* ================================== */
5
5
 
6
6
  @_sap_m_TimePicker_ItemColor: darken(@sapUiListBackground, 3);
7
7
  @_sap_m_TimePicker_ItemHoverColor: darken(@sapUiListBackground, 6);
8
- @_sap_m_TimePicker_ItemBorderColor: @sapUiListBackground;
8
+ @_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
9
9
 
10
10
  .sapMWS:not(:last-child),
11
11
  .sapMWS.sapMWSExpanded:not(:last-child) {
@@ -13,51 +13,65 @@
13
13
  }
14
14
 
15
15
  .sapMWS {
16
+
16
17
  .sapMWSLabel,
17
18
  .sapMWSInner {
18
19
  width: 3rem;
19
20
  height: 2.875rem;
21
+
20
22
  .sapMWSItem,
21
23
  .sapMWSSelectionFrame {
22
24
  width: 3rem;
23
25
  height: 2.875rem;
24
26
  }
27
+
25
28
  .sapMWSItem {
26
29
  border-radius: 0.25rem;
27
- background: @sapUiActive;
30
+ background: var(--sapActiveColor);
28
31
  border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
32
+
29
33
  &:hover {
30
34
  background: darken(@sapUiSelected, 10);
31
35
  }
32
36
  }
33
37
  }
38
+
34
39
  &.sapMWSExpanded {
40
+
35
41
  .sapMWSInner {
42
+
36
43
  .sapMWSItem {
37
44
  background: @_sap_m_TimePicker_ItemColor;
38
45
  border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
46
+
39
47
  &:hover {
40
48
  background: @_sap_m_TimePicker_ItemHoverColor;
41
49
  }
50
+
42
51
  &:active {
43
- background: @sapUiActive;
44
- color: @sapUiContentContrastTextColor;
52
+ background: var(--sapActiveColor);
53
+ color: var(--sapContent_ContrastTextColor);
45
54
  }
46
55
 
47
56
  }
57
+
48
58
  .sapMWSSelectionFrame {
49
- border: 0.125rem solid @sapUiSelected;
59
+ border: 0.125rem solid var(--sapSelectedColor);
50
60
  border-radius: 0.25rem;
51
61
  outline:none;
62
+
52
63
  &:hover {
64
+
53
65
  + ul > li.sapMWSItem.sapMWSItemSelected {
54
66
  background: @_sap_m_TimePicker_ItemHoverColor;
55
67
  }
56
68
  }
69
+
57
70
  &:active {
71
+
58
72
  & + ul > li.sapMWSItem.sapMWSItemSelected {
59
- background: @sapUiActive;
60
- color: @sapUiContentContrastTextColor;
73
+ background: var(--sapActiveColor);
74
+ color: var(--sapContent_ContrastTextColor);
61
75
  }
62
76
  }
63
77
  }
@@ -66,42 +80,52 @@
66
80
  }
67
81
 
68
82
  .sapUiSizeCompact .sapMWS {
83
+
69
84
  .sapMWSLabel,
70
85
  .sapMWSInner {
86
+ width: 3rem;
87
+ height: 2rem;
88
+
71
89
  .sapMWSItem,
72
90
  .sapMWSSelectionFrame,
73
91
  .sapMWSExpanded {
74
92
  width: 3rem;
75
93
  }
76
- width: 3rem;
77
- height: 2rem;
78
94
  }
79
95
  }
80
96
 
81
97
  .sap-phone {
98
+
82
99
  .sapMWS {
100
+
83
101
  .sapMWSLabel,
84
102
  .sapMWSInner {
85
103
  width: 3rem;
86
104
  height: 2.875rem;
105
+
87
106
  .sapMWSItem,
88
107
  .sapMWSSelectionFrame {
89
108
  width: 3rem;
90
109
  height: 2.875rem;
91
110
  }
111
+
92
112
  .sapMWSItem {
93
113
  border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
94
114
  }
95
115
  }
116
+
96
117
  &.sapMWSExpanded {
118
+
97
119
  .sapMWSInner {
120
+
98
121
  .sapMWSItem {
99
122
  background: @_sap_m_TimePicker_ItemColor;
100
123
  border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
101
124
  width: 3rem;
102
125
  }
126
+
103
127
  .sapMWSSelectionFrame {
104
- outline: 0.125rem solid @sapUiSelected;
128
+ outline: 0.125rem solid var(--sapSelectedColor);
105
129
  outline-offset: -0.188rem;
106
130
  }
107
131
  }
@@ -40,6 +40,7 @@
40
40
  .sapFAvatarColorTileIcon {
41
41
  background-color: var(--sapTile_Background);
42
42
  color: var(--sapTile_IconColor);
43
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
43
44
 
44
45
  .sapFAvatarInitialsHolder {
45
46
  color: currentColor;
@@ -49,21 +50,33 @@
49
50
  .sapFAvatarColorPlaceholder {
50
51
  background-color: var(--sapContent_ImagePlaceholderBackground);
51
52
  color: var(--sapContent_ImagePlaceholderForegroundColor);
53
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
52
54
 
53
55
  .sapFAvatarInitialsHolder {
54
56
  color: currentColor;
55
57
  }
56
58
  }
57
59
 
60
+ .sapFAvatarColorTransparent {
61
+ background-color: var(--sapAvatar_Lite_Background);
62
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
63
+ }
64
+
58
65
  .generateColor (@accentIndex) {
59
66
  @css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
60
67
  @background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
61
68
  @color-param: ~"sapUiAvatar@{accentIndex}TextColor";
69
+ @hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
62
70
 
63
71
  // Build the real CSS selector.
64
72
  // The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
65
73
  .@{css-selector} {
66
74
  background-color: @@background-param;
75
+ &.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
76
+ &.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
77
+ background-color: @@hover-color;
78
+ box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
79
+ }
67
80
  }
68
81
 
69
82
  .@{css-selector}.sapFAvatarIcon,
@@ -137,6 +137,7 @@
137
137
  /* Custom focus border: */
138
138
  /* ---------------------------------------------------------------------*/
139
139
 
140
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
140
141
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
141
142
  border-color: var(--sapContent_FocusColor);
142
143
  }
@@ -154,6 +155,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable
154
155
  border-color: var(--sapButton_Success_BorderColor);
155
156
  }
156
157
 
158
+ .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
157
159
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
158
160
  content: '';
159
161
  position: absolute;
@@ -167,6 +169,10 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::befor
167
169
  border-radius: 0.375rem;
168
170
  }
169
171
 
172
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
173
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
174
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
175
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
170
176
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
171
177
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
172
178
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
@@ -55,7 +55,6 @@
55
55
  color: var(--sapTile_TextColor);
56
56
  }
57
57
  }
58
-
59
58
  }
60
59
  }
61
60
 
@@ -70,14 +69,13 @@
70
69
  }
71
70
  }
72
71
 
73
- .sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading) {
72
+ .sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
74
73
 
75
74
  .sapMTileCntContent {
76
75
 
77
76
  &::after {
78
77
  opacity: 0.4;
79
78
  background-color: var(--sapTile_Background);
80
-
81
79
  }
82
80
  }
83
81
  }
@@ -116,7 +114,7 @@
116
114
  }
117
115
 
118
116
  .sapMGT.sapMGTLineMode:not(.sapMGTDisabled).sapMGTLineModePress {
119
- background: fade(@sapUiShellHoverBackground, 12);
117
+ background: var(--sapTile_Active_Background);
120
118
  }
121
119
 
122
120
  .sapMGT.sapMGTLineMode .sapMGTFocusDiv {
@@ -301,51 +299,39 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
301
299
  }
302
300
 
303
301
  .sapMGT.sapMGTPressActive {
304
- box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
302
+ box-shadow: none;
305
303
 
306
304
  &:not(.sapMGTBackgroundImage) {
307
305
  background: var(--sapTile_Active_Background);
308
306
  }
309
-
310
307
  &.sapMGTScopeActions .sapMTileCntContent::after {
311
- background-color: fade(@sapUiTileActiveBackground, 70);
308
+ background-color: var(--sapTile_Active_Background);
312
309
  }
313
310
  }
314
311
 
315
- .sapMGTWithImageHoverOverlay.sapMGTPressActive {
316
- background: fade(@sapUiTileActiveBackground, 20%);
317
- }
318
-
319
- .sapMGT:hover:not(.sapMGTPressActive) {
320
- box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
321
- transition: background 0.2s;
322
-
312
+ .sapMGT:hover:not(.sapMGTPressActive) {
313
+ box-shadow: var(--sapContent_Shadow2);
323
314
  &:not(.sapMGTBackgroundImage) {
324
- background: var(--sapTile_Hover_Background);
325
- }
326
-
327
- .sapMGTWithImageHoverOverlay {
328
- background: fade(@sapUiTileHoverBackground, 10%);
329
- transition: background 0.2s;
315
+ background-color: var(--sapTile_Hover_Background);
330
316
  }
331
317
 
332
318
  &.sapMGTScopeActions .sapMTileCntContent::after {
333
- background-color: fade(@sapUiTileHoverBackground, 70);
334
- transition: background 0.2s;
319
+ background-color: var(--sapTile_Hover_Background);
335
320
  }
336
321
  }
337
322
 
338
- .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, /* focus inside GridContainer */
339
- .sapMGT:focus .sapMGTFocusDiv,
340
- .sapMGT:active .sapMGTFocusDiv,
341
- .sapMGTLineModePress .sapMGTFocusDiv {
342
- border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
323
+ .sapMGTActionButtonPress.sapMGT:focus {
324
+
325
+ .sapMGTFocusDiv {
326
+ box-shadow: none;
327
+ }
343
328
  }
344
329
 
345
330
  .sapMGTActionButtonPress.sapMGT:active {
346
331
 
347
332
  .sapMGTFocusDiv {
348
333
  border: none;
334
+ box-shadow: none;
349
335
  }
350
336
  }
351
337
 
@@ -369,7 +355,6 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
369
355
  }
370
356
  }
371
357
 
372
-
373
358
  large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
374
359
  .sapUiMedia-GenericTileDeviceSet-large .sapUiSizeCompact .sapMGT.sapMGTLineMode {
375
360
  margin-right: 1rem;
@@ -377,7 +362,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
377
362
  }
378
363
 
379
364
  .sapMGT {
380
- border-radius: var(--sapTile_BorderCornerRadius);
381
365
  border-color: var(--sapTile_BorderColor);
382
366
  box-shadow: var(--sapContent_Shadow0);
383
367
 
@@ -388,7 +372,7 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
388
372
 
389
373
  .sapMGT.tileWithAppInfo {
390
374
 
391
- .sapMGTContent {
375
+ .sapMGTContent{
392
376
  border-radius: 0;
393
377
  }
394
378
  }
@@ -478,7 +462,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
478
462
  margin-right: 1px;
479
463
  }
480
464
 
481
- .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv,
482
465
  .sapMGT:focus .sapMGTFocusDiv,
483
466
  .sapMGT:active .sapMGTFocusDiv,
484
467
  .sapMGTLineModePress .sapMGTFocusDiv {
@@ -540,11 +523,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
540
523
  left: 0;
541
524
  }
542
525
 
543
- .sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
544
- border: 2px solid var(--sapContent_FocusColor);
545
- border-radius: var(--sapElement_BorderCornerRadius);
546
- }
547
-
548
526
  .miniTileBackground {
549
527
  background: var(--sapTile_Background);
550
528
  box-shadow: var(--sapContent_Shadow0) !important;
@@ -572,16 +550,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
572
550
  font-weight: bold;
573
551
  }
574
552
 
575
- .OneByOne.tileWithAppInfo {
576
-
577
- .sapMGTTInfoContainer {
578
-
579
- .sapMGTTInfo {
580
- background-color: var(--sapTile_Active_Background);
581
- }
582
- }
583
- }
584
-
585
553
  .TwoByOne.sapMGTActionMode {
586
554
  border-radius: 1.25rem;
587
555