@openui5/themelib_sap_horizon 1.146.0 → 1.147.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 (175) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +0 -44
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +6 -1
  5. package/src/sap/m/themes/sap_horizon/Button.less +1 -1
  6. package/src/sap/m/themes/sap_horizon/MessageView.less +0 -4
  7. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +7 -0
  8. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +2 -2
  9. package/src/sap/m/themes/sap_horizon/RadioButton.less +10 -5
  10. package/src/sap/m/themes/sap_horizon/RadioButtonGroup.less +1 -3
  11. package/src/sap/m/themes/sap_horizon/Switch.less +29 -3
  12. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +6 -1
  13. package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -1
  14. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +0 -4
  15. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +8 -1
  16. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +2 -2
  17. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +10 -5
  18. package/src/sap/m/themes/sap_horizon_dark/RadioButtonGroup.less +1 -3
  19. package/src/sap/m/themes/sap_horizon_dark/Switch.less +29 -3
  20. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +12 -4
  21. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +5 -1
  23. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +2 -2
  24. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +1 -1
  25. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +2 -1
  26. package/src/sap/m/themes/sap_horizon_hcb/RadioButtonGroup.less +1 -3
  27. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +25 -3
  28. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +12 -4
  29. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +0 -4
  30. package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +5 -1
  31. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +2 -2
  32. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +2 -1
  34. package/src/sap/m/themes/sap_horizon_hcw/RadioButtonGroup.less +1 -3
  35. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +25 -3
  36. package/src/sap/ui/commons/themes/sap_horizon/ListBox.less +10 -23
  37. package/src/sap/ui/commons/themes/sap_horizon/MenuBar.less +17 -17
  38. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -45
  39. package/src/sap/ui/commons/themes/sap_horizon/Message.less +2 -2
  40. package/src/sap/ui/commons/themes/sap_horizon/MessageBar.less +9 -9
  41. package/src/sap/ui/commons/themes/sap_horizon/MessageBox.less +18 -15
  42. package/src/sap/ui/commons/themes/sap_horizon/MessageList.less +4 -4
  43. package/src/sap/ui/commons/themes/sap_horizon/MessageToast.less +17 -15
  44. package/src/sap/ui/commons/themes/sap_horizon/Paginator.less +18 -18
  45. package/src/sap/ui/commons/themes/sap_horizon/Panel.less +15 -36
  46. package/src/sap/ui/commons/themes/sap_horizon/ProgressIndicator.less +2 -7
  47. package/src/sap/ui/commons/themes/sap_horizon/RatingIndicator.less +7 -7
  48. package/src/sap/ui/commons/themes/sap_horizon/RichTooltip.less +6 -6
  49. package/src/sap/ui/commons/themes/sap_horizon/RoadMap.less +65 -65
  50. package/src/sap/ui/commons/themes/sap_horizon/SearchField.less +15 -15
  51. package/src/sap/ui/commons/themes/sap_horizon/Splitter.less +17 -17
  52. package/src/sap/ui/commons/themes/sap_horizon/TextArea.less +3 -3
  53. package/src/sap/ui/commons/themes/sap_horizon/TriStateCheckBox.less +2 -2
  54. package/src/sap/ui/commons/themes/sap_horizon/ValueHelpField.less +5 -5
  55. package/src/sap/ui/commons/themes/sap_horizon_dark/ListBox.less +8 -21
  56. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuBar.less +15 -15
  57. package/src/sap/ui/commons/themes/sap_horizon_dark/MenuButton.less +8 -41
  58. package/src/sap/ui/commons/themes/sap_horizon_dark/Message.less +1 -1
  59. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBar.less +7 -7
  60. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBox.less +17 -14
  61. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageList.less +3 -3
  62. package/src/sap/ui/commons/themes/sap_horizon_dark/MessageToast.less +15 -13
  63. package/src/sap/ui/commons/themes/sap_horizon_dark/Paginator.less +16 -16
  64. package/src/sap/ui/commons/themes/sap_horizon_dark/Panel.less +14 -35
  65. package/src/sap/ui/commons/themes/sap_horizon_dark/ProgressIndicator.less +1 -6
  66. package/src/sap/ui/commons/themes/sap_horizon_dark/RatingIndicator.less +6 -6
  67. package/src/sap/ui/commons/themes/sap_horizon_dark/RichTooltip.less +5 -5
  68. package/src/sap/ui/commons/themes/sap_horizon_dark/RoadMap.less +65 -65
  69. package/src/sap/ui/commons/themes/sap_horizon_dark/SearchField.less +13 -13
  70. package/src/sap/ui/commons/themes/sap_horizon_dark/Splitter.less +13 -13
  71. package/src/sap/ui/commons/themes/sap_horizon_dark/TextArea.less +2 -2
  72. package/src/sap/ui/commons/themes/sap_horizon_dark/TriStateCheckBox.less +1 -1
  73. package/src/sap/ui/commons/themes/sap_horizon_dark/ValueHelpField.less +4 -4
  74. package/src/sap/ui/commons/themes/sap_horizon_hcb/ListBox.less +3 -3
  75. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuBar.less +11 -19
  76. package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuButton.less +5 -13
  77. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBar.less +11 -11
  78. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBox.less +5 -5
  79. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageList.less +1 -1
  80. package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageToast.less +3 -3
  81. package/src/sap/ui/commons/themes/sap_horizon_hcb/Pagniator.less +2 -2
  82. package/src/sap/ui/commons/themes/sap_horizon_hcb/Panel.less +4 -3
  83. package/src/sap/ui/commons/themes/sap_horizon_hcb/ProgressIndicator.less +12 -12
  84. package/src/sap/ui/commons/themes/sap_horizon_hcb/RatingIndicator.less +5 -5
  85. package/src/sap/ui/commons/themes/sap_horizon_hcb/RichTooltip.less +1 -1
  86. package/src/sap/ui/commons/themes/sap_horizon_hcb/RoadMap.less +25 -25
  87. package/src/sap/ui/commons/themes/sap_horizon_hcb/SearchField.less +3 -3
  88. package/src/sap/ui/commons/themes/sap_horizon_hcb/Splitter.less +5 -15
  89. package/src/sap/ui/commons/themes/sap_horizon_hcb/TextArea.less +2 -2
  90. package/src/sap/ui/commons/themes/sap_horizon_hcb/TriStateCheckBox.less +2 -2
  91. package/src/sap/ui/commons/themes/sap_horizon_hcb/ValueHelpField.less +4 -6
  92. package/src/sap/ui/commons/themes/sap_horizon_hcw/ListBox.less +3 -3
  93. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuBar.less +11 -19
  94. package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuButton.less +5 -13
  95. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBar.less +11 -11
  96. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBox.less +5 -5
  97. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageList.less +1 -1
  98. package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageToast.less +3 -3
  99. package/src/sap/ui/commons/themes/sap_horizon_hcw/Pagniator.less +2 -2
  100. package/src/sap/ui/commons/themes/sap_horizon_hcw/Panel.less +4 -3
  101. package/src/sap/ui/commons/themes/sap_horizon_hcw/ProgressIndicator.less +12 -12
  102. package/src/sap/ui/commons/themes/sap_horizon_hcw/RatingIndicator.less +5 -5
  103. package/src/sap/ui/commons/themes/sap_horizon_hcw/RichTooltip.less +1 -1
  104. package/src/sap/ui/commons/themes/sap_horizon_hcw/RoadMap.less +25 -25
  105. package/src/sap/ui/commons/themes/sap_horizon_hcw/SearchField.less +3 -3
  106. package/src/sap/ui/commons/themes/sap_horizon_hcw/Splitter.less +5 -15
  107. package/src/sap/ui/commons/themes/sap_horizon_hcw/TextArea.less +2 -2
  108. package/src/sap/ui/commons/themes/sap_horizon_hcw/TriStateCheckBox.less +2 -2
  109. package/src/sap/ui/commons/themes/sap_horizon_hcw/ValueHelpField.less +4 -6
  110. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  111. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  112. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  114. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +8 -0
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +8 -0
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +1 -0
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +1 -0
  118. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +4 -0
  119. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +4 -0
  120. package/src/sap/ui/ux3/themes/sap_horizon/ActionBar.less +46 -51
  121. package/src/sap/ui/ux3/themes/sap_horizon/CollectionInspector.less +34 -30
  122. package/src/sap/ui/ux3/themes/sap_horizon/DataSet.less +3 -3
  123. package/src/sap/ui/ux3/themes/sap_horizon/DataSetSimpleView.less +2 -2
  124. package/src/sap/ui/ux3/themes/sap_horizon/Exact.less +2 -2
  125. package/src/sap/ui/ux3/themes/sap_horizon/ExactArea.less +3 -3
  126. package/src/sap/ui/ux3/themes/sap_horizon/ExactBrowser.less +2 -2
  127. package/src/sap/ui/ux3/themes/sap_horizon/ExactList.less +51 -52
  128. package/src/sap/ui/ux3/themes/sap_horizon/FacetFilter.less +2 -2
  129. package/src/sap/ui/ux3/themes/sap_horizon/FacetFilterList.less +10 -10
  130. package/src/sap/ui/ux3/themes/sap_horizon/Feed.less +6 -6
  131. package/src/sap/ui/ux3/themes/sap_horizon/Feeder.less +8 -8
  132. package/src/sap/ui/ux3/themes/sap_horizon/NavigationBar.less +42 -49
  133. package/src/sap/ui/ux3/themes/sap_horizon/NotificationBar.less +6 -9
  134. package/src/sap/ui/ux3/themes/sap_horizon/Shell.less +165 -167
  135. package/src/sap/ui/ux3/themes/sap_horizon/ShellColorPicker.less +2 -2
  136. package/src/sap/ui/ux3/themes/sap_horizon/ShellPersonalization.less +2 -2
  137. package/src/sap/ui/ux3/themes/sap_horizon/ThingInspector.less +71 -83
  138. package/src/sap/ui/ux3/themes/sap_horizon/ThingViewer.less +30 -30
  139. package/src/sap/ui/ux3/themes/sap_horizon_dark/ActionBar.less +46 -50
  140. package/src/sap/ui/ux3/themes/sap_horizon_dark/CollectionInspector.less +33 -29
  141. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSet.less +2 -2
  142. package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSetSimpleView.less +1 -1
  143. package/src/sap/ui/ux3/themes/sap_horizon_dark/Exact.less +1 -1
  144. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactArea.less +2 -2
  145. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactBrowser.less +1 -1
  146. package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactList.less +48 -49
  147. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilter.less +1 -1
  148. package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilterList.less +8 -8
  149. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feed.less +4 -4
  150. package/src/sap/ui/ux3/themes/sap_horizon_dark/Feeder.less +7 -7
  151. package/src/sap/ui/ux3/themes/sap_horizon_dark/NavigationBar.less +40 -46
  152. package/src/sap/ui/ux3/themes/sap_horizon_dark/NotificationBar.less +5 -8
  153. package/src/sap/ui/ux3/themes/sap_horizon_dark/Shell.less +163 -162
  154. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellColorPicker.less +1 -1
  155. package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellPersonalization.less +1 -1
  156. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingInspector.less +70 -82
  157. package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingViewer.less +29 -29
  158. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ActionBar.less +41 -43
  159. package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSetSimpleView.less +2 -2
  160. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactList.less +13 -37
  161. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feed.less +1 -1
  162. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feeder.less +1 -1
  163. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NavigationBar.less +8 -8
  164. package/src/sap/ui/ux3/themes/sap_horizon_hcb/NotificationBar.less +11 -11
  165. package/src/sap/ui/ux3/themes/sap_horizon_hcb/Shell.less +19 -20
  166. package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingInspector.less +1 -1
  167. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ActionBar.less +42 -44
  168. package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSetSimpleView.less +2 -2
  169. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactList.less +13 -37
  170. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feed.less +1 -1
  171. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feeder.less +1 -1
  172. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NavigationBar.less +8 -8
  173. package/src/sap/ui/ux3/themes/sap_horizon_hcw/NotificationBar.less +11 -11
  174. package/src/sap/ui/ux3/themes/sap_horizon_hcw/Shell.less +19 -20
  175. package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingInspector.less +1 -1
package/REUSE.toml CHANGED
@@ -613,57 +613,6 @@ SPDX-License-Identifier = "MIT"
613
613
  SPDX-FileComment = "these files belong to: hammer.js"
614
614
 
615
615
 
616
- # Library: sap.ui.webc.common:
617
-
618
- [[annotations]]
619
- path = [
620
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**",
621
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**",
622
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**",
623
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**",
624
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**",
625
- "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**"
626
- ]
627
- precedence = "aggregate"
628
- SPDX-FileCopyrightText = "SAP"
629
- SPDX-License-Identifier = "Apache-2.0"
630
- SPDX-FileComment = "these files belong to: UI5 Web Components"
631
-
632
- [[annotations]]
633
- path = "src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**"
634
- precedence = "aggregate"
635
- SPDX-FileCopyrightText = "Google LLC"
636
- SPDX-License-Identifier = "BSD-3-Clause"
637
- SPDX-FileComment = "these files belong to: lit-html"
638
-
639
-
640
- # Library: sap.ui.webc.fiori:
641
-
642
- [[annotations]]
643
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**"
644
- precedence = "aggregate"
645
- SPDX-FileCopyrightText = "SAP"
646
- SPDX-License-Identifier = "Apache-2.0"
647
- SPDX-FileComment = "these files belong to: UI5 Web Components"
648
-
649
- [[annotations]]
650
- path = "src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js"
651
- precedence = "aggregate"
652
- SPDX-FileCopyrightText = "2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull"
653
- SPDX-License-Identifier = "Apache-2.0"
654
- SPDX-FileComment = "these files belong to: ZXing"
655
-
656
-
657
- # Library: sap.ui.webc.main:
658
-
659
- [[annotations]]
660
- path = "src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**"
661
- precedence = "aggregate"
662
- SPDX-FileCopyrightText = "SAP"
663
- SPDX-License-Identifier = "Apache-2.0"
664
- SPDX-FileComment = "these files belong to: UI5 Web Components"
665
-
666
-
667
616
  # Outside of Libraries:
668
617
 
669
618
  [[annotations]]
package/THIRDPARTY.txt CHANGED
@@ -446,50 +446,6 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
446
446
  Contained in: src/sap.ui.mdc/test/sap/ui/mdc/demokit/sample/Chart/ChartJS/control/hammerjs.js
447
447
 
448
448
 
449
- Library: sap.ui.webc.common:
450
-
451
- Component: UI5 Web Components, version: 1.18.0
452
- Copyright: SAP
453
- License: Apache-2.0
454
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
455
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
456
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
457
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
458
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/**
459
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/**
460
- src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/**
461
-
462
- Component: lit-html, version: 2.2.2
463
- Copyright: Google LLC
464
- License: BSD-3-Clause
465
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
466
- Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
467
-
468
-
469
- Library: sap.ui.webc.fiori:
470
-
471
- Component: UI5 Web Components, version: 1.18.0
472
- Copyright: SAP
473
- License: Apache-2.0
474
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
475
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
476
-
477
- Component: ZXing, version: 0.17.1
478
- Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
479
- License: Apache-2.0
480
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
481
- Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
482
-
483
-
484
- Library: sap.ui.webc.main:
485
-
486
- Component: UI5 Web Components, version: 1.18.0
487
- Copyright: SAP
488
- License: Apache-2.0
489
- License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
490
- Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
491
-
492
-
493
449
  Outside of Libraries:
494
450
 
495
451
  Component: JSDoc 3, version: 3.6.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.146.0",
3
+ "version": "1.147.1",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.146.0",
18
- "@openui5/sap.m": "1.146.0",
19
- "@openui5/sap.tnt": "1.146.0",
20
- "@openui5/sap.ui.codeeditor": "1.146.0",
21
- "@openui5/sap.ui.commons": "1.146.0",
22
- "@openui5/sap.ui.core": "1.146.0",
23
- "@openui5/sap.ui.dt": "1.146.0",
24
- "@openui5/sap.ui.fl": "1.146.0",
25
- "@openui5/sap.ui.mdc": "1.146.0",
26
- "@openui5/sap.ui.integration": "1.146.0",
27
- "@openui5/sap.ui.layout": "1.146.0",
28
- "@openui5/sap.ui.rta": "1.146.0",
29
- "@openui5/sap.ui.suite": "1.146.0",
30
- "@openui5/sap.ui.table": "1.146.0",
31
- "@openui5/sap.ui.unified": "1.146.0",
32
- "@openui5/sap.ui.ux3": "1.146.0",
33
- "@openui5/sap.uxap": "1.146.0"
17
+ "@openui5/sap.f": "1.147.1",
18
+ "@openui5/sap.m": "1.147.1",
19
+ "@openui5/sap.tnt": "1.147.1",
20
+ "@openui5/sap.ui.codeeditor": "1.147.1",
21
+ "@openui5/sap.ui.commons": "1.147.1",
22
+ "@openui5/sap.ui.core": "1.147.1",
23
+ "@openui5/sap.ui.dt": "1.147.1",
24
+ "@openui5/sap.ui.fl": "1.147.1",
25
+ "@openui5/sap.ui.mdc": "1.147.1",
26
+ "@openui5/sap.ui.integration": "1.147.1",
27
+ "@openui5/sap.ui.layout": "1.147.1",
28
+ "@openui5/sap.ui.rta": "1.147.1",
29
+ "@openui5/sap.ui.suite": "1.147.1",
30
+ "@openui5/sap.ui.table": "1.147.1",
31
+ "@openui5/sap.ui.unified": "1.147.1",
32
+ "@openui5/sap.ui.ux3": "1.147.1",
33
+ "@openui5/sap.uxap": "1.147.1"
34
34
  }
35
35
  }
@@ -6,6 +6,7 @@
6
6
  .sapMBreadcrumbs {
7
7
 
8
8
  .sapMBreadcrumbsCurrentLocation {
9
+ color: var(--sapTextColor);
9
10
 
10
11
  &:focus {
11
12
  outline: none;
@@ -23,6 +24,10 @@
23
24
  padding: .125rem; // avoid focus clip
24
25
  }
25
26
 
27
+ .sapMBreadcrumbsSeparator {
28
+ color: var(--sapTextColor);
29
+ }
30
+
26
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
27
32
 
28
33
  & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
@@ -102,4 +107,4 @@
102
107
  }
103
108
  }
104
109
  }
105
- }
110
+ }
@@ -9,7 +9,7 @@
9
9
  height: 2.75rem;
10
10
  }
11
11
 
12
- .sapMBtnEmphasized {
12
+ .sapMBtnEmphasized.sapMBtnInner.sapMBtnText {
13
13
  font-family: var(--sapButton_Emphasized_FontFamily);
14
14
  }
15
15
 
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -21,4 +21,11 @@
21
21
 
22
22
  .sapMObjectMarker.sapMLnkLargeReactiveArea > .sapUiIcon {
23
23
  line-height: 1.5rem;
24
+ }
25
+
26
+ .sapMObjectMarkerActiveIconOnly:focus {
27
+ border-radius: 0.125rem;
28
+ background-color: var(--sapContent_FocusColor);
29
+ color: var(--sapContent_ContrastTextColor);
30
+ text-shadow: none;
24
31
  }
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -110,7 +110,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
110
110
 
111
111
  .sapMPlanCal .sapMListTbl {
112
112
 
113
- .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
113
+ .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
114
114
  border-radius: var(--sapGroup_BorderCornerRadius);
115
115
  background-color: var(--sapAccentBackgroundColor5);
116
116
  color: var(--sapAccentColor5);
@@ -85,7 +85,8 @@
85
85
  }
86
86
  }
87
87
 
88
- .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
88
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut,
89
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis):hover .sapMRbHoverable .sapMRbBOut {
89
90
  stroke: var(--sapField_Hover_BorderColor);
90
91
  fill: var(--sapField_Selector_Hover_Background);
91
92
  }
@@ -140,7 +141,8 @@
140
141
  }
141
142
  }
142
143
 
143
- .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
144
+ .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut,
145
+ .sapMRb.sapMRbErr:hover .sapMRbHoverable .sapMRbBOut {
144
146
  fill: var(--sapField_Selector_Hover_InvalidBackground);
145
147
  }
146
148
 
@@ -163,7 +165,8 @@
163
165
  }
164
166
  }
165
167
 
166
- .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
168
+ .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut,
169
+ .sapMRb.sapMRbWarn:hover .sapMRbHoverable .sapMRbBOut {
167
170
  fill: var(--sapField_Selector_Hover_WarningBackground);
168
171
  }
169
172
 
@@ -186,7 +189,8 @@
186
189
  }
187
190
  }
188
191
 
189
- .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
192
+ .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut,
193
+ .sapMRb.sapMRbSucc:hover .sapMRbHoverable .sapMRbBOut {
190
194
  fill: var(--sapField_Selector_Hover_SuccessBackground);
191
195
  }
192
196
 
@@ -209,7 +213,8 @@
209
213
  }
210
214
  }
211
215
 
212
- .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
216
+ .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut,
217
+ .sapMRb.sapMRbInfo:hover .sapMRbHoverable .sapMRbBOut {
213
218
  fill: var( --sapField_Selector_Hover_InformationBackground);
214
219
  }
215
220
 
@@ -3,6 +3,4 @@
3
3
  /* Horizon theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -93,7 +93,7 @@ html.sap-desktop {
93
93
  height: 1.5rem;
94
94
  line-height: 1.375rem;
95
95
  padding: 0;
96
- font-family: '72-Condensed-Bold', '72', '72full', Arial, Helvetica, sans-serif;
96
+ font-family: var(--sapFontSemiboldDuplexFamily);
97
97
  }
98
98
  }
99
99
 
@@ -250,15 +250,20 @@ html.sap-desktop {
250
250
  color: var(--sapButton_Handle_TextColor);
251
251
  }
252
252
 
253
- .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
254
- .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
253
+ .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before {
255
254
  position: absolute;
256
255
  right: 0.375rem;
257
256
  font-size: var(--sapFontLargeSize);
257
+ content: '\e05b';
258
+ color: var(--sapPositiveElementColor);
258
259
  }
259
260
 
260
261
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
262
+ position: absolute;
261
263
  right: 0.625rem;
264
+ font-size: var(--sapFontLargeSize);
265
+ content: '\e03e';
266
+ color: var(--sapNegativeElementColor);
262
267
  }
263
268
 
264
269
  .sapMSwtOn > .sapMSwtInner {
@@ -353,4 +358,25 @@ html.sap-desktop {
353
358
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
354
359
  right: 0.4375rem;
355
360
  }
361
+ }
362
+
363
+ /* Read only - extended selectors for Horizon specificity */
364
+ .sapMSwt.sapMSwtReadOnly {
365
+ &.sapMSwtOn:not(.sapMSwtAcceptReject),
366
+ &.sapMSwtOff:not(.sapMSwtAcceptReject),
367
+ &.sapMSwtAcceptReject.sapMSwtOn,
368
+ &.sapMSwtAcceptReject.sapMSwtOff {
369
+ background: var(--sapField_ReadOnly_Background);
370
+ border: 0.0625rem dashed var(--sapField_ReadOnly_BorderColor);
371
+
372
+ .sapMSwtHandle {
373
+ background: var(--sapField_ReadOnly_Background);
374
+ border: 0.0625rem solid var(--sapField_ReadOnly_BorderColor);
375
+ box-shadow: none;
376
+ }
377
+ }
378
+
379
+ &.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
380
+ color: var(--sapButton_Handle_TextColor);
381
+ }
356
382
  }
@@ -6,6 +6,7 @@
6
6
  .sapMBreadcrumbs {
7
7
 
8
8
  .sapMBreadcrumbsCurrentLocation {
9
+ color: var(--sapTextColor);
9
10
 
10
11
  &:focus {
11
12
  outline: none;
@@ -23,6 +24,10 @@
23
24
  padding: .125rem; // avoid focus clip
24
25
  }
25
26
 
27
+ .sapMBreadcrumbsSeparator {
28
+ color: var(--sapTextColor);
29
+ }
30
+
26
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
27
32
 
28
33
  & > .sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
@@ -102,4 +107,4 @@
102
107
  }
103
108
  }
104
109
  }
105
- }
110
+ }
@@ -9,7 +9,7 @@
9
9
  height: 2.75rem;
10
10
  }
11
11
 
12
- .sapMBtnEmphasized {
12
+ .sapMBtnEmphasized.sapMBtnInner.sapMBtnText {
13
13
  font-family: var(--sapButton_Emphasized_FontFamily);
14
14
  }
15
15
 
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -21,4 +21,11 @@
21
21
 
22
22
  .sapMObjectMarker.sapMLnkLargeReactiveArea > .sapUiIcon {
23
23
  line-height: 1.5rem;
24
- }
24
+ }
25
+
26
+ .sapMObjectMarkerActiveIconOnly:focus {
27
+ border-radius: 0.125rem;
28
+ background-color: var(--sapContent_FocusColor);
29
+ color: var(--sapContent_ContrastTextColor);
30
+ text-shadow: none;
31
+ }
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -110,7 +110,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
110
110
 
111
111
  .sapMPlanCal .sapMListTbl {
112
112
 
113
- .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
113
+ .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
114
114
  border-radius: var(--sapGroup_BorderCornerRadius);
115
115
  background-color: var(--sapAccentBackgroundColor5);
116
116
  color: var(--sapAccentColor5);
@@ -85,7 +85,8 @@
85
85
  }
86
86
  }
87
87
 
88
- .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
88
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut,
89
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis):hover .sapMRbHoverable .sapMRbBOut {
89
90
  stroke: var(--sapField_Hover_BorderColor);
90
91
  fill: var(--sapField_Selector_Hover_Background);
91
92
  }
@@ -140,7 +141,8 @@
140
141
  }
141
142
  }
142
143
 
143
- .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut {
144
+ .sapMRb.sapMRbErr .sapMRbHoverable:hover .sapMRbBOut,
145
+ .sapMRb.sapMRbErr:hover .sapMRbHoverable .sapMRbBOut {
144
146
  fill: var(--sapField_Selector_Hover_InvalidBackground);
145
147
  }
146
148
 
@@ -163,7 +165,8 @@
163
165
  }
164
166
  }
165
167
 
166
- .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut {
168
+ .sapMRb.sapMRbWarn .sapMRbHoverable:hover .sapMRbBOut,
169
+ .sapMRb.sapMRbWarn:hover .sapMRbHoverable .sapMRbBOut {
167
170
  fill: var(--sapField_Selector_Hover_WarningBackground);
168
171
  }
169
172
 
@@ -186,7 +189,8 @@
186
189
  }
187
190
  }
188
191
 
189
- .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut {
192
+ .sapMRb.sapMRbSucc .sapMRbHoverable:hover .sapMRbBOut,
193
+ .sapMRb.sapMRbSucc:hover .sapMRbHoverable .sapMRbBOut {
190
194
  fill: var(--sapField_Selector_Hover_SuccessBackground);
191
195
  }
192
196
 
@@ -209,7 +213,8 @@
209
213
  }
210
214
  }
211
215
 
212
- .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut {
216
+ .sapMRb.sapMRbInfo .sapMRbHoverable:hover .sapMRbBOut,
217
+ .sapMRb.sapMRbInfo:hover .sapMRbHoverable .sapMRbBOut {
213
218
  fill: var( --sapField_Selector_Hover_InformationBackground);
214
219
  }
215
220
 
@@ -3,6 +3,4 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
@@ -93,7 +93,7 @@ html.sap-desktop {
93
93
  height: 1.5rem;
94
94
  line-height: 1.375rem;
95
95
  padding: 0;
96
- font-family: '72-Condensed-Bold', '72', '72full', Arial, Helvetica, sans-serif;
96
+ font-family: var(--sapFontSemiboldDuplexFamily);
97
97
  }
98
98
  }
99
99
 
@@ -251,15 +251,20 @@ html.sap-desktop {
251
251
  color: var(--sapButton_Handle_TextColor);
252
252
  }
253
253
 
254
- .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before,
255
- .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
254
+ .sapMSwtOn.sapMSwtAcceptReject .sapMSwtLabelOn::before {
256
255
  position: absolute;
257
256
  right: 0.375rem;
258
257
  font-size: var(--sapFontLargeSize);
258
+ content: '\e05b';
259
+ color: var(--sapPositiveElementColor);
259
260
  }
260
261
 
261
262
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
263
+ position: absolute;
262
264
  right: 0.625rem;
265
+ font-size: var(--sapFontLargeSize);
266
+ content: '\e03e';
267
+ color: var(--sapNegativeElementColor);
263
268
  }
264
269
 
265
270
  .sapMSwtOn > .sapMSwtInner {
@@ -354,4 +359,25 @@ html.sap-desktop {
354
359
  .sapMSwtOff.sapMSwtAcceptReject .sapMSwtLabelOff::before {
355
360
  right: 0.4375rem;
356
361
  }
362
+ }
363
+
364
+ /* Read only - extended selectors for Horizon specificity */
365
+ .sapMSwt.sapMSwtReadOnly {
366
+ &.sapMSwtOn:not(.sapMSwtAcceptReject),
367
+ &.sapMSwtOff:not(.sapMSwtAcceptReject),
368
+ &.sapMSwtAcceptReject.sapMSwtOn,
369
+ &.sapMSwtAcceptReject.sapMSwtOff {
370
+ background: var(--sapField_ReadOnly_Background);
371
+ border: 0.0625rem dashed var(--sapField_ReadOnly_BorderColor);
372
+
373
+ .sapMSwtHandle {
374
+ background: var(--sapField_ReadOnly_Background);
375
+ border: 0.0625rem solid var(--sapField_ReadOnly_BorderColor);
376
+ box-shadow: none;
377
+ }
378
+ }
379
+
380
+ &.sapMSwtOn.sapMSwtNoLabel .sapMSwtLabelOn::before {
381
+ color: var(--sapButton_Handle_TextColor);
382
+ }
357
383
  }
@@ -15,9 +15,17 @@
15
15
  border: none;
16
16
  }
17
17
 
18
- .sapMBreadcrumbsCurrentLocation:focus {
19
- outline: 0.125rem dotted @sapUiHcStandardForeground;
20
- outline-offset: -0.125rem;
18
+ .sapMBreadcrumbsCurrentLocation {
19
+ color: var(--sapTextColor);
20
+
21
+ &:focus {
22
+ outline: 0.125rem dotted @sapUiHcStandardForeground;
23
+ outline-offset: -0.125rem;
24
+ }
25
+ }
26
+
27
+ .sapMBreadcrumbsSeparator {
28
+ color: var(--sapTextColor);
21
29
  }
22
30
 
23
31
  .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem>.sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
@@ -60,4 +68,4 @@
60
68
  }
61
69
  }
62
70
  }
63
- }
71
+ }
@@ -20,10 +20,6 @@
20
20
  }
21
21
  }
22
22
 
23
- .sapMLIBActive .sapMLIBImgNav {
24
- background: none;
25
- }
26
-
27
23
  .sapMSLITitleOnly {
28
24
  padding-top: 0.5rem;
29
25
  padding-bottom: 0.5rem;
@@ -11,4 +11,8 @@
11
11
 
12
12
  .sapMObjectMarker.sapMLnkLargeReactiveArea > .sapUiIcon {
13
13
  line-height: 1.5rem;
14
- }
14
+ }
15
+
16
+ .sapMObjectMarkerActiveIconOnly:focus {
17
+ outline-offset: 2px;
18
+ }
@@ -581,7 +581,7 @@
581
581
  background-color: var(--sapIndicationColor_10b_Hover_Background);
582
582
  }
583
583
 
584
- .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
584
+ .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMBtnIcon),
585
585
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
586
586
  height: 0.875rem;
587
587
  }
@@ -631,7 +631,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
631
631
  }
632
632
  }
633
633
 
634
- .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
634
+ .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMBtnIcon) {
635
635
  vertical-align: middle;
636
636
  }
637
637
 
@@ -61,7 +61,7 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
61
61
  line-height: 3rem;
62
62
  }
63
63
 
64
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
64
+ .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
66
  background-color: var(--sapAccentColor7);
67
67
  color: var(--sapContent_ContrastTextColor);
@@ -87,7 +87,8 @@
87
87
  }
88
88
  }
89
89
 
90
- .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover .sapMRbBOut {
90
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover .sapMRbBOut,
91
+ .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):hover .sapMRbHoverable .sapMRbBOut {
91
92
  stroke: var(--sapField_Hover_BorderColor);
92
93
  fill: var(--sapSelectedColor); /* contrast themes specific */
93
94
  }
@@ -3,6 +3,4 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;
7
- @_sap_m_RadioButtonGroup_PaddingLeftLabel: 2.75rem;
8
- @_sap_m_RadioButtonGroup_PaddingLeftLabel_Form: 2.1875rem;
6
+ @_sap_m_RadioButtonGroup_WidthWithLabel: 2.75rem;