@openui5/themelib_sap_horizon 1.108.2 → 1.110.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 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +3 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +11 -1
  8. package/src/sap/f/themes/sap_horizon/library.source.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_dark/Card.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  11. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +9 -1
  13. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -2
  14. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  16. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +6 -1
  17. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  18. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +3 -1
  20. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +8 -1
  21. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +12 -0
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  25. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  27. package/src/sap/m/themes/sap_horizon/LightBox.less +0 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/MenuButton.less +18 -0
  30. package/src/sap/m/themes/sap_horizon/MessageView.less +3 -0
  31. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +3 -0
  33. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +11 -2
  34. package/src/sap/m/themes/sap_horizon/RadioButton.less +2 -1
  35. package/src/sap/m/themes/sap_horizon/Select.less +6 -5
  36. package/src/sap/m/themes/sap_horizon/Slider.less +14 -13
  37. package/src/sap/m/themes/sap_horizon/SplitButton.less +4 -0
  38. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  39. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  40. package/src/sap/m/themes/sap_horizon/library.source.less +2 -1
  41. package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +12 -0
  42. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  43. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +22 -7
  44. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +0 -1
  46. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  48. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  49. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  50. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +3 -0
  51. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  52. package/src/sap/m/themes/sap_horizon_dark/Select.less +6 -5
  53. package/src/sap/m/themes/sap_horizon_dark/Slider.less +13 -12
  54. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +4 -0
  55. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  56. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +0 -1
  60. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +13 -0
  61. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Select.less +3 -9
  63. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  64. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -16
  65. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  66. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +0 -1
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +13 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  71. package/src/sap/m/themes/sap_horizon_hcw/Select.less +3 -9
  72. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  73. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +18 -17
  74. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  77. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  78. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  79. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  81. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  82. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  83. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  85. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  86. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  87. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  89. package/src/sap/ui/core/themes/sap_horizon/base.less +125 -19
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/global.less +65 -1
  92. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon/shared.less +37 -45
  94. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +128 -22
  96. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +66 -2
  98. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  99. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +38 -45
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +9 -0
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +122 -16
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +64 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +2 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +37 -45
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +9 -0
  109. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +122 -16
  110. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +64 -0
  112. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +2 -1
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +37 -45
  114. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  118. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  119. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  120. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  121. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  122. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +19 -0
  123. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +24 -0
  124. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +4 -2
  125. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +19 -0
  126. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +24 -0
  127. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +4 -2
  128. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  129. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  130. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  132. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  134. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  135. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  136. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  137. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  138. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -6
  139. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +15 -11
  141. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  142. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +4 -1
  143. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +4 -0
  145. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  146. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  147. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  148. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  149. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  150. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  151. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  152. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  153. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  154. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +52 -5
  155. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +52 -5
  157. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  158. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +49 -5
  159. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +53 -4
  161. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  162. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  163. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  164. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  165. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  166. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +0 -4
  167. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  168. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +0 -4
  169. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  170. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  171. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
  172. package/src/sap/f/themes/sap_horizon/ListContentItem.less +0 -24
  173. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +0 -24
@@ -258,6 +258,18 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
258
258
  border-bottom-right-radius: 0;
259
259
  }
260
260
 
261
+ .sapUiSizeCompact .sapUiCalItem {
262
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
263
+ position: relative;
264
+ }
265
+ }
266
+ .sapUiSizeCompact .sapUiCalMonthSecType .sapUiCalItem {
267
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
268
+ position: relative;
269
+ line-height: 0.875rem;
270
+ }
271
+ }
272
+
261
273
  .sapUiCalItem {
262
274
  position: relative;
263
275
  &:focus > .sapUiCalItemText {
@@ -288,7 +300,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
288
300
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
289
301
  border-radius: 0.3125rem;
290
302
  margin: 0.125rem;
291
- width: 1.75rem;
303
+ width: 2.0625rem;
292
304
  height: 2.375rem;
293
305
  line-height: 2.375rem;
294
306
  top: 0.0625rem;
@@ -524,7 +536,15 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
524
536
  }
525
537
 
526
538
  /* 2 calendar types */
527
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
539
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSelBetween > .sapUiCalItemText {
540
+ line-height: 2rem;
541
+ }
542
+
543
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText{
544
+ line-height: 1.375rem;
545
+ }
546
+
547
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
528
548
  line-height: 1.875rem;
529
549
  }
530
550
 
@@ -563,14 +583,30 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
563
583
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
564
584
  line-height: 1.75rem;
565
585
  }
566
-
586
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween .sapUiCalItemText,
587
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
588
+ line-height: 0.875rem;
589
+ }
590
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel > .sapUiCalItemText {
591
+ line-height: 1.25rem;
592
+ }
593
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
594
+ line-height: 1.25rem;
595
+ }
596
+ .sapUiCalHead > button {
597
+ margin: 0.1875rem 0;
598
+ height: 1.625rem;
599
+ }
600
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
601
+ line-height: 0.75rem;
602
+ }
567
603
  .sapUiCalHead > button {
568
604
  margin: 0.1875rem 0;
569
605
  height: 1.625rem;
570
606
  }
571
607
 
572
608
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
573
- width: 1.5625rem;
609
+ width: 1.8125rem;
574
610
  height: 1.5rem;
575
611
  line-height: 1.4375rem;
576
612
  }
@@ -740,6 +776,19 @@ and (orientation: landscape) {
740
776
  }
741
777
  }
742
778
 
779
+
780
+ .sapUiCalTwoMonthsTwoColumnsJaZh {
781
+ .sapUiCalHead > button.sapUiCalHeadB2 {
782
+ margin-left: calc(~"25% - 6rem");
783
+ }
784
+ }
785
+
786
+ .sapUiCalTwoMonthsTwoColumns {
787
+ .sapUiCalHead > button.sapUiCalHeadB1 {
788
+ margin-left: calc(~"25% - 6rem");
789
+ }
790
+ }
791
+
743
792
  .dayColorMixIn(sapUiCalItemType01, @_sap_ui_unified_Calendar_sapUiCalItemType01);
744
793
  .dayColorMixIn(sapUiCalItemType02, @_sap_ui_unified_Calendar_sapUiCalItemType02);
745
794
  .dayColorMixIn(sapUiCalItemType03, @_sap_ui_unified_Calendar_sapUiCalItemType03);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -81,8 +81,4 @@
81
81
  .sapUxAPObjectPageSectionTitle {
82
82
  font-weight: bold;
83
83
  line-height: 4rem;
84
- }
85
-
86
- .sapUxAPObjectPageSubSection .sapUiFormCLContainer {
87
- padding-left: 0;
88
84
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -81,8 +81,4 @@
81
81
  .sapUxAPObjectPageSectionTitle {
82
82
  font-weight: bold;
83
83
  line-height: 4rem;
84
- }
85
-
86
- .sapUxAPObjectPageSubSection .sapUiFormCLContainer {
87
- padding-left: 0;
88
84
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,24 +0,0 @@
1
- /* =========================================================== */
2
- /* CSS for control sap.ui.integration.controls/ListContentItem */
3
- /* Horizon theme */
4
- /* =========================================================== */
5
-
6
- @_sap_f_Card_BorderRadius: 1rem;
7
-
8
- .sapFCard {
9
- &:not(.sapFCardBottomHeader) .sapMLIBFocusable:last-child:focus {
10
- border-radius: 0 0 @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius;
11
- }
12
-
13
- &.sapFCardNoHeader {
14
- .sapMLIBFocusable:first-child:focus {
15
- border-radius: @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius 0 0;
16
- }
17
- }
18
- }
19
-
20
- .sapFCard.sapUiIntCardWithFooter {
21
- .sapMListItems li:last-child:focus {
22
- border-radius: 0;
23
- }
24
- }
@@ -1,24 +0,0 @@
1
- /* ====================================== */
2
- /* CSS for control sap.f/ListContentItem */
3
- /* Evening Horizon theme */
4
- /* ====================================== */
5
-
6
- @_sap_f_Card_BorderRadius: 1rem;
7
-
8
- .sapFCard {
9
- &:not(.sapFCardBottomHeader) .sapMLIBFocusable:last-child:focus {
10
- border-radius: 0 0 @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius;
11
- }
12
-
13
- &.sapFCardNoHeader {
14
- .sapMLIBFocusable:first-child:focus {
15
- border-radius: @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius 0 0;
16
- }
17
- }
18
- }
19
-
20
- .sapFCard.sapUiIntCardWithFooter {
21
- .sapMListItems li:last-child:focus {
22
- border-radius: 0;
23
- }
24
- }