@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
@@ -19,22 +19,58 @@
19
19
  height: 2.875rem;
20
20
  }
21
21
 
22
+ .sapUiCalWeekNum:hover {
23
+ background-color: @sapUiListHoverBackground;
24
+ border-radius: 0.5rem;
25
+ }
26
+
22
27
  /* calendar should have only a border if on popup */
23
28
  .sapUiCal[data-sap-ui-popup] {
24
29
  border-color: @sapUiContentForegroundBorderColor;
25
30
  }
26
31
 
27
- html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
28
- outline: 0.125rem solid @sapUiContentFocusColor;
29
- outline-offset: -0.1875rem;
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;
30
51
  }
31
52
 
32
53
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
33
- outline-color: @sapUiContentContrastFocusColor;
54
+ border-color: @sapUiContentContrastFocusColor;
34
55
  }
35
56
 
36
- html[data-sap-ui-browser^="ff"].sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus {
37
- 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;
38
74
  }
39
75
 
40
76
  html[data-sap-ui-browser^="ie"].sap-desktop,
@@ -87,12 +123,13 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
87
123
 
88
124
  /*** days, months, years ***/
89
125
  .sapUiCalWH,
90
- .sapUiCalItem:not(.sapUiCalItemSel) {
126
+ .sapUiCalItem,
127
+ .sapUiCalItemSelBetween.sapUiCalItemSel {
91
128
  border: 0.0625rem solid @_sap_ui_unified_Calendar_ItemBorderColor;
92
129
  }
93
130
 
94
131
  .sapUiCalItem {
95
- background-color: @_sap_ui_unified_Calendar_ItemColor;
132
+ background-color: @sapUiLegendWorkingBackground;
96
133
  border-radius: 0.5rem;
97
134
  }
98
135
 
@@ -122,13 +159,7 @@ html.sap-desktop .sapUiCalDatesRow .sapUiCalItem:not(.sapUiCalItemSel):hover,
122
159
  html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
123
160
  html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemSelBetween):hover,
124
161
  html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
125
- background-color: lighten(@_sap_ui_unified_Calendar_ItemHoverColor, 3);
126
- }
127
-
128
- html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText,
129
- html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
130
- html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
131
- outline-offset: -0.1875rem;
162
+ background-color: @sapUiListHoverBackground;
132
163
  }
133
164
 
134
165
  html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
@@ -137,8 +168,7 @@ html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(
137
168
 
138
169
  html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
139
170
  html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
140
- outline: 0.125rem solid @sapUiContentFocusColor;
141
- outline-offset: -0.25rem;
171
+ border: 0.125rem solid @sapUiContentFocusColor;
142
172
  }
143
173
 
144
174
  html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
@@ -201,13 +231,16 @@ html[data-sap-ui-browser^="ed"].sap-desktop {
201
231
 
202
232
  .sapUiCalItemWeekEnd,
203
233
  html.sap-desktop .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):focus {
204
- background-color: @_sap_ui_unified_Calendar_ItemWeekEndColor;
234
+ background-color: @sapUiLegendNonWorkingBackground;
235
+ }
236
+ .sapUiCalItemWeekEnd:hover {
237
+ background-color: @sapUiListHoverBackground;
205
238
  }
206
239
 
207
240
  html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover,
208
241
  html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItemWeekEnd:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
209
- background-color: lighten(@sapUiListHoverBackground, 3);
210
- border-radius: 0.25rem;
242
+ background-color: @sapUiListHoverBackground;
243
+ border-radius: 0.5rem;
211
244
  }
212
245
 
213
246
  html.sap-desktop .sapUiCalDatesRow .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
@@ -237,12 +270,11 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
237
270
  outline: none;
238
271
  &:after {
239
272
  position: absolute;
240
- top: -0.05rem;
241
- left: -0.05rem;
242
- right: -0.05rem;
243
- bottom: -0.05rem;
244
- outline: 0.125rem solid @sapUiContentFocusColor;
245
- outline-offset: -0.25rem;
273
+ top: 0;
274
+ left: 0;
275
+ right: 0;
276
+ bottom: 0;
277
+ border: 0.125rem solid @sapUiContentFocusColor;
246
278
  content: "";
247
279
  border-radius: 0.5rem;
248
280
  }
@@ -251,28 +283,64 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
251
283
  position: relative;
252
284
  }
253
285
  &.sapUiCalItemNow {
254
- outline: 0.125rem solid @sapUiLegendCurrentDateTime;
255
- outline-offset: -0.125rem;
256
286
  border-radius: 0.5rem;
287
+ &:hover {
288
+ background: @sapUiListHoverBackground;
289
+ }
257
290
  &.sapUiCalItemSelBetween {
258
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;
259
312
  }
260
313
  .sapUiCalItemText {
261
314
  border: none;
262
315
  }
263
- &.sapUiCalItemSelBetween > .sapUiCalItemText {
264
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
265
- border-radius: 0.35rem;
266
- }
267
- &:focus > .sapUiCalItemText {
268
- &:after {
269
- outline-offset: -0.35rem;
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;
270
327
  }
271
328
  }
272
- }
273
- &.sapUiCalItemSel {
274
- &.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
275
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
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;
335
+ }
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: "";
276
344
  border-radius: 0.5rem;
277
345
  }
278
346
  }
@@ -287,7 +355,16 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
287
355
  border-bottom-left-radius: 0.25rem;
288
356
  border-bottom-right-radius: 0.25rem;
289
357
  pointer-events: none;
290
- z-index: 1;
358
+ z-index: 0;
359
+ }
360
+ &:focus .sapUiCalSpecialDate,
361
+ &.sapUiCalItemSel .sapUiCalSpecialDate {
362
+ bottom: 0.0625rem;
363
+ left: 0.0625rem;
364
+ width: 95%;
365
+ }
366
+ &.sapUiCalItemSel:focus .sapUiCalSpecialDate{
367
+ bottom: 0.125rem;
291
368
  }
292
369
  .sapUiCalItemText {
293
370
  border-radius: 0.5rem;
@@ -319,36 +396,80 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
319
396
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
320
397
  background-color: @sapUiContentSelectedBackground;
321
398
  color: @sapUiContentSelectedTextColor;
322
- border-width: 0.125rem;
323
399
  }
324
400
 
325
401
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover{
326
402
  background-color: @sapUiContentSelectedHoverBackground;
327
403
  }
328
404
 
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
+
329
427
  .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
330
428
  color: @sapUiContentSelectedTextColor;
331
429
  border-radius: 0.25rem;
332
430
  font-weight: bold;
333
431
  position: absolute;
334
- top: 0.0625rem;
335
432
  left: 0;
336
433
  }
337
434
 
338
435
  .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
339
436
  top: 0;
340
437
  }
438
+
341
439
  .sapUiCalItemSel {
342
440
  color: @sapContent_Selected_TextColor;
343
- box-shadow: inset 0 0 0 0.15rem @sapContent_Selected_ForegroundColor;
344
- font-weight: bold;
345
441
  }
346
- .sapUiCalItemSel:focus {
347
- box-shadow: inset 0 0 0 0.25rem @sapContent_Selected_ForegroundColor;
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;
348
452
  }
349
453
 
350
- .sapUiCalItemSel.sapUiCalItemNow {
351
- box-shadow: inset 0 0 0 0.35rem @sapUiListBackground;
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;
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;
352
473
  }
353
474
 
354
475
  .sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
@@ -362,7 +483,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
362
483
  .sapUiCalItemSelBetween,
363
484
  .sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
364
485
  background-color: @sapUiListSelectionBackgroundColor;
365
- color: @sapUiBaseText;
486
+ color: @sapTextColor;
366
487
 
367
488
  .sapUiCalItemText {
368
489
  line-height: 2.75rem;
@@ -391,8 +512,6 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
391
512
  }
392
513
 
393
514
  .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
394
- outline: 0.125rem solid @sapContent_Selected_ForegroundColor;
395
- outline-offset: -0.35rem;
396
515
  border-radius: 0.5rem;
397
516
  }
398
517
 
@@ -410,16 +529,13 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
410
529
  }
411
530
 
412
531
  /* 2 calendar types */
413
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
532
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
414
533
  line-height: 1.875rem;
415
534
  }
416
535
 
417
536
  .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
418
537
  line-height: 2.9rem;
419
538
  }
420
- .sapUiCalItemNow.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
421
- line-height: 3rem;
422
- }
423
539
 
424
540
  .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemSecText {
425
541
  color: @sapUiContentSelectedTextColor;
@@ -431,10 +547,6 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
431
547
  line-height: 1.95rem;
432
548
  }
433
549
 
434
- .sapUiSizeCompact .sapUiCalMonthPicker .sapUiCalItem.sapUiCalItemSel {
435
- line-height: 2rem;
436
- }
437
-
438
550
  .sapUiCalHead > button {
439
551
  height: 2.25rem;
440
552
  }
@@ -571,7 +683,7 @@ and (min-height: 380px) {
571
683
  box-sizing: border-box;
572
684
  }
573
685
 
574
- .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
686
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
575
687
  top: 1.5rem;
576
688
  padding-top: 0.5rem;
577
689
  }
@@ -594,15 +706,14 @@ and (orientation: landscape) {
594
706
  .dayColorMixIn(@class, @color){
595
707
  .@{class} > .sapUiCalSpecialDate {
596
708
  background-color: @color;
597
- border-bottom-left-radius: 0.25rem;
598
- border-bottom-right-radius: 0.25rem;
709
+ border-bottom-left-radius: 0.5rem;
710
+ border-bottom-right-radius: 0.5rem;
599
711
  }
600
712
  .@{class}.sapUiCalItemNow > .sapUiCalSpecialDate {
601
713
  box-sizing: border-box;
602
714
  height: 0.3125rem;
603
715
  border-bottom-left-radius: (@sapUiElementBorderCornerRadius / 2);
604
716
  border-bottom-right-radius: (@sapUiElementBorderCornerRadius / 2);
605
- border: 0.0625rem solid @sapUiListBackground;
606
717
  }
607
718
  .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalItemText {
608
719
  border-top-left-radius: (@sapUiElementBorderCornerRadius / 2);
@@ -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;