@openui5/themelib_sap_horizon 1.100.0 → 1.101.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 (194) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +4 -0
  4. package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
  6. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
  8. package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
  9. package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
  10. package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
  12. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
  14. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  15. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
  16. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
  17. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  18. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
  19. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
  20. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
  21. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  22. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
  23. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
  24. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  25. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
  26. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
  27. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
  28. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  29. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
  30. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
  31. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  32. package/src/sap/m/themes/sap_horizon/Button.less +5 -10
  33. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  34. package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
  35. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  36. package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
  37. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  38. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  39. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  40. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  41. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  42. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
  43. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  44. package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
  45. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
  46. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  47. package/src/sap/m/themes/sap_horizon/Token.less +28 -40
  48. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
  49. package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
  50. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  51. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  52. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
  53. package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
  54. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
  55. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
  56. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
  57. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
  58. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
  59. package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
  60. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
  61. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
  62. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
  63. package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
  64. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
  66. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
  67. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
  68. package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
  69. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
  70. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
  71. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
  72. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
  73. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
  74. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
  75. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  76. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
  77. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
  78. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
  79. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
  80. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
  81. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
  82. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
  83. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
  84. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
  85. package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
  86. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
  87. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
  88. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
  89. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
  90. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
  91. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
  92. package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
  93. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
  94. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
  95. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
  96. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
  97. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
  98. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
  99. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  100. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
  101. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
  102. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
  104. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
  105. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
  106. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
  107. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
  108. package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
  109. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
  110. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
  111. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
  112. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
  113. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
  114. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
  115. package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
  116. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
  117. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
  118. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
  119. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
  120. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
  123. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  124. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  125. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  126. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  127. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  128. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  129. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  130. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  131. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  132. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  133. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  134. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
  135. package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
  136. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  137. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
  138. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  139. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  140. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  141. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  142. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  143. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  144. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  145. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  146. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  147. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  148. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  149. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
  150. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
  151. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  152. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
  153. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  154. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  155. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  156. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  157. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  158. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  159. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  160. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  161. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  162. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  163. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  164. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
  165. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  166. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
  167. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  168. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  169. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  170. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  171. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  172. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  173. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  174. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  175. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  176. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  177. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  178. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
  179. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  180. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  181. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  182. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
  183. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  184. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
  185. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
  186. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  187. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
  188. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
  189. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
  190. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
  191. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
  192. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
  193. package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
  194. package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
@@ -10,14 +10,18 @@
10
10
  @_sap_ui_unified_Calendar_ItemWeekEndHoverColor: @sapUiListHoverBackground;
11
11
  @_sap_ui_unified_Calendar_ItemOtherMonthColor: @sapUiContentLabelColor;
12
12
 
13
+ .sapUiCal {
14
+ border-radius: 0.5rem;
15
+ }
16
+
13
17
  .sapUiCalItem,
14
18
  .sapUiCalWeekNum {
15
19
  height: 2.875rem;
16
20
  }
17
21
 
18
- html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
19
- outline: 0.125rem dotted @sapUiContentFocusColor;
20
- outline-offset: -0.1875rem;
22
+ .sapUiCalWeekNum:hover {
23
+ background-color: @sapUiListHoverBackground;
24
+ border-radius: 0.5rem;
21
25
  }
22
26
 
23
27
  /* calendar should have only a border if on popup */
@@ -25,12 +29,48 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
25
29
  border-color: @sapUiContentForegroundBorderColor;
26
30
  }
27
31
 
32
+ html[data-sap-ui-browser^="ff"].sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
33
+ outline-offset: 0; /* to hide firefox bug with native outline always displayed */
34
+ }
35
+
36
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
37
+ content: "";
38
+ position: absolute;
39
+ box-sizing: border-box;
40
+ left: 0.125rem;
41
+ top: 0.125rem;
42
+ right: 0.125rem;
43
+ bottom: 0.125rem;
44
+ border: 0.125rem solid @sapUiContentFocusColor;
45
+ pointer-events: none;
46
+ border-radius: 0.375rem;
47
+ }
48
+
49
+ .sapUiCalHeadB {
50
+ position: relative;
51
+ }
52
+
28
53
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
29
- outline-color: @sapUiContentContrastFocusColor;
54
+ border-color: @sapUiContentContrastFocusColor;
30
55
  }
31
56
 
32
- html[data-sap-ui-browser^="ff"].sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
33
- outline-offset: 0; /* to hide firefox bug with native outline always displayed */
57
+ .sapUiCalHead > button,
58
+ .sapUiCalCancel {
59
+ font-family: @sapFontBoldFamily;
60
+ color: @sapUiButtonLiteTextColor;
61
+ }
62
+
63
+ html.sap-desktop .sapUiCalHead > button:hover,
64
+ html.sap-desktop .sapUiCalCancel:hover,
65
+ html.sap-desktop .sapUiCalHead > button:focus,
66
+ html.sap-desktop .sapUiCalCancel:focus {
67
+ color: @sapUiButtonLiteTextColor;
68
+ }
69
+
70
+ .sapUiCalWH,
71
+ .sapUiCalWeekNum {
72
+ color: @sapUiContentLabelColor;
73
+ font-size: @sapMFontSmallSize;
34
74
  }
35
75
 
36
76
  html[data-sap-ui-browser^="ie"].sap-desktop,
@@ -62,23 +102,35 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:not(:hover):not(:active) {
62
102
  .sapUiCalHead > .sapUiCalHeadB,
63
103
  .sapUiCalCancel,
64
104
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover,
65
- html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
66
- color: @sapUiButtonLiteTextColor;
105
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus,
106
+ .sapUiCalHead .sapUiCalHeadPrev,
107
+ .sapUiCalHead .sapUiCalHeadNext,
108
+ .sapUiCalHead .sapUiCalHeadToday {
109
+ border-radius: 0.5rem;
110
+
111
+ }
112
+
113
+ .sapUiCalHead .sapUiCalHeadPrev:hover,
114
+ .sapUiCalHead .sapUiCalHeadNext:hover,
115
+ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:hover {
116
+ box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
67
117
  }
68
118
 
69
119
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
70
- color: @sapUiContentContrastTextColor;
120
+ color: @sapUiButtonActiveTextColor;
121
+ border-color: @sapUiButtonLiteActiveBorderColor;
71
122
  }
72
123
 
73
124
  /*** days, months, years ***/
74
125
  .sapUiCalWH,
75
- .sapUiCalItem {
126
+ .sapUiCalItem,
127
+ .sapUiCalItemSelBetween.sapUiCalItemSel {
76
128
  border: 0.0625rem solid @_sap_ui_unified_Calendar_ItemBorderColor;
77
129
  }
78
130
 
79
131
  .sapUiCalItem {
80
- background-color: @_sap_ui_unified_Calendar_ItemColor;
81
- border-radius: 0.25rem;
132
+ background-color: @sapUiLegendWorkingBackground;
133
+ border-radius: 0.5rem;
82
134
  }
83
135
 
84
136
  .sapUiCalRowWeekNumber {
@@ -107,13 +159,16 @@ html.sap-desktop .sapUiCalDatesRow .sapUiCalItem:not(.sapUiCalItemSel):hover,
107
159
  html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
108
160
  html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
109
161
  html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
110
- background-color: @_sap_ui_unified_Calendar_ItemHoverColor;
162
+ background-color: @sapUiListHoverBackground;
163
+ }
164
+
165
+ html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
166
+ outline-offset: -0.45rem;
111
167
  }
112
168
 
113
169
  html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
114
170
  html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
115
- outline: 0.0625rem dotted @sapUiContentFocusColor;
116
- outline-offset: -0.25rem;
171
+ border: 0.125rem solid @sapUiContentFocusColor;
117
172
  }
118
173
 
119
174
  html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
@@ -122,8 +177,9 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
122
177
 
123
178
  html.sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
124
179
  html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
125
- outline-color: @sapUiContentContrastFocusColor;
180
+ outline-color: @sapUiContentSelectedTextColor;
126
181
  background-color: @sapUiContentSelectedBackground;
182
+ color: @sapUiContentSelectedTextColor;
127
183
  }
128
184
 
129
185
  html.sap-desktop .sapUiSizeCompact .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
@@ -175,7 +231,20 @@ html[data-sap-ui-browser^="ed"].sap-desktop {
175
231
 
176
232
  .sapUiCalItemWeekEnd,
177
233
  html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
178
- background-color: @_sap_ui_unified_Calendar_ItemWeekEndColor;
234
+ background-color: @sapUiLegendNonWorkingBackground;
235
+ }
236
+ .sapUiCalItemWeekEnd:hover {
237
+ background-color: @sapUiListHoverBackground;
238
+ }
239
+
240
+ html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
241
+ html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
242
+ background-color: @sapUiListHoverBackground;
243
+ border-radius: 0.5rem;
244
+ }
245
+
246
+ html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
247
+ color: inherit;
179
248
  }
180
249
 
181
250
  html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
@@ -183,6 +252,10 @@ html.sap-desktop .sapUiCalRow .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiC
183
252
  border-bottom-left-radius: 0.25rem;
184
253
  }
185
254
 
255
+ .sapUiCalItemNow:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
256
+ box-shadow: inset 0.125rem -0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor, inset -0.125rem 0.125rem 0 0 @_sap_ui_unified_Calendar_ItemBorderColor;
257
+ }
258
+
186
259
  html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
187
260
  border-top-left-radius: 0.25rem;
188
261
  border-bottom-left-radius: 0.25rem;
@@ -194,70 +267,107 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
194
267
  position: relative;
195
268
  &:focus > .sapUiCalItemText {
196
269
  position: static;
270
+ outline: none;
197
271
  &:after {
198
272
  position: absolute;
199
- top: 0.125rem;
200
- left: 0.125rem;
201
- right: 0.125rem;
202
- bottom: 0.125rem;
203
- border: 0.125rem dotted @sapUiContentFocusColor;
273
+ top: 0;
274
+ left: 0;
275
+ right: 0;
276
+ bottom: 0;
277
+ border: 0.125rem solid @sapUiContentFocusColor;
204
278
  content: "";
279
+ border-radius: 0.5rem;
205
280
  }
206
281
  }
207
282
  &.sapUiCalItemSelBetween .sapUiCalItemText {
208
283
  position: relative;
209
284
  }
210
285
  &.sapUiCalItemNow {
211
- border: 0.125rem solid @sapUiLegendCurrentDateTime;
212
- border-radius: @sapUiElementBorderCornerRadius;
286
+ border-radius: 0.5rem;
287
+ &:hover {
288
+ background: @sapUiListHoverBackground;
289
+ }
213
290
  &.sapUiCalItemSelBetween {
214
291
  line-height: normal;
292
+ & > .sapUiCalItemText {
293
+ border: 0.0625rem solid @sapUiListSelectionBorderColor;
294
+ border-radius: 0.3125rem;
295
+ margin: 0.125rem;
296
+ width: 1.5625rem;
297
+ height: 1.5rem;
298
+ line-height: 1.4375rem;
299
+ top: 0.0625rem;
300
+ }
301
+ }
302
+ .sapUiCalSpecialDate {
303
+ width: 88%;
304
+ bottom: 0.125rem;
305
+ left: 0.125rem;
306
+ }
307
+ &:focus .sapUiCalSpecialDate,
308
+ &.sapUiCalItemSel .sapUiCalSpecialDate {
309
+ width: 75%;
310
+ bottom: 0.25rem;
311
+ left: 0.25rem;
215
312
  }
216
313
  .sapUiCalItemText {
217
314
  border: none;
218
315
  }
219
- &.sapUiCalItemSelBetween > .sapUiCalItemText {
220
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
221
- border-radius: 0.125rem;
222
- }
223
- }
224
- &.sapUiCalItemSel {
225
- &.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
226
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
227
- border-radius: 0.25rem;
228
- line-height: 2.875rem;
316
+ &.sapUiCalItemSel {
317
+ box-shadow: inset 0 0 0 0.25rem @sapUiListBackground;
318
+ &:focus .sapUiCalSpecialDate {
319
+ bottom: 0.35rem
320
+ }
321
+ &.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
322
+ top: 0;
323
+ left: 0;
324
+ right: 0;
325
+ bottom: 0;
326
+ border-radius: 0.25rem;
327
+ }
229
328
  }
230
- &:not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText:after {
231
- border-color: @sapUiContentContrastFocusColor;
329
+ &:focus > .sapUiCalItemText:after {
330
+ top: 0.1875rem;
331
+ left: 0.1875rem;
332
+ right: 0.1875rem;
333
+ bottom: 0.1875rem;
334
+ border-radius: 0.3125rem;
232
335
  }
233
- .sapUiCalSpecialDate{
234
- box-sizing: border-box;
235
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
236
- height: 0.3125rem;
336
+ &:before {
337
+ position: absolute;
338
+ top: 0;
339
+ left: 0;
340
+ right: 0;
341
+ bottom: 0;
342
+ border: 0.125rem solid @sapUiLegendCurrentDateTime;
343
+ content: "";
344
+ border-radius: 0.5rem;
237
345
  }
238
346
  }
347
+ .sapUiCalItemText:after {
348
+ outline: none;
349
+ }
239
350
  .sapUiCalSpecialDate {
240
351
  position: absolute;
241
352
  width: 100%;
242
353
  height: 0.3125rem;
243
- bottom: 0;
354
+ bottom: -0.0625rem;
244
355
  border-bottom-left-radius: 0.25rem;
245
356
  border-bottom-right-radius: 0.25rem;
246
357
  pointer-events: none;
358
+ z-index: 0;
247
359
  }
248
- .sapUiCalItemText {
249
- border: 0.0625rem solid transparent;
250
- border-radius: 0.25rem;
360
+ &:focus .sapUiCalSpecialDate,
361
+ &.sapUiCalItemSel .sapUiCalSpecialDate {
362
+ bottom: 0.0625rem;
363
+ left: 0.0625rem;
364
+ width: 95%;
251
365
  }
252
- }
253
-
254
- .sapUiSizeCompact .sapUiCalItem {
255
- &.sapUiCalItemSel {
256
- .sapUiCalSpecialDate{
257
- box-sizing: border-box;
258
- border-width: 0;
259
- border-top-width: 0.0625rem;
260
- }
366
+ &.sapUiCalItemSel:focus .sapUiCalSpecialDate{
367
+ bottom: 0.125rem;
368
+ }
369
+ .sapUiCalItemText {
370
+ border-radius: 0.5rem;
261
371
  }
262
372
  }
263
373
 
@@ -268,35 +378,104 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
268
378
 
269
379
  .sapUiCalItemSel {
270
380
  color: @sapUiContentContrastTextColor;
381
+ &:focus > .sapUiCalItemText {
382
+ &:after {
383
+ top: -0.01rem;
384
+ left: 0.025rem;
385
+ right: 0.025rem;
386
+ bottom: 0;
387
+ border-radius: 0.5rem;
388
+ }
389
+ }
271
390
  }
272
391
 
273
- html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):not(.sapUiCalWeekNum):hover,
274
- html.sap-desktop .sapUiCalItemOtherMonth:focus {
392
+ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
275
393
  background-color: @sapUiListHoverBackground;
276
394
  }
277
395
 
278
396
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
279
397
  background-color: @sapUiContentSelectedBackground;
280
- }
281
-
282
- .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
283
398
  color: @sapUiContentSelectedTextColor;
284
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
285
- border-radius: 0.25rem;
286
399
  }
287
400
 
288
401
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover{
289
402
  background-color: @sapUiContentSelectedHoverBackground;
290
403
  }
291
404
 
292
- .sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover > .sapUiCalItemText {
405
+ .sapUiCalMonthPicker,
406
+ .sapUiCalYearPicker {
407
+ .sapUiCalItem {
408
+ color: @sapUiButtonLiteTextColor;
409
+ }
410
+ .sapUiCalItem.sapUiCalItemSel {
411
+ font-family: @sapFontBoldFamily;
412
+ }
413
+ .sapUiCalItem:focus {
414
+ line-height: 2.75rem;
415
+ }
416
+ }
417
+
418
+ .sapUiSizeCompact {
419
+ .sapUiCalMonthPicker,
420
+ .sapUiCalYearPicker {
421
+ .sapUiCalItem:focus {
422
+ line-height: 1.75rem;
423
+ }
424
+ }
425
+ }
426
+
427
+ .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
293
428
  color: @sapUiContentSelectedTextColor;
294
429
  border-radius: 0.25rem;
430
+ font-weight: bold;
431
+ position: absolute;
432
+ left: 0;
295
433
  }
296
434
 
297
- .sapUiCalItemNow.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover > .sapUiCalItemText {
298
- border-radius: 0.125rem;
435
+ .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
436
+ top: 0;
437
+ }
438
+
439
+ .sapUiCalItemSel {
440
+ color: @sapContent_Selected_TextColor;
441
+ }
442
+
443
+ .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
444
+ position: absolute;
445
+ top: 0;
446
+ left: 0;
447
+ right: 0;
448
+ bottom: 0;
449
+ border: 0.125rem solid @sapUiContentFocusColor;
450
+ content: "";
451
+ border-radius: 0.5rem;
452
+ }
453
+
454
+ .sapUiCalItem.sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText:after {
455
+ top: 0.1875rem;
456
+ left: 0.1875rem;
457
+ right: 0.1875rem;
458
+ bottom: 0.1875rem;
459
+ border-radius: 0.3125rem;
299
460
  }
461
+
462
+ .sapUiCalItem.sapUiCalItemSel:focus > .sapUiCalItemText:after {
463
+ border: 0.1875rem solid @sapUiContentFocusColor;
464
+ top: 0;
465
+ left: 0;
466
+ right: 0;
467
+ bottom: 0;
468
+ }
469
+
470
+ .sapUiCalItem.sapUiCalItemSel.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
471
+ border-width: 0.125rem;
472
+ border-radius: 0.4375rem;
473
+ }
474
+
475
+ .sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
476
+ color: @sapUiContentSelectedTextColor
477
+ }
478
+
300
479
  .sapUiCalItemSel.sapUiCalItemOtherMonth {
301
480
  background-color: @sapUiSelected;
302
481
  }
@@ -304,7 +483,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:focus {
304
483
  .sapUiCalItemSelBetween,
305
484
  .sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
306
485
  background-color: @sapUiListSelectionBackgroundColor;
307
- color: @sapUiBaseText;
486
+ color: @sapTextColor;
308
487
 
309
488
  .sapUiCalItemText {
310
489
  line-height: 2.75rem;
@@ -315,7 +494,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:focus {
315
494
  .sapUiCalItemSel,
316
495
  html.sap-desktop .sapUiCalItemSel:hover,
317
496
  html.sap-desktop .sapUiCalItemSel:focus {
318
- border-radius: 0.25rem;
497
+ border-radius: 0.5rem;
319
498
  }
320
499
 
321
500
  html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
@@ -332,13 +511,8 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
332
511
  background-color: @sapUiListSelectionBackgroundColor;
333
512
  }
334
513
 
335
- .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
336
- border: 0.0625rem solid @sapUiListBackground;
337
- border-radius: (@sapUiElementBorderCornerRadius / 2);
338
- }
339
-
340
514
  .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
341
- border-color: @sapUiListSelectionBorderColor;
515
+ border-radius: 0.5rem;
342
516
  }
343
517
 
344
518
  .sapUiCalItemNow.sapUiCalItemSelBetween{
@@ -355,18 +529,26 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
355
529
  }
356
530
 
357
531
  /* 2 calendar types */
358
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
532
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
359
533
  line-height: 1.875rem;
360
534
  }
361
535
 
362
- .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
363
- line-height: 2.75rem;
536
+ .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
537
+ line-height: 2.9rem;
538
+ }
539
+
540
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
541
+ color: @sapUiContentSelectedTextColor;
364
542
  }
365
543
 
366
544
  /*** compact mode (desktop size) ***/
367
545
 
368
- .sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
369
- line-height: 1.75rem;
546
+ .sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
547
+ line-height: 1.95rem;
548
+ }
549
+
550
+ .sapUiCalHead > button {
551
+ height: 2.25rem;
370
552
  }
371
553
 
372
554
  .sapUiSizeCompact {
@@ -379,7 +561,12 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
379
561
  }
380
562
  .sapUiCalItemSelBetween .sapUiCalItemText,
381
563
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
382
- line-height: 1.875rem;
564
+ line-height: 1.75rem;
565
+ }
566
+
567
+ .sapUiCalHead > button {
568
+ margin: 0.1875rem 0;
569
+ height: 1.625rem;
383
570
  }
384
571
  }
385
572
 
@@ -442,8 +629,8 @@ and (min-height: 380px) {
442
629
  }
443
630
 
444
631
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalContent {
445
- .sapUiCalMonthView,
446
- .sapUiCalDateInt {
632
+ .sapUiCalDatesRow,
633
+ .sapUiCalMonthView {
447
634
  position: absolute;
448
635
  top: 0.25rem;
449
636
  left: 0;
@@ -461,9 +648,12 @@ and (min-height: 380px) {
461
648
  min-height: 11.25rem;
462
649
  }
463
650
 
464
- .sap-phone .sapUiCal[data-sap-ui-popup] div {
465
- height: 16.66%;
466
- min-height: 1.875rem;
651
+ .sap-phone .sapUiCal[data-sap-ui-popup] {
652
+ .sapUiCalDatesRow > div[role=row] > div,
653
+ .sapUiCalMonthView > div[role=row] > div {
654
+ height: 16.66%;
655
+ min-height: 1.875rem;
656
+ }
467
657
  }
468
658
 
469
659
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItem {
@@ -481,7 +671,6 @@ and (min-height: 380px) {
481
671
 
482
672
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWeekNum {
483
673
  height: 100%;
484
- top: 0;
485
674
  }
486
675
 
487
676
  .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
@@ -494,7 +683,7 @@ and (min-height: 380px) {
494
683
  box-sizing: border-box;
495
684
  }
496
685
 
497
- .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
686
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
498
687
  top: 1.5rem;
499
688
  padding-top: 0.5rem;
500
689
  }
@@ -517,21 +706,15 @@ and (orientation: landscape) {
517
706
  .dayColorMixIn(@class, @color){
518
707
  .@{class} > .sapUiCalSpecialDate {
519
708
  background-color: @color;
520
- border-top: 0.0625rem solid @sapUiListBackground;
521
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
522
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
709
+ border-bottom-left-radius: 0.5rem;
710
+ border-bottom-right-radius: 0.5rem;
523
711
  }
524
712
  .@{class}.sapUiCalItemNow > .sapUiCalSpecialDate {
525
713
  box-sizing: border-box;
526
714
  height: 0.3125rem;
527
715
  border-bottom-left-radius: (@sapUiElementBorderCornerRadius / 2);
528
716
  border-bottom-right-radius: (@sapUiElementBorderCornerRadius / 2);
529
- border: 0.0625rem solid @sapUiListBackground;
530
717
  }
531
- .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalSpecialDate{
532
- border-color: @sapUiListSelectionBorderColor;
533
- }
534
-
535
718
  .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalItemText {
536
719
  border-top-left-radius: (@sapUiElementBorderCornerRadius / 2);
537
720
  border-top-right-radius: (@sapUiElementBorderCornerRadius / 2);
@@ -539,7 +722,6 @@ and (orientation: landscape) {
539
722
  html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) {
540
723
  &.@{class} > .sapUiCalSpecialDate:hover {
541
724
  background-color: @color;
542
- border-top: 0.0625rem solid @sapUiListBackground;
543
725
  border-bottom-right-radius: 0.25rem;
544
726
  border-bottom-left-radius: 0.25rem;
545
727
  border-top-left-radius: 0;
@@ -8,6 +8,13 @@
8
8
  height: 2.75rem;
9
9
  }
10
10
 
11
+ .sapUiSizeCompact{
12
+ .sapUiFup,
13
+ .sapUiFup.sapMBarChild {
14
+ height: 2rem;
15
+ }
16
+ }
17
+
11
18
  /* increase outline offset */
12
19
  .sapMIBar-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable {
13
20
  outline-offset: -.125rem;