@openui5/themelib_sap_horizon 1.115.1 → 1.117.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 (117) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +1 -7
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/Avatar.less +12 -2
  5. package/src/sap/m/themes/sap_horizon/IconTabBar.less +219 -58
  6. package/src/sap/m/themes/sap_horizon/InputBase.less +3 -5
  7. package/src/sap/m/themes/sap_horizon/Link.less +27 -13
  8. package/src/sap/m/themes/sap_horizon/ListBase.less +12 -0
  9. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +11 -3
  10. package/src/sap/m/themes/sap_horizon/Panel.less +13 -3
  11. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  12. package/src/sap/m/themes/sap_horizon/RangeSlider.less +2 -7
  13. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  14. package/src/sap/m/themes/sap_horizon/Select.less +8 -14
  15. package/src/sap/m/themes/sap_horizon/Slider.less +2 -1
  16. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  17. package/src/sap/m/themes/sap_horizon/TileContainer.less +20 -1
  18. package/src/sap/m/themes/sap_horizon/Token.less +44 -37
  19. package/src/sap/m/themes/sap_horizon/Tokenizer.less +7 -0
  20. package/src/sap/m/themes/sap_horizon/Wizard.less +1 -1
  21. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -2
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +200 -36
  23. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +3 -5
  24. package/src/sap/m/themes/sap_horizon_dark/Link.less +27 -13
  25. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +12 -0
  26. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -2
  27. package/src/sap/m/themes/sap_horizon_dark/Panel.less +12 -3
  28. package/src/sap/m/themes/sap_horizon_dark/Popover.less +13 -0
  29. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  30. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +2 -7
  31. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  32. package/src/sap/m/themes/sap_horizon_dark/Select.less +7 -14
  33. package/src/sap/m/themes/sap_horizon_dark/Slider.less +7 -1
  34. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  35. package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +18 -0
  36. package/src/sap/m/themes/sap_horizon_dark/Token.less +44 -37
  37. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +7 -0
  38. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +6 -2
  40. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +8 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +8 -0
  43. package/src/sap/m/themes/sap_horizon_hcb/Link.less +23 -9
  44. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +0 -4
  45. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +12 -3
  46. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +6 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  49. package/src/sap/m/themes/sap_horizon_hcb/Select.less +20 -0
  50. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +5 -1
  52. package/src/sap/m/themes/sap_horizon_hcb/Token.less +20 -13
  53. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +7 -0
  54. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +6 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  57. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +8 -0
  58. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +8 -0
  59. package/src/sap/m/themes/sap_horizon_hcw/Link.less +23 -9
  60. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +0 -4
  61. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +12 -4
  62. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +6 -0
  63. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  64. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  65. package/src/sap/m/themes/sap_horizon_hcw/Select.less +21 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +2 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +5 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/Token.less +21 -13
  69. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +7 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +1 -1
  71. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -1
  72. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +3 -2
  73. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +74 -26
  74. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +4 -4
  75. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -1
  76. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +3 -2
  77. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +74 -26
  78. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
  79. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +11 -1
  80. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  81. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +74 -33
  82. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +5 -5
  83. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +12 -2
  84. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  85. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +71 -30
  86. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
  87. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  89. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -94
  92. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +5 -5
  94. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -95
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  99. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -94
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +9 -9
  104. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -94
  107. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +434 -60
  108. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +432 -51
  109. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +7 -0
  110. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +1 -1
  111. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +7 -0
  112. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +1 -1
  113. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +0 -4
  114. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +0 -4
  115. package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +0 -6
  116. package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +0 -6
  117. package/ui5.yaml +1 -1
@@ -21,6 +21,33 @@
21
21
  .sapMLnk.sapMLnkSubtle {
22
22
  color: @sapUiLinkSubtleColor;
23
23
  text-decoration: underline;
24
+
25
+ &:not(.sapMLnkDsbl) {
26
+ &:active {
27
+ color: @sapUiLinkSubtleColor;
28
+ }
29
+ }
30
+ }
31
+
32
+ html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
33
+ &:focus {
34
+ border-radius: 0.125rem;
35
+ background-color: @sapUiContentFocusColor;
36
+ color: @sapUiContentContrastTextColor;
37
+ text-shadow: none;
38
+ outline: none;
39
+
40
+ &:hover:not(:active) {
41
+ text-decoration: none;
42
+ }
43
+ }
44
+
45
+ &.sapMLnkSubtle {
46
+ &:hover:not(:active):not(:focus) {
47
+ color: @sapUiLinkSubtleColor;
48
+ text-decoration: none;
49
+ }
50
+ }
24
51
  }
25
52
 
26
53
  .sapMLnk:not(.sapMLnkDsbl) {
@@ -35,17 +62,4 @@
35
62
 
36
63
  .sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
37
64
  text-shadow: @sapUiContentTextShadow;
38
- }
39
-
40
- html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
41
- border-radius: 0.125rem;
42
- background-color: @sapUiContentFocusColor;
43
- color: @sapUiContentContrastTextColor;
44
- text-shadow: none;
45
- outline: none;
46
- }
47
-
48
- html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
49
- html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
50
- text-decoration: none;
51
65
  }
@@ -13,11 +13,23 @@
13
13
  background: lighten(@sapUiListHeaderBackground, 2);
14
14
  }
15
15
 
16
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapMListHdrText,
17
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapMSticky > .sapMListHdrTBar.sapMTB-Transparent-CTX {
18
+ background: @sapUiGlobalBackgroundColor;
19
+ border-top-right-radius: 0;
20
+ border-top-left-radius: 0;
21
+ }
22
+
16
23
  .sapMListHdr {
17
24
  border-top-right-radius: @sapUiElementBorderCornerRadius;
18
25
  border-top-left-radius: @sapUiElementBorderCornerRadius;
19
26
  }
20
27
 
28
+ .sapUiTableOnObjectPageAdjustmentsForSection .sapMListHdr {
29
+ border-top-right-radius: 0;
30
+ border-top-left-radius: 0;
31
+ }
32
+
21
33
  .sapMListNoData,
22
34
  .sapMGrowingList {
23
35
  border-bottom: none;
@@ -5,6 +5,14 @@
5
5
 
6
6
  @_sap_m_ObjectMarker_LinkShadowColor: none;
7
7
 
8
- .sapMObjectMarker .sapMLnk {
9
- text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
8
+ .sapMObjectMarker {
9
+ .sapMLnk {
10
+ text-shadow: @_sap_m_ObjectMarker_LinkShadowColor;
11
+
12
+ &:focus {
13
+ .sapUiIcon {
14
+ color: @sapUiContentContrastTextColor;
15
+ }
16
+ }
17
+ }
10
18
  }
@@ -4,7 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMPanel {
7
- min-height: 2.5rem;
7
+ min-height: 2.75rem;
8
8
  border-radius: @sapElement_BorderCornerRadius;
9
9
 
10
10
  .sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
@@ -75,8 +75,13 @@
75
75
  width: 2.25rem;
76
76
  }
77
77
 
78
- .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
79
- width: 2rem;
78
+ .sapUiSizeCompact {
79
+ .sapMPanel {
80
+ min-height: 2.5rem;
81
+ }
82
+ .sapMPanelWrappingDiv .sapUiIcon {
83
+ width: 2rem;
84
+ }
80
85
  }
81
86
 
82
87
  .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
@@ -98,4 +103,8 @@
98
103
 
99
104
  .sapMPanelWrappingDiv .sapUiIcon {
100
105
  color: @sapButton_Lite_TextColor;
106
+ }
107
+
108
+ .sapMPanelStickyHeadingDiv {
109
+ background-color: @sapUiGroupTitleBackground;
101
110
  }
@@ -141,4 +141,17 @@
141
141
  border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
142
142
  border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
143
143
  }
144
+ }
145
+
146
+ .sapMPopoverResizeHandle {
147
+ border: none;
148
+ color: @sapButton_Lite_TextColor;
149
+ width: 1rem;
150
+ font-size: 1rem;
151
+ line-height: 1rem;
152
+ content: "\e24f";
153
+ height: 1rem;
154
+ top: 0;
155
+ right: 0.125rem;
156
+ padding: 0 0.125rem 0rem 0rem;
144
157
  }
@@ -3,6 +3,8 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================== */
5
5
 
6
+ @_sap_m_Radio_Button_Read_Only_fill: @sapUiFieldTextColor;
7
+
6
8
  .sapMRb {
7
9
  height: 2.75rem;
8
10
 
@@ -84,7 +86,7 @@
84
86
  }
85
87
 
86
88
  .sapMRb:not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
87
- fill: @sapUiFieldHoverBackground;
89
+ fill: @sapUiContentSelectedHoverBackground;
88
90
  }
89
91
 
90
92
  .sapMRb:focus:before {
@@ -142,7 +144,7 @@
142
144
  .sapMRbWarn.sapMRbSel,
143
145
  .sapMRbWarn.sapMRbSel.sapMRbRo {
144
146
  .sapMRbBInn {
145
- fill: @sapUiFieldTextColor;
147
+ fill: @sapUiFieldWarningColor;
146
148
  stroke: none;
147
149
  }
148
150
  }
@@ -207,10 +209,6 @@
207
209
  stroke-dasharray: 4,2; // parameter needed for the type of the dashes
208
210
  }
209
211
 
210
- .sapMRb.sapMRbRo.sapMRbSel .sapMRbBInn {
211
- fill: @sapUiContentNonInteractiveIconColor;
212
- }
213
-
214
212
  html[data-sap-ui-browser^="sf"] {
215
213
  // fix for blur caused by drop-shadow in Safari
216
214
  .sapMRbHoverable:hover {
@@ -9,18 +9,13 @@
9
9
  @_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
10
10
 
11
11
  .sapMRangeSlider.sapMSlider .sapMSliderInner {
12
- &:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle {
12
+ &:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
13
+ .sapMSliderHandle:hover {
13
14
  border: 1px @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
14
15
  background: @sapUiSliderRangeHandleBackground;
15
16
  box-shadow: @sapUiContentSelectedShadow;
16
17
  }
17
18
 
18
- &:not(.sapMSliderInnerDisabled) .sapMSliderHandle:hover {
19
- background-color: @sapUiSliderRangeHandleBackground;
20
- border-color: @sapUiSliderHoverHandleBorderColor;
21
- box-shadow: @sapUiContentSelectedShadow;
22
- }
23
-
24
19
  &:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
25
20
  &:not(:focus) {
26
21
  background: transparent;
@@ -8,7 +8,6 @@
8
8
  // ==========================================================================
9
9
 
10
10
  @_sap_m_SearchField_Height: 2.75rem;
11
- @_sap_m_SearchField_FormHeight: 2.25rem;
12
11
  @_sap_m_SearchField_ButtonSize: 2.25rem;
13
12
  @_sap_m_SearchField_ButtonFontSize: 1rem;
14
13
  @_sap_m_SearchField_CompactButtonLineHeight: 1.625rem;
@@ -58,7 +57,6 @@
58
57
  }
59
58
 
60
59
  .sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
61
- box-shadow: @sapUiContentInteractionShadow;
62
60
  background-color: @sapUiFieldHoverBackground;
63
61
  }
64
62
 
@@ -57,12 +57,9 @@
57
57
  height: @sapUiElementCompactHeight;
58
58
  }
59
59
 
60
- .sapMSlt > .sapMSltLabel {
61
- line-height: calc(@sapUiElementHeight - 0.125rem);
62
- }
63
-
64
- .sapMSltArrow {
65
- line-height: 2rem;
60
+ .sapMSlt > .sapMSltArrow {
61
+ line-height: 2.25rem;
62
+ background-color: transparent !important;
66
63
  }
67
64
 
68
65
  .sapMSlt:not(.sapMSltState).sapMSltPressed > .sapMSltArrow::before {
@@ -130,7 +127,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
130
127
  }
131
128
 
132
129
  .sapUiSizeCompact .sapMSlt > .sapMSltArrow {
133
- line-height: 1.375rem;
130
+ line-height: 1.625rem;
134
131
  }
135
132
 
136
133
  .sapMSltMinWidth {
@@ -165,17 +162,13 @@ div.sapMSltPicker .sapMSltPickerValueState {
165
162
  }
166
163
 
167
164
  .sapMSltArrow {
168
- width: 2rem;
169
- height: 2rem;
170
- margin-top: 2px;
171
- margin-right: 2px;
165
+ width: 2.25rem;
166
+ height: 2.25rem;
172
167
  }
173
168
 
174
169
  .sapUiSizeCompact .sapMSltArrow {
175
170
  width: 2rem;
176
- margin-top: 2px;
177
- height: 1.375rem;
178
- margin-right: 2px;
171
+ height: 1.625rem;
179
172
  }
180
173
 
181
174
  .sapMSltPressed >.sapMSltArrow,
@@ -18,6 +18,11 @@
18
18
  }
19
19
  }
20
20
 
21
+ .sapMSlider {
22
+ display: flex;
23
+ align-items: center;
24
+ }
25
+
21
26
  .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
22
27
  font-family: SAP-icons;
23
28
  content: "\e29c";
@@ -38,7 +43,8 @@
38
43
  }
39
44
  }
40
45
 
41
- .sapMSliderInner:not(.sapMSliderInnerDisabled):not(.sapMSliderPressed):hover>.sapMSliderHandle {
46
+ .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderProgress:hover ~ .sapMSliderHandle,
47
+ .sapMSliderHandle:hover {
42
48
  &:not(:focus) {
43
49
  border-color: @sapUiSliderHoverHandleBorderColor;
44
50
  background: @sapUiSliderHoverHandleBackground;
@@ -27,6 +27,10 @@
27
27
  line-height: 1.5;
28
28
  }
29
29
 
30
+ .sapMTextAreaMirror {
31
+ line-height: 1.5;
32
+ }
33
+
30
34
  .sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
31
35
  border: @sapUiFieldBorderWidth dashed @sapUiFieldReadOnlyBorderColor;
32
36
  }
@@ -14,4 +14,22 @@
14
14
  bottom: -1px;
15
15
  left: -1px;
16
16
  right: -1px;
17
+ }
18
+
19
+ .sapMTC .sapMTile,
20
+ .sapMTC .sapMCustomTile {
21
+ &:focus {
22
+ outline: none;
23
+
24
+ &::before {
25
+ content: "";
26
+ position: absolute;
27
+ left: -0.1875rem;
28
+ right: -0.1875rem;
29
+ top: -0.1875rem;
30
+ bottom: -0.1875rem;
31
+ border: 0.125rem solid @sapUiContentFocusColor;
32
+ border-radius: 0.125rem;
33
+ }
34
+ }
17
35
  }
@@ -10,68 +10,75 @@
10
10
  @_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
11
11
 
12
12
  .sapMToken {
13
- overflow: visible;
14
13
  padding-left: @_sap_m_Token_LeftPadding;
14
+ border-radius: 0.375rem;
15
+ color: @sapTextColor;
16
+ font-size: @sapFontSize;
15
17
  }
16
18
 
17
- .sapMTokenSelected:not(:focus),
19
+ .sapMTokenSelected,
18
20
  .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
19
21
  background: @sapUiButtonSelectedBackground;
20
22
  border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
21
- border-radius: @sapUiButtonBorderCornerRadius;
23
+ border-radius: 0.375rem;
24
+ font-family: @sapFontSemiboldDuplexFamily;
25
+ }
26
+
27
+ .sapMToken.sapMTokenSelected::before {
28
+ content: '';
29
+ position: absolute;
30
+ pointer-events: none;
31
+ z-index: 2;
32
+ bottom: 0;
33
+ left: 0;
34
+ right: 0;
35
+ height: 2px;
36
+ background-color: @sapUiButtonSelectedBorderColor;
22
37
  }
23
38
 
24
39
  html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
25
- background: @sapUiButtonTokenBackground;
26
- border: 1px solid @sapUiButtonTokenBorderColor;
27
- border-radius: @sapUiButtonBorderCornerRadius;
28
- box-shadow: @sapUiContentInteractionShadow;
40
+ background: @sapUiButtonHoverBackground;
41
+ border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
42
+ border-radius: 0.375rem;
29
43
  }
30
44
 
31
45
  html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
32
- background: @sapUiButtonSelectedBackground;
46
+ background: @sapUiButtonSelectedHoverBackground;
33
47
  border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
34
- border-radius: @sapUiButtonBorderCornerRadius;
35
48
  }
36
49
 
37
- html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):not(:focus):hover {
38
- box-shadow: @sapUiContentInteractionShadow;
39
- }
50
+ .sapMToken.sapMTokenReadOnly {
51
+ padding: 0.25rem 0.3125rem;
52
+ color: @sapUiContentLabelColor;
40
53
 
41
- .sapMToken.sapMTokenReadOnly,
42
- .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
43
- color: @sapUiContentLabelColor
54
+ .sapMTokenText {
55
+ line-height: 1rem;
56
+ }
44
57
  }
45
58
 
46
59
  html.sap-desktop .sapMToken:focus {
47
- outline: none;
48
- }
49
-
50
- html.sap-desktop .sapMToken:focus::after {
51
- content: '';
52
- position: absolute;
53
- pointer-events: none;
54
- z-index: 2;
55
- border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
56
- border-radius: 0.625rem;
57
- top: -0.25rem;
58
- bottom: -0.25rem;
59
- left: -0.25rem;
60
- right: -0.25rem;
60
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
61
+ border-radius: 0.5rem;
62
+ outline-offset: 0.0625rem;
61
63
  }
62
64
 
63
65
  html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
64
66
  border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
65
67
  }
66
68
 
67
- html.sap-desktop .sapUiSizeCompact .sapMToken:focus::after,
68
- html.sap-desktop .sapUiSizeCondensed .sapMToken:focus::after {
69
- top: -0.125rem;
70
- bottom: -0.125rem;
71
- left: -0.125rem;
72
- right: -0.125rem;
69
+ html.sap-desktop .sapUiSizeCompact .sapMToken:focus,
70
+ html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
71
+ outline-offset: 0;
72
+ }
73
+
74
+ html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
75
+ outline-width: 1px;
73
76
  }
74
77
 
75
- html.sap-desktop .sapMToken.sapMTokenSelected:focus {
76
- color: @sapUiButtonSelectedTextColor;
78
+ .sapUiSizeCompact .sapMToken.sapMTokenReadOnly {
79
+ padding: 0.125rem 0.25rem;
80
+
81
+ .sapMTokenText {
82
+ line-height: 0.875rem;
83
+ }
77
84
  }
@@ -31,9 +31,16 @@ html.sap-desktop .sapMTokenizer:focus {
31
31
  color: @sapUiContentLabelColor;
32
32
  }
33
33
 
34
+ .sapMTokenizer.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
35
+ padding: 0.25rem 0.3125rem;
36
+ }
37
+
34
38
  .sapUiSizeCompact {
35
39
  .sapMTokenizer {
36
40
  padding-left: 0.25rem;
41
+ &.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
42
+ padding: 0.125rem 0.25rem;
43
+ }
37
44
  .sapMToken {
38
45
  margin-right: 0.25rem;
39
46
  }
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  .sapMWizard:not(.sapMWizardModePage) .sapMWizardLastActivatedStep {
28
- min-height: calc(100% - 3rem);
28
+ min-height: ~"calc(100% - 3rem)";
29
29
  }
30
30
 
31
31
  html.sap-phone .sapMWizard .sapMWizardNextButtonVisible {
@@ -8,6 +8,7 @@
8
8
  @_sap_m_Avatar_Font_Size_M: 1.5rem;
9
9
  @_sap_m_Avatar_Font_Size_S: 1.125rem;
10
10
  @_sap_m_Avatar_Font_Size_XS: 1rem;
11
+ @_sap_m_Avatar_Hover_Box_Shadow_Offset: 0px;
11
12
 
12
13
  .sapFAvatarImageContain,
13
14
  .sapFAvatarIcon,
@@ -27,9 +28,12 @@
27
28
  font-size: inherit;
28
29
  }
29
30
 
31
+ .sapFAvatar:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
32
+ background-color: @sapActiveColor;
33
+ }
34
+
30
35
  .sapFAvatarFocusable:focus {
31
- outline: none;
32
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
36
+ outline-width: 0.125rem;
33
37
  }
34
38
 
35
39
  .sapFAvatarColorTileIcon {
@@ -9,6 +9,10 @@
9
9
  line-height: 2.7rem;
10
10
  }
11
11
 
12
+ .sapMCb:focus {
13
+ outline: none;
14
+ }
15
+
12
16
  .sapMCbBg {
13
17
  height: 1.375rem;
14
18
  width: 1.375rem;
@@ -0,0 +1,8 @@
1
+ /* ========================================== */
2
+ /* CSS for control sap.m/GroupHeaderListItem */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ========================================== */
5
+
6
+ .sapMListUl .sapMLIB.sapMGHLI {
7
+ font-weight: bold;
8
+ }
@@ -170,6 +170,10 @@
170
170
  }
171
171
  }
172
172
 
173
+ .sapMITBTextOnly .sapMITBFilter .sapMITBText {
174
+ line-height: 0.75rem;
175
+ }
176
+
173
177
  /* Head Container - compact */
174
178
 
175
179
  .sapUiSizeCompact.sapMITH {
@@ -229,6 +233,10 @@
229
233
  margin-top: 0.125rem;
230
234
  }
231
235
  }
236
+
237
+ .sapMITBTextOnly .sapMITBFilter .sapMITBText {
238
+ line-height: 0.75rem;
239
+ }
232
240
  }
233
241
 
234
242
  .sapMITBContentArrow {
@@ -21,6 +21,29 @@
21
21
  .sapMLnk.sapMLnkSubtle {
22
22
  color: @sapUiLinkSubtleColor;
23
23
  text-decoration: underline;
24
+
25
+ &:not(.sapMLnkDsbl) {
26
+ &:active {
27
+ color: @sapUiLinkSubtleColor;
28
+ }
29
+ }
30
+ }
31
+
32
+ html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
33
+ &:focus {
34
+ outline: 0.125rem dotted @sapUiContentFocusColor;
35
+
36
+ &:hover:not(:active) {
37
+ text-decoration: none;
38
+ }
39
+ }
40
+
41
+ &.sapMLnkSubtle {
42
+ &:hover:not(:active):not(:focus) {
43
+ color: @sapUiLinkSubtleColor;
44
+ text-decoration: none;
45
+ }
46
+ }
24
47
  }
25
48
 
26
49
  .sapMLnk:not(.sapMLnkDsbl) {
@@ -35,13 +58,4 @@
35
58
 
36
59
  .sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
37
60
  text-shadow: @sapUiContentTextShadow;
38
- }
39
-
40
- html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
41
- outline: 0.125rem dotted @sapUiContentFocusColor;
42
- }
43
-
44
- html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
45
- html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
46
- text-decoration: none;
47
61
  }
@@ -18,7 +18,3 @@
18
18
  .sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
19
19
  border-width: 2px;
20
20
  }
21
-
22
- .sapMListShowSeparatorsNone .sapMLIBShowSeparator:hover {
23
- box-shadow: inset 0px -0.0625rem @sapUiListSelectionBorderColor;
24
- }
@@ -4,7 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMPanel {
7
- min-height: 2.5rem;
7
+ min-height: 2.75rem;
8
8
  }
9
9
 
10
10
  .sapMPanelBGSolid {
@@ -54,10 +54,19 @@
54
54
  width: 2.25rem;
55
55
  }
56
56
 
57
- .sapUiSizeCompact .sapMPanelWrappingDiv .sapUiIcon {
58
- width: 2rem;
57
+ .sapUiSizeCompact {
58
+ .sapMPanel {
59
+ min-height: 2.5rem;
60
+ }
61
+ .sapMPanelWrappingDiv .sapUiIcon {
62
+ width: 2rem;
63
+ }
59
64
  }
60
65
 
61
66
  .sapMPanelWrappingDiv .sapUiIcon {
62
67
  color: @sapButton_Lite_TextColor;
68
+ }
69
+
70
+ .sapMPanelStickyHeadingDiv {
71
+ background-color: @sapUiGroupTitleBackground;
63
72
  }
@@ -161,4 +161,10 @@
161
161
  /* pointing left arrow */
162
162
  .sapMPopoverArrLeft:after {
163
163
  margin: 0.125rem 0 0 0.3125rem;
164
+ }
165
+
166
+ .sapMPopoverResizeHandle {
167
+ top: -8px;
168
+ right: -3px;
169
+ color: @sapButton_Lite_TextColor;
164
170
  }
@@ -138,7 +138,7 @@
138
138
  .sapMRbWarn.sapMRbSel,
139
139
  .sapMRbWarn.sapMRbSel.sapMRbRo {
140
140
  .sapMRbBInn {
141
- fill: @sapUiFieldTextColor;
141
+ fill: @sapUiFieldWarningColor;
142
142
  stroke: none;
143
143
  }
144
144
  }
@@ -8,7 +8,6 @@
8
8
  // ==========================================================================
9
9
 
10
10
  @_sap_m_SearchField_Height: 2.75rem;
11
- @_sap_m_SearchField_FormHeight: 2.25rem;
12
11
  @_sap_m_SearchField_ButtonSize: 2.25rem;
13
12
  @_sap_m_SearchField_ButtonFontSize: 1rem;
14
13
  @_sap_m_SearchField_Compact_FormPaddingLeft: 0.5rem;
@@ -57,7 +56,6 @@
57
56
  }
58
57
 
59
58
  .sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
60
- box-shadow: @sapUiContentInteractionShadow;
61
59
  background-color: @sapUiFieldHoverBackground;
62
60
  }
63
61
 
@@ -11,6 +11,26 @@
11
11
  border-radius: 0.365rem;
12
12
  }
13
13
 
14
+ /* arrow styles*/
15
+
16
+ .sapMSlt > .sapMSltArrow {
17
+ line-height: 2.25rem;
18
+ }
19
+
20
+ .sapUiSizeCompact .sapMSlt > .sapMSltArrow {
21
+ line-height: 1.625rem;
22
+ }
23
+
24
+ .sapMSltArrow {
25
+ width: 2.25rem;
26
+ height: 2.25rem;
27
+ }
28
+
29
+ .sapUiSizeCompact .sapMSltArrow {
30
+ width: 2rem;
31
+ height: 1.625rem;
32
+ }
33
+
14
34
  /* hover and focus */
15
35
 
16
36
  .sapMSlt.sapMSltIconOnly.sapMSltHoverable:hover:not(.sapMSltState) {