@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
@@ -39,6 +39,7 @@
39
39
  .sapFAvatarColorTileIcon {
40
40
  background-color: var(--sapTile_Background);
41
41
  color: var(--sapTile_IconColor);
42
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
42
43
 
43
44
  .sapFAvatarInitialsHolder {
44
45
  color: currentColor;
@@ -48,21 +49,34 @@
48
49
  .sapFAvatarColorPlaceholder {
49
50
  background-color: var(--sapContent_ImagePlaceholderBackground);
50
51
  color: var(--sapContent_ImagePlaceholderForegroundColor);
52
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
53
+
51
54
 
52
55
  .sapFAvatarInitialsHolder {
53
56
  color: currentColor;
54
57
  }
55
58
  }
56
59
 
60
+ .sapFAvatarColorTransparent {
61
+ background-color: var(--sapAvatar_Lite_Background);
62
+ border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
63
+ }
64
+
57
65
  .generateColor (@accentIndex) {
58
66
  @css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
59
67
  @background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
60
68
  @color-param: ~"sapUiAvatar@{accentIndex}TextColor";
69
+ @hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
61
70
 
62
71
  // Build the real CSS selector.
63
72
  // The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
64
73
  .@{css-selector} {
65
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
+ }
66
80
  }
67
81
 
68
82
  .@{css-selector}.sapFAvatarIcon,
@@ -146,15 +146,22 @@
146
146
  /* Custom focus outline: */
147
147
  /* ---------------------------------------------------------------------*/
148
148
 
149
+ .sapMBtn:focus-visible > .sapMFocusable,
149
150
  html.sap-desktop .sapMBtn:focus > .sapMFocusable {
150
151
  outline: var(--sapContent_FocusWidth) dotted var(--sapContent_FocusColor);
151
152
  outline-offset: -0.25rem;
152
153
  }
153
154
 
155
+ .sapMBtn:focus-visible > .sapMFocusable,
154
156
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMFocusable {
155
157
  outline-color: var(--sapContent_ContrastFocusColor);
156
158
  }
157
159
 
160
+ .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable,
161
+ .sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable,
162
+ .sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable,
163
+ .sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable,
164
+ .sapMBtn:focus-visible > .sapMBtnNeutral.sapMFocusable,
158
165
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable,
159
166
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable,
160
167
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable,
@@ -163,6 +170,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable {
163
170
  outline-color: var(--sapContent_ContrastFocusColor);
164
171
  }
165
172
 
173
+ .sapMBtn:focus-visible > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable,
166
174
  html.sap-desktop .sapMBtn:focus > .sapMBtnActive.sapMBtnEmphasized.sapMFocusable {
167
175
  outline-color: var(--sapContent_ContrastFocusColor);
168
176
  }
@@ -4,7 +4,6 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMGT {
7
- border-radius: 0.125rem;
8
7
  box-shadow: none;
9
8
  }
10
9
 
@@ -17,10 +16,6 @@
17
16
  border-radius: 0.125rem;
18
17
  }
19
18
 
20
- .sapMGTOverlay {
21
- background-color: fade(@sapUiBlockLayerBackground, 70);
22
- }
23
-
24
19
  /* LINE MODE LIST VIEW */
25
20
 
26
21
  .sapMGT.sapMGTLineMode {
@@ -154,10 +149,6 @@
154
149
  color: var(--sapTile_TextColor);
155
150
  }
156
151
 
157
- .sapMGTOverlay {
158
- opacity: 1;
159
- }
160
-
161
152
  .sapMGT.sapMGTBackgroundImage {
162
153
 
163
154
  .sapMGTOverlay {
@@ -7,7 +7,6 @@
7
7
  /* Variables overriding */
8
8
  /* ========================================================================== */
9
9
 
10
- @_sap_m_IconTabBar_TextColor: var(--sapContent_LabelColor);
11
10
  @_sap_m_IconTabBar_TextShadow: none;
12
11
  @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
13
12
  @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
@@ -18,7 +17,6 @@
18
17
  /* ==================== Cozy size ==================== */
19
18
 
20
19
  /* Content arrow */
21
- @_sap_m_IconTabBar_ContentArrowBorderWidth: 0.313rem;
22
20
  @_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
23
21
 
24
22
  /* Inline mode */
@@ -131,14 +129,12 @@
131
129
  /* Variables */
132
130
  /* ========================================================================== */
133
131
 
134
- @_sap_m_IconTabBar_TextHoverColor: darken(@sapUiGroupTitleTextColor, 10);
135
- @_sap_m_IconTabBar_SelectedTextColor: var(--sapContent_LabelColor);
132
+ @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
136
133
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
137
134
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
138
135
 
139
136
  /* =========== Shell =========== */
140
137
  @_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
141
- @_sap_m_IconTabBar_ShellContentArrowHeight: 0.313rem;
142
138
  @_sap_m_IconTabBar_ShellOverflowBorderColor: var(--sapButton_BorderColor);
143
139
  @_sap_m_IconTabBar_ShellOverflowHoverBorderColor: var(--sapButton_Hover_BorderColor);
144
140
  @_sap_m_IconTabBar_ShellOverflowPressedBorderColor: var(--sapButton_Active_BorderColor);
@@ -243,7 +239,6 @@
243
239
  }
244
240
 
245
241
  .sapMITBContentArrow {
246
- border-bottom: none;
247
242
  position: relative;
248
243
 
249
244
  /* creates border bottom with rounded top corners */
@@ -253,7 +248,6 @@
253
248
  bottom: 0;
254
249
  left: 0;
255
250
  right: 0;
256
- height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
257
251
  border-radius: 0.125rem 0.125rem 0 0;
258
252
  }
259
253
  }
@@ -299,17 +293,21 @@
299
293
  }
300
294
 
301
295
  .sapMITBFilterIcon {
302
- border: 1px solid var(--sapGroup_TitleTextColor);
296
+ border: 0.125rem solid var(--sapTab_ForegroundColor);
303
297
  }
304
298
 
305
299
  .sapMITBFilterDefault {
306
300
  color: var(--sapContent_ContrastIconColor);
307
301
  }
308
302
 
303
+ .sapMITBTab .sapMITBFilterDefault {
304
+ background-color: var(--sapTab_Background);
305
+ }
306
+
309
307
  .sapMITBSelected {
310
308
 
311
309
  .sapMITBContentArrow::after {
312
- background: var(--sapList_SelectionBorderColor);
310
+ background: var(--sapTab_ForegroundColor);
313
311
  }
314
312
 
315
313
  .sapMITBFilterDefault,
@@ -317,11 +315,13 @@
317
315
  .sapMITBFilterPositive,
318
316
  .sapMITBFilterNegative,
319
317
  .sapMITBFilterCritical {
320
- background: var(--sapSelectedColor);
321
- color: var(--sapContent_ContrastIconColor);
318
+ background: var(--sapTab_Positive_Selected_Background);
319
+ color: var( --sapTab_Positive_Selected_IconColor);
322
320
  }
323
321
  }
324
322
 
323
+
324
+
325
325
  /* Phone device */
326
326
 
327
327
  .sapUiMedia-Std-Phone .sapMITH.sapUiSizeCompact {
@@ -15,7 +15,7 @@
15
15
  @_sap_m_InputBase_IconMinWidth: 2.25rem;
16
16
  @_sap_m_InputBase_FocusOffset_Busy: 3px;
17
17
 
18
- .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper) {
18
+ .sapMInputBaseContentWrapper:not(.sapMInputBaseContentWrapperError):not(.sapMInputBaseContentWrapperWarning):not(.sapMInputBaseContentWrapperInformation):not(.sapMInputBaseDisabledWrapper):not(.sapMInputBaseReadonlyWrapper) {
19
19
  border: var(--sapContent_FocusWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
20
20
  }
21
21
 
@@ -101,6 +101,10 @@
101
101
  text-align: right;
102
102
  }
103
103
 
104
+ .sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
105
+ border: var(--sapElement_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);
106
+ }
107
+
104
108
  .sapMLIBActive {
105
109
 
106
110
  .sapMInputBaseInner,
@@ -3,11 +3,6 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMMsgStrip {
7
- border-radius: var(--sapPopover_BorderCornerRadius);
8
- border-width: 0.125rem;
9
- }
10
-
11
6
  .sapMMsgStripCloseButton {
12
7
  top: -0.4375rem;
13
8
  }
@@ -24,6 +24,7 @@
24
24
  .sapMObjStatusInformation .sapMObjStatusText,
25
25
  .sapMObjStatusInformation .sapMObjStatusIcon {
26
26
  color: var(--sapList_TextColor);
27
+ text-shadow: none;
27
28
  }
28
29
  }
29
30
 
@@ -426,154 +427,154 @@
426
427
 
427
428
  /* Second set of inverted indication colors regular state */
428
429
  .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusWrapper {
429
- background-color: var(--sapIndicationColor_1_Background);
430
- border-color: var(--sapIndicationColor_1_BorderColor);
430
+ background-color: var(--sapIndicationColor_1b_Background);
431
+ border-color: var(--sapIndicationColor_1b_BorderColor);
431
432
  }
432
433
 
433
434
  .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
434
435
  .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon {
435
436
  text-shadow: none;
436
- color: var(--sapIndicationColor_1_TextColor);
437
+ color: var(--sapIndicationColor_1b_TextColor);
437
438
  }
438
439
 
439
440
  .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusWrapper {
440
- background-color: var(--sapIndicationColor_2_Background);
441
- border-color: var(--sapIndicationColor_2_BorderColor);
441
+ background-color: var(--sapIndicationColor_2b_Background);
442
+ border-color: var(--sapIndicationColor_2b_BorderColor);
442
443
  }
443
444
 
444
445
  .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
445
446
  .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusIcon {
446
447
  text-shadow: none;
447
- color: var(--sapIndicationColor_2_TextColor);
448
+ color: var(--sapIndicationColor_2b_TextColor);
448
449
  }
449
450
 
450
451
  .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusWrapper {
451
- background-color: var(--sapIndicationColor_3_Background);
452
- border-color: var(--sapIndicationColor_3_BorderColor);
452
+ background-color: var(--sapIndicationColor_3b_Background);
453
+ border-color: var(--sapIndicationColor_3b_BorderColor);
453
454
  }
454
455
 
455
456
  .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusText,
456
457
  .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusIcon {
457
458
  text-shadow: none;
458
- color: var(--sapIndicationColor_3_TextColor);
459
+ color: var(--sapIndicationColor_3b_TextColor);
459
460
  }
460
461
 
461
462
  .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusWrapper {
462
- background-color: var(--sapIndicationColor_4_Background);
463
- border-color: var(--sapIndicationColor_4_BorderColor);
463
+ background-color: var(--sapIndicationColor_4b_Background);
464
+ border-color: var(--sapIndicationColor_4b_BorderColor);
464
465
  }
465
466
 
466
467
  .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusText,
467
468
  .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusIcon {
468
469
  text-shadow: none;
469
- color: var(--sapIndicationColor_4_TextColor);
470
+ color: var(--sapIndicationColor_4b_TextColor);
470
471
  }
471
472
 
472
473
  .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusWrapper {
473
- background-color: var(--sapIndicationColor_5_Background);
474
- border-color: var(--sapIndicationColor_5_BorderColor);
474
+ background-color: var(--sapIndicationColor_5b_Background);
475
+ border-color: var(--sapIndicationColor_5b_BorderColor);
475
476
  }
476
477
 
477
478
  .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusText,
478
479
  .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusIcon {
479
480
  text-shadow: none;
480
- color: var(--sapIndicationColor_5_TextColor);
481
+ color: var(--sapIndicationColor_5b_TextColor);
481
482
  }
482
483
 
483
484
  .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusWrapper {
484
- background-color: var(--sapIndicationColor_6_Background);
485
- border-color: var(--sapIndicationColor_6_BorderColor);
485
+ background-color: var(--sapIndicationColor_6b_Background);
486
+ border-color: var(--sapIndicationColor_6b_BorderColor);
486
487
  }
487
488
 
488
489
  .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusText,
489
490
  .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusIcon {
490
491
  text-shadow: none;
491
- color: var(--sapIndicationColor_6_TextColor);
492
+ color: var(--sapIndicationColor_6b_TextColor);
492
493
  }
493
494
 
494
495
  .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusWrapper {
495
- background-color: var(--sapIndicationColor_7_Background);
496
- border-color: var(--sapIndicationColor_7_BorderColor);
496
+ background-color: var(--sapIndicationColor_7b_Background);
497
+ border-color: var(--sapIndicationColor_7b_BorderColor);
497
498
  }
498
499
 
499
500
  .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusText,
500
501
  .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusIcon {
501
502
  text-shadow: none;
502
- color: var(--sapIndicationColor_7_TextColor);
503
+ color: var(--sapIndicationColor_7b_TextColor);
503
504
  }
504
505
 
505
506
  .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusWrapper {
506
- background-color: var(--sapIndicationColor_8_Background);
507
- border-color: var(--sapIndicationColor_8_BorderColor);
507
+ background-color: var(--sapIndicationColor_8b_Background);
508
+ border-color: var(--sapIndicationColor_8b_BorderColor);
508
509
  }
509
510
 
510
511
  .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusText,
511
512
  .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusIcon {
512
513
  text-shadow: none;
513
- color: var(--sapIndicationColor_8_TextColor);
514
+ color: var(--sapIndicationColor_8b_TextColor);
514
515
  }
515
516
 
516
517
  .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusWrapper {
517
- background-color: var(--sapIndicationColor_9_Background);
518
- border-color: var(--sapIndicationColor_9_BorderColor);
518
+ background-color: var(--sapIndicationColor_9b_Background);
519
+ border-color: var(--sapIndicationColor_9b_BorderColor);
519
520
  }
520
521
 
521
522
  .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusText,
522
523
  .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon {
523
524
  text-shadow: none;
524
- color: var(--sapIndicationColor_9_TextColor);
525
+ color: var(--sapIndicationColor_9b_TextColor);
525
526
  }
526
527
 
527
528
  .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusWrapper {
528
- background-color: var(--sapIndicationColor_10_Background);
529
- border-color: var(--sapIndicationColor_10_BorderColor);
529
+ background-color: var(--sapIndicationColor_10b_Background);
530
+ border-color: var(--sapIndicationColor_10b_BorderColor);
530
531
  }
531
532
 
532
533
  .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
533
534
  .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
534
535
  text-shadow: none;
535
- color: var(--sapIndicationColor_10_TextColor);
536
+ color: var(--sapIndicationColor_10b_TextColor);
536
537
  }
537
538
 
538
539
  /* Second set of inverted indication colors hovered state */
539
540
  .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
540
- background-color: var(--sapIndicationColor_1_Hover_Background);
541
+ background-color: var(--sapIndicationColor_1b_Hover_Background);
541
542
  }
542
543
 
543
544
  .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
544
- background-color: var(--sapIndicationColor_2_Hover_Background);
545
+ background-color: var(--sapIndicationColor_2b_Hover_Background);
545
546
  }
546
547
 
547
548
  .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
548
- background-color: var(--sapIndicationColor_3_Hover_Background);
549
+ background-color: var(--sapIndicationColor_3b_Hover_Background);
549
550
  }
550
551
 
551
552
  .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
552
- background-color: var(--sapIndicationColor_4_Hover_Background);
553
+ background-color: var(--sapIndicationColor_4b_Hover_Background);
553
554
  }
554
555
 
555
556
  .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
556
- background-color: var(--sapIndicationColor_5_Hover_Background);
557
+ background-color: var(--sapIndicationColor_5b_Hover_Background);
557
558
  }
558
559
 
559
560
  .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
560
- background-color: var(--sapIndicationColor_6_Hover_Background);
561
+ background-color: var(--sapIndicationColor_6b_Hover_Background);
561
562
  }
562
563
 
563
564
  .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
564
- background-color: var(--sapIndicationColor_7_Hover_Background);
565
+ background-color: var(--sapIndicationColor_7b_Hover_Background);
565
566
  }
566
567
 
567
568
  .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
568
- background-color: var(--sapIndicationColor_8_Hover_Background);
569
+ background-color: var(--sapIndicationColor_8b_Hover_Background);
569
570
  }
570
571
 
571
572
  .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
572
- background-color: var(--sapIndicationColor_9_Hover_Background);
573
+ background-color: var(--sapIndicationColor_9b_Hover_Background);
573
574
  }
574
575
 
575
576
  .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
576
- background-color: var(--sapIndicationColor_10_Hover_Background);
577
+ background-color: var(--sapIndicationColor_10b_Hover_Background);
577
578
  }
578
579
 
579
580
  html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
@@ -8,18 +8,19 @@
8
8
  bottom: 0.375rem;
9
9
  left: 0.125rem;
10
10
  right: 0.125rem;
11
- border: 0.125rem dotted @sapUiContentFocusColor;
11
+ border: 0.125rem dotted var(--sapContent_FocusColor);
12
12
  border-radius: 0.375rem
13
13
  }
14
14
 
15
15
  .sapUiSizeCompact {
16
+
16
17
  .sapMSB:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
17
18
  top: 0.3125rem;
18
19
  bottom: 0.3125rem;
19
20
  }
20
21
  }
21
22
 
22
- //ie
23
+ /* ie */
23
24
  .sapMSBTextIE.sapMSBText {
24
25
  padding-right: 2.25rem;
25
26
  }
@@ -4,7 +4,9 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMStepInput:focus {
7
+
7
8
  .sapMInputBaseContentWrapper:not(.sapMInputBaseReadonlyWrapper):not(.sapMStepInputReadOnly) {
9
+
8
10
  &::before {
9
11
  border-width: 2px;
10
12
  }