@openui5/themelib_sap_horizon 1.109.0 → 1.111.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 (163) 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/DynamicPage.less +3 -1
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +3 -0
  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 -1
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -0
  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 -1
  14. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +3 -0
  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/DynamicPage.less +3 -1
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +3 -0
  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/Breadcrumbs.less +43 -3
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/Dialog.less +3 -3
  25. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  26. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  27. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -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/ObjectStatus.less +30 -2
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +17 -5
  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/SplitButton.less +52 -13
  36. package/src/sap/m/themes/sap_horizon/Table.less +4 -2
  37. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  38. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  39. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  42. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +3 -3
  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/ListBase.less +4 -0
  46. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +30 -2
  49. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +17 -5
  50. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +66 -13
  52. package/src/sap/m/themes/sap_horizon_dark/Table.less +1 -1
  53. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  54. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +0 -1
  55. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  56. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +3 -3
  59. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  60. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +2 -2
  61. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +38 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Table.less +1 -1
  63. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +3 -3
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +2 -2
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +38 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Table.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  73. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  74. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  75. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  77. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  78. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  79. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  81. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  82. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  83. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  85. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  86. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  87. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon/global.less +1 -1
  89. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  90. package/src/sap/ui/core/themes/sap_horizon/shared.less +35 -29
  91. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  92. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +7 -7
  93. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +35 -29
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +5 -5
  99. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +35 -29
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +5 -5
  104. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +35 -28
  107. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  108. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  110. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  111. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  112. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  113. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  114. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  115. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +5 -0
  116. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  117. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +5 -0
  118. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  122. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  123. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  124. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  125. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  126. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  127. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  128. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  129. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -6
  130. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +4 -8
  132. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  133. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  134. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  135. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  136. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  137. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  138. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  139. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  141. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  142. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  143. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +40 -5
  144. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +21 -1
  145. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  146. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +40 -5
  147. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +21 -1
  148. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  149. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +36 -5
  150. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +27 -0
  151. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +2 -1
  152. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +40 -4
  153. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +27 -0
  154. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +2 -1
  155. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  157. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  158. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  159. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +1 -1
  160. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  161. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  162. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  163. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -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
 
@@ -50,6 +50,10 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
50
50
  position: relative;
51
51
  }
52
52
 
53
+ .sapUiCalHead.sapUiCalHeaderWithTodayButton .sapUiCalHeadToday {
54
+ position: relative;
55
+ }
56
+
53
57
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
54
58
  border-color: @sapUiContentContrastFocusColor;
55
59
  }
@@ -258,6 +262,18 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
258
262
  border-bottom-right-radius: 0;
259
263
  }
260
264
 
265
+ .sapUiSizeCompact .sapUiCalItem {
266
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
267
+ position: relative;
268
+ }
269
+ }
270
+ .sapUiSizeCompact .sapUiCalMonthSecType .sapUiCalItem {
271
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
272
+ position: relative;
273
+ line-height: 0.875rem;
274
+ }
275
+ }
276
+
261
277
  .sapUiCalItem {
262
278
  position: relative;
263
279
  &:focus > .sapUiCalItemText {
@@ -288,7 +304,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
288
304
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
289
305
  border-radius: 0.3125rem;
290
306
  margin: 0.125rem;
291
- width: 1.75rem;
307
+ width: 2.0625rem;
292
308
  height: 2.375rem;
293
309
  line-height: 2.375rem;
294
310
  top: 0.0625rem;
@@ -524,7 +540,15 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
524
540
  }
525
541
 
526
542
  /* 2 calendar types */
527
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
543
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSelBetween > .sapUiCalItemText {
544
+ line-height: 2rem;
545
+ }
546
+
547
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText{
548
+ line-height: 1.375rem;
549
+ }
550
+
551
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
528
552
  line-height: 1.875rem;
529
553
  }
530
554
 
@@ -563,14 +587,25 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
563
587
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
564
588
  line-height: 1.75rem;
565
589
  }
566
-
590
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween .sapUiCalItemText,
591
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
592
+ line-height: 0.875rem;
593
+ }
594
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel > .sapUiCalItemText {
595
+ line-height: 1.25rem;
596
+ }
597
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
598
+ line-height: 1.25rem;
599
+ }
567
600
  .sapUiCalHead > button {
568
601
  margin: 0.1875rem 0;
569
602
  height: 1.625rem;
570
603
  }
571
-
604
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
605
+ line-height: 0.75rem;
606
+ }
572
607
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
573
- width: 1.5625rem;
608
+ width: 1.8125rem;
574
609
  height: 1.5rem;
575
610
  line-height: 1.4375rem;
576
611
  }
@@ -5,4 +5,24 @@
5
5
 
6
6
  .sapUiUnifiedLegend {
7
7
  border-radius: 0.5rem;
8
- }
8
+ }
9
+
10
+ .sapUiUnifiedLegendItem {
11
+ position: relative;
12
+
13
+ &:focus {
14
+ outline: none;
15
+ &::after {
16
+ content: "";
17
+ position: absolute;
18
+ box-sizing: border-box;
19
+ left: 0.0625rem;
20
+ top: 0.0625rem;
21
+ right: 0.0625rem;
22
+ bottom: 0.0625rem;
23
+ border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
24
+ border-radius: 0.25rem;
25
+ pointer-events: none;
26
+ }
27
+ }
28
+ }
@@ -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
 
@@ -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,25 @@ 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
+ }
567
596
  .sapUiCalHead > button {
568
597
  margin: 0.1875rem 0;
569
598
  height: 1.625rem;
570
599
  }
571
-
600
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
601
+ line-height: 0.75rem;
602
+ }
572
603
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
573
- width: 1.5625rem;
604
+ width: 1.8125rem;
574
605
  height: 1.5rem;
575
606
  line-height: 1.4375rem;
576
607
  }
@@ -0,0 +1,27 @@
1
+ /* ============================================== */
2
+ /* CSS for control sap.ui.unified/CalendarLegend */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ============================================== */
5
+
6
+ .sapUiUnifiedLegendItem {
7
+ position: relative;
8
+
9
+ &:focus {
10
+ outline: none;
11
+ &::after {
12
+ content: "";
13
+ position: absolute;
14
+ box-sizing: border-box;
15
+ left: 0.0625rem;
16
+ top: 0.0625rem;
17
+ right: 0.0625rem;
18
+ bottom: 0.0625rem;
19
+ border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
+ pointer-events: none;
21
+ }
22
+ }
23
+
24
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
25
+ border-radius: 0;
26
+ }
27
+ }
@@ -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
 
@@ -9,6 +9,7 @@
9
9
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
10
10
 
11
11
  @import "Calendar.less";
12
+ @import "CalendarLegend.less";
12
13
  @import "CalendarRow.less";
13
14
  @import "ColorPicker.less";
14
15
  @import "FileUploader.less";
@@ -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
  }
@@ -0,0 +1,27 @@
1
+ /* ============================================== */
2
+ /* CSS for control sap.ui.unified/CalendarLegend */
3
+ /* Horizon High Contrast White theme */
4
+ /* ============================================== */
5
+
6
+ .sapUiUnifiedLegendItem {
7
+ position: relative;
8
+
9
+ &:focus {
10
+ outline: none;
11
+ &::after {
12
+ content: "";
13
+ position: absolute;
14
+ box-sizing: border-box;
15
+ left: 0.0625rem;
16
+ top: 0.0625rem;
17
+ right: 0.0625rem;
18
+ bottom: 0.0625rem;
19
+ border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
+ pointer-events: none;
21
+ }
22
+ }
23
+
24
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
25
+ border-radius: 0;
26
+ }
27
+ }
@@ -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
 
@@ -9,6 +9,7 @@
9
9
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
10
10
 
11
11
  @import "Calendar.less";
12
+ @import "CalendarLegend.less";
12
13
  @import "CalendarRow.less";
13
14
  @import "ColorPicker.less";
14
15
  @import "FileUploader.less";
@@ -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
 
@@ -128,7 +128,7 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
128
128
  padding: (@sapUiFiori3HSUnderlineOffsetAndHeight / 2) @sapUiFiori3HSUnderlineOffsetAndHeight;
129
129
  border-top-left-radius: @sapUiFiori3HSUnderlineTopRadius;
130
130
  border-top-right-radius: @sapUiFiori3HSUnderlineTopRadius;
131
- background-color: @sapUiActive;
131
+ background-color: @sapUiSelected;
132
132
  }
133
133
 
134
134
  & .sapMSelectListItemText {
@@ -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