@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,33 +29,69 @@ 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,
37
77
  html[data-sap-ui-browser^="ed"].sap-desktop {
38
78
  .sapUiCalHead > .sapUiCalHeadB{
39
- position: relative;
40
- outline: none;
79
+ position: relative;
80
+ outline: none;
41
81
  }
42
82
 
43
83
  .sapUiCalHead > .sapUiCalHeadB:focus:after {
44
- position: absolute;
45
- top: 0.125rem;
46
- left: 0.125rem;
47
- right: 0.125rem;
48
- bottom: 0.125rem;
49
- border: 0.0625rem dashed @sapUiContentFocusColor;
50
- content: "";
84
+ position: absolute;
85
+ top: 0.125rem;
86
+ left: 0.125rem;
87
+ right: 0.125rem;
88
+ bottom: 0.125rem;
89
+ border: 0.0625rem dashed @sapUiContentFocusColor;
90
+ content: "";
51
91
  }
52
92
 
53
93
  .sapUiCalHead > .sapUiCalHeadB:focus:active:after {
54
- border-color: @sapUiContentContrastFocusColor;
94
+ border-color: @sapUiContentContrastFocusColor;
55
95
  }
56
96
  }
57
97
 
@@ -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;
197
- &:after {
198
- position: absolute;
199
- top: 0.125rem;
200
- left: 0.125rem;
201
- right: 0.125rem;
202
- bottom: 0.125rem;
203
- border: 0.125rem dotted @sapUiContentFocusColor;
204
- content: "";
205
- }
270
+ outline: none;
271
+ &:after {
272
+ position: absolute;
273
+ top: 0;
274
+ left: 0;
275
+ right: 0;
276
+ bottom: 0;
277
+ border: 0.125rem solid @sapUiContentFocusColor;
278
+ content: "";
279
+ border-radius: 0.5rem;
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,6 +378,15 @@ 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
392
  html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWeekNum):hover {
@@ -276,26 +395,87 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
276
395
 
277
396
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween){
278
397
  background-color: @sapUiContentSelectedBackground;
279
- }
280
-
281
- .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
282
398
  color: @sapUiContentSelectedTextColor;
283
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
284
- border-radius: 0.25rem;
285
399
  }
286
400
 
287
401
  .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover{
288
402
  background-color: @sapUiContentSelectedHoverBackground;
289
403
  }
290
404
 
291
- .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 {
292
428
  color: @sapUiContentSelectedTextColor;
293
429
  border-radius: 0.25rem;
430
+ font-weight: bold;
431
+ position: absolute;
432
+ left: 0;
433
+ }
434
+
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;
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;
294
468
  }
295
469
 
296
- .sapUiCalItemNow.sapUiCalItemSel:not(.sapUiCalItemSelBetween):hover > .sapUiCalItemText {
297
- border-radius: 0.125rem;
470
+ .sapUiCalItem.sapUiCalItemSel.sapUiCalItemSelBetween:focus > .sapUiCalItemText:after {
471
+ border-width: 0.125rem;
472
+ border-radius: 0.4375rem;
298
473
  }
474
+
475
+ .sapUiCalNoNameLine .sapUiCalItem.sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalDayName {
476
+ color: @sapUiContentSelectedTextColor
477
+ }
478
+
299
479
  .sapUiCalItemSel.sapUiCalItemOtherMonth {
300
480
  background-color: @sapUiSelected;
301
481
  }
@@ -303,7 +483,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
303
483
  .sapUiCalItemSelBetween,
304
484
  .sapUiCalItemSelBetween.sapUiCalItemOtherMonth {
305
485
  background-color: @sapUiListSelectionBackgroundColor;
306
- color: @sapUiBaseText;
486
+ color: @sapTextColor;
307
487
 
308
488
  .sapUiCalItemText {
309
489
  line-height: 2.75rem;
@@ -314,7 +494,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
314
494
  .sapUiCalItemSel,
315
495
  html.sap-desktop .sapUiCalItemSel:hover,
316
496
  html.sap-desktop .sapUiCalItemSel:focus {
317
- border-radius: 0.25rem;
497
+ border-radius: 0.5rem;
318
498
  }
319
499
 
320
500
  html[data-sap-ui-browser^="ie"].sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
@@ -331,13 +511,8 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
331
511
  background-color: @sapUiListSelectionBackgroundColor;
332
512
  }
333
513
 
334
- .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
335
- border: 0.0625rem solid @sapUiListBackground;
336
- border-radius: (@sapUiElementBorderCornerRadius / 2);
337
- }
338
-
339
514
  .sapUiCalItemSel.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
340
- border-color: @sapUiListSelectionBorderColor;
515
+ border-radius: 0.5rem;
341
516
  }
342
517
 
343
518
  .sapUiCalItemNow.sapUiCalItemSelBetween{
@@ -354,18 +529,26 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
354
529
  }
355
530
 
356
531
  /* 2 calendar types */
357
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
532
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
358
533
  line-height: 1.875rem;
359
534
  }
360
535
 
361
- .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
362
- 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;
363
542
  }
364
543
 
365
544
  /*** compact mode (desktop size) ***/
366
545
 
367
- .sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
368
- line-height: 1.75rem;
546
+ .sapUiSizeCompact .sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
547
+ line-height: 1.95rem;
548
+ }
549
+
550
+ .sapUiCalHead > button {
551
+ height: 2.25rem;
369
552
  }
370
553
 
371
554
  .sapUiSizeCompact {
@@ -380,17 +563,22 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
380
563
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
381
564
  line-height: 1.75rem;
382
565
  }
566
+
567
+ .sapUiCalHead > button {
568
+ margin: 0.1875rem 0;
569
+ height: 1.625rem;
570
+ }
383
571
  }
384
572
 
385
573
  @media only screen
386
574
  and (orientation: portrait)
387
575
  and (min-height: 380px) {
388
576
  .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
389
- bottom: 1rem;
390
- left: 25%;
391
- width: 50%;
392
- padding-left: 1rem;
393
- padding-right: 1rem;
577
+ bottom: 1rem;
578
+ left: 25%;
579
+ width: 50%;
580
+ padding-left: 1rem;
581
+ padding-right: 1rem;
394
582
  }
395
583
  }
396
584
 
@@ -441,17 +629,17 @@ and (min-height: 380px) {
441
629
  }
442
630
 
443
631
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalContent {
444
- .sapUiCalMonthView,
445
- .sapUiCalDateInt {
446
- position: absolute;
447
- top: 0.25rem;
448
- left: 0;
449
- right: 0;
450
- bottom: 0;
451
- width: auto;
452
- margin: 1rem;
453
- min-height: 11.25rem;
454
- }
632
+ .sapUiCalDatesRow,
633
+ .sapUiCalMonthView {
634
+ position: absolute;
635
+ top: 0.25rem;
636
+ left: 0;
637
+ right: 0;
638
+ bottom: 0;
639
+ width: auto;
640
+ margin: 1rem;
641
+ min-height: 11.25rem;
642
+ }
455
643
  }
456
644
 
457
645
  .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalContent > .sapUiCalMonthPicker,
@@ -460,10 +648,13 @@ and (min-height: 380px) {
460
648
  min-height: 11.25rem;
461
649
  }
462
650
 
463
- .sap-phone .sapUiCal[data-sap-ui-popup] div {
651
+ .sap-phone .sapUiCal[data-sap-ui-popup] {
652
+ .sapUiCalDatesRow > div[role=row] > div,
653
+ .sapUiCalMonthView > div[role=row] > div {
464
654
  height: 16.66%;
465
655
  min-height: 1.875rem;
466
656
  }
657
+ }
467
658
 
468
659
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalItem {
469
660
  height: 100%;
@@ -480,7 +671,6 @@ and (min-height: 380px) {
480
671
 
481
672
  .sap-phone .sapUiCal[data-sap-ui-popup] .sapUiCalWeekNum {
482
673
  height: 100%;
483
- top: 0;
484
674
  }
485
675
 
486
676
  .sap-phone .sapUiCal[data-sap-ui-popup] > .sapUiCalCancel {
@@ -493,7 +683,7 @@ and (min-height: 380px) {
493
683
  box-sizing: border-box;
494
684
  }
495
685
 
496
- .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
686
+ .sap-phone .sapUiCal[data-sap-ui-popup].sapUiCalSecType > .sapUiCalCancel {
497
687
  top: 1.5rem;
498
688
  padding-top: 0.5rem;
499
689
  }
@@ -516,38 +706,31 @@ and (orientation: landscape) {
516
706
  .dayColorMixIn(@class, @color){
517
707
  .@{class} > .sapUiCalSpecialDate {
518
708
  background-color: @color;
519
- border-top: 0.0625rem solid @sapUiListBackground;
520
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
521
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
709
+ border-bottom-left-radius: 0.5rem;
710
+ border-bottom-right-radius: 0.5rem;
522
711
  }
523
712
  .@{class}.sapUiCalItemNow > .sapUiCalSpecialDate {
524
713
  box-sizing: border-box;
525
714
  height: 0.3125rem;
526
715
  border-bottom-left-radius: (@sapUiElementBorderCornerRadius / 2);
527
716
  border-bottom-right-radius: (@sapUiElementBorderCornerRadius / 2);
528
- border: 0.0625rem solid @sapUiListBackground;
529
717
  }
530
- .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalSpecialDate{
531
- border-color: @sapUiListSelectionBorderColor;
532
- }
533
-
534
718
  .@{class}.sapUiCalItemSel.sapUiCalItemNow .sapUiCalItemText {
535
719
  border-top-left-radius: (@sapUiElementBorderCornerRadius / 2);
536
720
  border-top-right-radius: (@sapUiElementBorderCornerRadius / 2);
537
721
  }
538
722
  html.sap-desktop .sapUiCal:not(.sapUiCalDateInt) .sapUiCalItem:not(.sapUiCalItemSel) {
539
- &.@{class} > .sapUiCalSpecialDate:hover {
540
- background-color: @color;
541
- border-top: 0.0625rem solid @sapUiListBackground;
542
- border-bottom-right-radius: 0.25rem;
543
- border-bottom-left-radius: 0.25rem;
544
- border-top-left-radius: 0;
545
- border-top-right-radius: 0;
546
- }
547
- &.@{class}.sapUiCalItemNow > .sapUiCalSpecialDate:hover {
548
- border-bottom-right-radius: 0.125rem;
549
- border-bottom-left-radius: 0.125rem;
550
- }
723
+ &.@{class} > .sapUiCalSpecialDate:hover {
724
+ background-color: @color;
725
+ border-bottom-right-radius: 0.25rem;
726
+ border-bottom-left-radius: 0.25rem;
727
+ border-top-left-radius: 0;
728
+ border-top-right-radius: 0;
729
+ }
730
+ &.@{class}.sapUiCalItemNow > .sapUiCalSpecialDate:hover {
731
+ border-bottom-right-radius: 0.125rem;
732
+ border-bottom-left-radius: 0.125rem;
733
+ }
551
734
  }
552
735
  }
553
736
 
@@ -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;
@@ -1,15 +0,0 @@
1
- /* ========================================= */
2
- /* CSS for control sap.m/SuggestionsPopover */
3
- /* Horizon High Contrast Black theme */
4
- /* ========================================= */
5
-
6
- div.sapMSuggestionsPopover {
7
- border: none;
8
- box-shadow: 0 0.25rem 1.875rem 0.125rem @sapUiContentShadowColor;
9
- }
10
-
11
- .sapMSuggestionsPopover > div {
12
- border: solid @sapUiGroupContentBorderColor;
13
- border-width: 0.0625rem .125rem .125rem;
14
- box-sizing: border-box;
15
- }