@openui5/themelib_sap_horizon 1.132.1 → 1.133.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.
- package/.reuse/dep5 +2 -2
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +54 -66
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/Button.less +11 -0
- package/src/sap/m/themes/sap_horizon/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon/Select.less +174 -174
- package/src/sap/m/themes/sap_horizon/SlideTile.less +43 -36
- package/src/sap/m/themes/sap_horizon/Slider.less +38 -33
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +8 -8
- package/src/sap/m/themes/sap_horizon/SplitButton.less +1 -2
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +9 -5
- package/src/sap/m/themes/sap_horizon/Token.less +1 -2
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Button.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +17 -1
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Select.less +175 -173
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +42 -36
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +37 -32
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +9 -9
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +1 -2
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_dark/Token.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -30
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +27 -19
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -29
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +28 -21
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +36 -35
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +11 -13
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +10 -7
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +17 -8
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +17 -8
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +17 -9
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +17 -9
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +56 -21
- package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +56 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +0 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +0 -5
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +63 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +0 -5
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_CollapsedWidth:
|
|
7
|
-
@_sap_tnt_NavigationList_IconFontSize: 1.125rem;
|
|
6
|
+
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
8
7
|
@_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
|
|
9
|
-
@_sap_tnt_NavigationList_ItemHeight: 2.
|
|
8
|
+
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
10
9
|
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
|
|
11
10
|
@_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
|
|
12
11
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
|
|
@@ -15,14 +14,18 @@
|
|
|
15
14
|
@_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
|
|
16
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
17
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
18
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
|
|
17
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
18
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
19
19
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
20
20
|
@_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
|
|
21
21
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
22
22
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
23
|
+
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
24
|
+
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
25
|
+
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
23
26
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
24
|
-
@_sap_tnt_NavigationList_Padding: 0.5rem;
|
|
25
|
-
@
|
|
27
|
+
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
28
|
+
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
26
29
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
27
30
|
@_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
|
|
28
31
|
@_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
|
|
@@ -31,11 +34,16 @@
|
|
|
31
34
|
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
32
35
|
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
36
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
34
|
-
@_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
|
|
35
37
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
36
38
|
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
37
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
38
40
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
39
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
40
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact:
|
|
42
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
|
|
43
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
44
|
+
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
45
|
+
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
46
|
+
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
47
|
+
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.5rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_SideNavigation_Width: 16rem;
|
|
7
|
-
@_sap_tnt_SideNavigation_CollapsedWidth:
|
|
7
|
+
@_sap_tnt_SideNavigation_CollapsedWidth: 4rem;
|
|
8
|
+
@_sap_tnt_SideNavigation_NavigationSeparatorMargin: 0.25rem 0.5rem 0.25rem 0.5rem;
|
|
8
9
|
@_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
|
|
9
10
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
10
11
|
@_sap_tnt_SideNavigation_BoxShadow: var(--sapContent_Shadow0);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiShellPositiveColor; //#97dd40
|
|
14
14
|
@_sap_ui_rta_Toolbar_Adaptation_FocusOutlineColor: @sapUiContentFocusColor; //#9ad3ff
|
|
15
15
|
@_sap_ui_rta_Toolbar_Adaptation_VersionListBackgroundColor: @sapUiShellBorderColor; //#1d232a
|
|
16
|
+
@_sap_ui_rta_Toolbar_Adaptation_BtnHoverTextColor: @sapUiButtonLiteHoverTextColor; //#4db1ff
|
|
16
17
|
|
|
17
18
|
.sapUiRtaMode {
|
|
18
19
|
.sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
|
|
@@ -134,6 +135,12 @@
|
|
|
134
135
|
}
|
|
135
136
|
}
|
|
136
137
|
|
|
138
|
+
.sapUiRtaVersionButton.sapUiRtaVersionColor:hover {
|
|
139
|
+
> span.sapMBtnHoverable.sapMBtnTransparent > span.sapMBtnIcon,
|
|
140
|
+
> span > span > bdi {
|
|
141
|
+
color: @_sap_ui_rta_Toolbar_Adaptation_BtnHoverTextColor;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
137
144
|
}
|
|
138
145
|
.sapUiRtaVersionHistory {
|
|
139
146
|
.sapMLIB:not(:hover) {
|
|
@@ -179,6 +179,36 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
179
179
|
color: @sapUiBaseText;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
.sapUiCalYearPicker,
|
|
183
|
+
.sapUiCalMonthPicker {
|
|
184
|
+
.sapUiCalItem {
|
|
185
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
186
|
+
outline-offset: -0.125rem;
|
|
187
|
+
background: @sapUiButtonLiteBackground;
|
|
188
|
+
color: @sapUiButtonLiteTextColor;
|
|
189
|
+
|
|
190
|
+
&:hover {
|
|
191
|
+
outline: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
192
|
+
color: @sapUiButtonLiteHoverTextColor;
|
|
193
|
+
|
|
194
|
+
&.sapUiCalItemSel,
|
|
195
|
+
&.sapUiCalItemSelBetween,
|
|
196
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd) {
|
|
197
|
+
outline: 0.0625rem solid @sapUiButtonSelectedHoverBorderColor;
|
|
198
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiCalItemSel,
|
|
203
|
+
&.sapUiCalItemSelBetween,
|
|
204
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(:hover) {
|
|
205
|
+
outline: 0.0625rem solid @sapUiButtonSelectedBorderColor;
|
|
206
|
+
background: @sapUiButtonSelectedBackground;
|
|
207
|
+
color: @sapUiButtonSelectedTextColor;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
182
212
|
/* make outline for days on number to prevent it around week number */
|
|
183
213
|
/* hide outline for all devices, but enable later for desktop */
|
|
184
214
|
.sapUiCalItem:focus {
|
|
@@ -186,27 +216,38 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
186
216
|
overflow: hidden;
|
|
187
217
|
}
|
|
188
218
|
|
|
189
|
-
html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):focus:not(:hover) {
|
|
190
|
-
background-color: @sapUiLegendWorkingBackground;
|
|
191
|
-
}
|
|
192
219
|
|
|
193
220
|
html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
|
|
194
221
|
outline-offset: -0.45rem;
|
|
195
222
|
}
|
|
196
223
|
|
|
197
|
-
html.sap-desktop
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
224
|
+
html.sap-desktop {
|
|
225
|
+
.sapUiCalMonthPicker,
|
|
226
|
+
.sapUiCalYearPicker {
|
|
227
|
+
.sapUiCalItem {
|
|
228
|
+
&:focus::before {
|
|
229
|
+
content: '';
|
|
230
|
+
position: absolute;
|
|
231
|
+
box-sizing: border-box;
|
|
232
|
+
left: 0.125rem;
|
|
233
|
+
top: 0.125rem;
|
|
234
|
+
right: 0.125rem;
|
|
235
|
+
bottom: 0.125rem;
|
|
236
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
237
|
+
border-radius: 0.375rem;
|
|
238
|
+
}
|
|
201
239
|
|
|
202
|
-
|
|
203
|
-
|
|
240
|
+
&.sapUiCalItemSel,
|
|
241
|
+
&.sapUiCalItemSelBetween {
|
|
242
|
+
&:focus:not(:hover) {
|
|
243
|
+
background: @sapUiButtonSelectedBackground;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
204
248
|
}
|
|
205
249
|
|
|
206
|
-
html.sap-desktop .
|
|
207
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
|
|
208
|
-
outline-color: @sapUiContentSelectedTextColor;
|
|
209
|
-
background-color: @sapUiContentSelectedBackground;
|
|
250
|
+
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
210
251
|
color: @sapUiContentSelectedTextColor;
|
|
211
252
|
}
|
|
212
253
|
|
|
@@ -583,17 +624,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
583
624
|
|
|
584
625
|
.sapUiCalMonthPicker,
|
|
585
626
|
.sapUiCalYearPicker {
|
|
586
|
-
.sapUiCalItem {
|
|
587
|
-
color: @sapUiButtonLiteTextColor;
|
|
588
|
-
}
|
|
589
|
-
.sapUiCalItem.sapUiCalItemSel {
|
|
590
|
-
font-family: @sapFontBoldFamily;
|
|
591
|
-
}
|
|
592
627
|
.sapUiCalItem.sapUiCalItemDsbl {
|
|
593
628
|
opacity: @sapUiContentDisabledOpacity;
|
|
594
629
|
}
|
|
595
630
|
.sapUiCalItem:focus {
|
|
596
|
-
line-height: 2.
|
|
631
|
+
line-height: 2.875rem;
|
|
597
632
|
}
|
|
598
633
|
}
|
|
599
634
|
|
|
@@ -601,7 +636,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
601
636
|
.sapUiCalMonthPicker,
|
|
602
637
|
.sapUiCalYearPicker {
|
|
603
638
|
.sapUiCalItem:focus {
|
|
604
|
-
line-height: 1.
|
|
639
|
+
line-height: 1.875rem;
|
|
605
640
|
}
|
|
606
641
|
}
|
|
607
642
|
}
|
|
@@ -107,10 +107,6 @@
|
|
|
107
107
|
line-height: 2.75rem;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.sapUiColorPicker-ColorPickerMatrix.sapUnifiedColorPicker .sapUiColorPicker-ColorPickerCircle:after {
|
|
111
|
-
border-color: @sapUiFieldBorderColor;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
110
|
.sapUnifiedColorPicker .sapMSliderInner:not(.sapMSliderInnerDisabled):hover .sapMSliderHandle {
|
|
115
111
|
background: @sapUiButtonBackground;
|
|
116
112
|
border-color: darken(@sapUiFieldBorderColor, 15);
|
|
@@ -179,6 +179,36 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
179
179
|
color: @sapUiBaseText;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
.sapUiCalYearPicker,
|
|
183
|
+
.sapUiCalMonthPicker {
|
|
184
|
+
.sapUiCalItem {
|
|
185
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
186
|
+
outline-offset: -0.125rem;
|
|
187
|
+
background: @sapUiButtonLiteBackground;
|
|
188
|
+
color: @sapUiButtonLiteTextColor;
|
|
189
|
+
|
|
190
|
+
&:hover {
|
|
191
|
+
outline: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
192
|
+
color: @sapUiButtonLiteHoverTextColor;
|
|
193
|
+
|
|
194
|
+
&.sapUiCalItemSel,
|
|
195
|
+
&.sapUiCalItemSelBetween,
|
|
196
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd) {
|
|
197
|
+
outline: 0.0625rem solid @sapUiButtonSelectedHoverBorderColor;
|
|
198
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&.sapUiCalItemSel,
|
|
203
|
+
&.sapUiCalItemSelBetween,
|
|
204
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(:hover) {
|
|
205
|
+
outline: 0.0625rem solid @sapUiButtonSelectedBorderColor;
|
|
206
|
+
background: @sapUiButtonSelectedBackground;
|
|
207
|
+
color: @sapUiButtonSelectedTextColor;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
182
212
|
/* make outline for days on number to prevent it around week number */
|
|
183
213
|
/* hide outline for all devices, but enable later for desktop */
|
|
184
214
|
.sapUiCalItem:focus {
|
|
@@ -186,27 +216,37 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
186
216
|
overflow: hidden;
|
|
187
217
|
}
|
|
188
218
|
|
|
189
|
-
html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):focus:not(:hover) {
|
|
190
|
-
background-color: @sapUiLegendWorkingBackground;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
219
|
html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
|
|
194
220
|
outline-offset: -0.45rem;
|
|
195
221
|
}
|
|
196
222
|
|
|
197
|
-
html.sap-desktop
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
223
|
+
html.sap-desktop {
|
|
224
|
+
.sapUiCalMonthPicker,
|
|
225
|
+
.sapUiCalYearPicker {
|
|
226
|
+
.sapUiCalItem {
|
|
227
|
+
&:focus::before {
|
|
228
|
+
content: '';
|
|
229
|
+
position: absolute;
|
|
230
|
+
box-sizing: border-box;
|
|
231
|
+
left: 0.125rem;
|
|
232
|
+
top: 0.125rem;
|
|
233
|
+
right: 0.125rem;
|
|
234
|
+
bottom: 0.125rem;
|
|
235
|
+
border: 0.125rem solid @sapUiContentFocusColor;
|
|
236
|
+
border-radius: 0.375rem;
|
|
237
|
+
}
|
|
201
238
|
|
|
202
|
-
|
|
203
|
-
|
|
239
|
+
&.sapUiCalItemSel,
|
|
240
|
+
&.sapUiCalItemSelBetween {
|
|
241
|
+
&:focus:not(:hover) {
|
|
242
|
+
background: @sapUiButtonSelectedBackground;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
204
247
|
}
|
|
205
248
|
|
|
206
|
-
html.sap-desktop .
|
|
207
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
|
|
208
|
-
outline-color: @sapUiContentSelectedTextColor;
|
|
209
|
-
background-color: @sapUiContentSelectedBackground;
|
|
249
|
+
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
210
250
|
color: @sapUiContentSelectedTextColor;
|
|
211
251
|
}
|
|
212
252
|
|
|
@@ -583,17 +623,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
583
623
|
|
|
584
624
|
.sapUiCalMonthPicker,
|
|
585
625
|
.sapUiCalYearPicker {
|
|
586
|
-
.sapUiCalItem {
|
|
587
|
-
color: @sapUiButtonLiteTextColor;
|
|
588
|
-
}
|
|
589
|
-
.sapUiCalItem.sapUiCalItemSel {
|
|
590
|
-
font-family: @sapFontBoldFamily;
|
|
591
|
-
}
|
|
592
626
|
.sapUiCalItem.sapUiCalItemDsbl {
|
|
593
627
|
opacity: @sapUiContentDisabledOpacity;
|
|
594
628
|
}
|
|
595
629
|
.sapUiCalItem:focus {
|
|
596
|
-
line-height: 2.
|
|
630
|
+
line-height: 2.875rem;
|
|
597
631
|
}
|
|
598
632
|
}
|
|
599
633
|
|
|
@@ -601,7 +635,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
601
635
|
.sapUiCalMonthPicker,
|
|
602
636
|
.sapUiCalYearPicker {
|
|
603
637
|
.sapUiCalItem:focus {
|
|
604
|
-
line-height: 1.
|
|
638
|
+
line-height: 1.875rem;
|
|
605
639
|
}
|
|
606
640
|
}
|
|
607
641
|
}
|
|
@@ -107,10 +107,6 @@
|
|
|
107
107
|
line-height: 2.75rem;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.sapUiColorPicker-ColorPickerMatrix.sapUnifiedColorPicker .sapUiColorPicker-ColorPickerCircle:after {
|
|
111
|
-
border-color: @sapUiFieldBorderColor;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
110
|
.sapUnifiedColorPicker .sapMSliderInner:not(.sapMSliderInnerDisabled):hover .sapMSliderHandle {
|
|
115
111
|
background: @sapUiButtonBackground;
|
|
116
112
|
border-color: darken(@sapUiFieldBorderColor, 15);
|
|
@@ -144,6 +144,36 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
144
144
|
color: @sapUiBaseText;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
+
.sapUiCalYearPicker,
|
|
148
|
+
.sapUiCalMonthPicker {
|
|
149
|
+
.sapUiCalItem {
|
|
150
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
151
|
+
outline-offset: -0.125rem;
|
|
152
|
+
background: @sapUiButtonLiteBackground;
|
|
153
|
+
color: @sapUiButtonLiteTextColor;
|
|
154
|
+
|
|
155
|
+
&:hover {
|
|
156
|
+
outline: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
157
|
+
color: @sapUiButtonLiteHoverTextColor;
|
|
158
|
+
|
|
159
|
+
&.sapUiCalItemSel,
|
|
160
|
+
&.sapUiCalItemSelBetween,
|
|
161
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd) {
|
|
162
|
+
outline: 0.0625rem solid @sapUiButtonSelectedHoverBorderColor;
|
|
163
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiCalItemSel,
|
|
168
|
+
&.sapUiCalItemSelBetween,
|
|
169
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(:hover) {
|
|
170
|
+
outline: 0.0625rem solid @sapUiButtonSelectedBorderColor;
|
|
171
|
+
background: @sapUiButtonSelectedBackground;
|
|
172
|
+
color: @sapUiButtonSelectedTextColor;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
147
177
|
/* make outline for days on number to prevent it around week number */
|
|
148
178
|
/* hide outline for all devices, but enable later for desktop */
|
|
149
179
|
.sapUiCalItem:focus {
|
|
@@ -151,27 +181,44 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
151
181
|
overflow: visible;
|
|
152
182
|
}
|
|
153
183
|
|
|
154
|
-
html.sap-desktop .sapUiCalItem:not(.sapUiCalItemSel):not(.sapUiCalItemWeekEnd):focus {
|
|
155
|
-
background-color: @sapUiLegendWorkingBackground;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
184
|
html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
|
|
159
185
|
outline-offset: -0.45rem;
|
|
160
186
|
}
|
|
161
187
|
|
|
162
|
-
html.sap-desktop
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
188
|
+
html.sap-desktop {
|
|
189
|
+
.sapUiCalMonthPicker,
|
|
190
|
+
.sapUiCalYearPicker {
|
|
191
|
+
.sapUiCalItem {
|
|
192
|
+
&:focus::before {
|
|
193
|
+
content: '';
|
|
194
|
+
position: absolute;
|
|
195
|
+
box-sizing: border-box;
|
|
196
|
+
left: 0.125rem;
|
|
197
|
+
top: 0.125rem;
|
|
198
|
+
right: 0.125rem;
|
|
199
|
+
bottom: 0.125rem;
|
|
200
|
+
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
201
|
+
border-radius: 0.375rem;
|
|
202
|
+
}
|
|
166
203
|
|
|
167
|
-
|
|
168
|
-
|
|
204
|
+
&:focus {
|
|
205
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
&.sapUiCalItemSel,
|
|
209
|
+
&.sapUiCalItemSelBetween {
|
|
210
|
+
&:focus:not(:hover) {
|
|
211
|
+
background: @sapUiButtonSelectedBackground;
|
|
212
|
+
}
|
|
213
|
+
&:focus:hover {
|
|
214
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
169
219
|
}
|
|
170
220
|
|
|
171
|
-
html.sap-desktop .
|
|
172
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
|
|
173
|
-
outline-color: @sapUiContentSelectedTextColor;
|
|
174
|
-
background-color: @sapUiContentSelectedBackground;
|
|
221
|
+
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
175
222
|
color: @sapUiContentSelectedTextColor;
|
|
176
223
|
}
|
|
177
224
|
|
|
@@ -415,17 +462,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
415
462
|
|
|
416
463
|
.sapUiCalMonthPicker,
|
|
417
464
|
.sapUiCalYearPicker {
|
|
418
|
-
.sapUiCalItem {
|
|
419
|
-
color: @sapUiButtonLiteTextColor;
|
|
420
|
-
}
|
|
421
|
-
.sapUiCalItem.sapUiCalItemSel {
|
|
422
|
-
font-family: @sapFontBoldFamily;
|
|
423
|
-
}
|
|
424
465
|
.sapUiCalItem.sapUiCalItemDsbl {
|
|
425
466
|
opacity: @sapUiContentDisabledOpacity;
|
|
426
467
|
}
|
|
427
468
|
.sapUiCalItem:focus {
|
|
428
|
-
line-height: 2.
|
|
469
|
+
line-height: 2.875rem;
|
|
429
470
|
}
|
|
430
471
|
}
|
|
431
472
|
|
|
@@ -433,7 +474,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
433
474
|
.sapUiCalMonthPicker,
|
|
434
475
|
.sapUiCalYearPicker {
|
|
435
476
|
.sapUiCalItem:focus {
|
|
436
|
-
line-height: 1.
|
|
477
|
+
line-height: 1.875rem;
|
|
437
478
|
}
|
|
438
479
|
}
|
|
439
480
|
}
|
|
@@ -131,10 +131,6 @@
|
|
|
131
131
|
line-height: 2.75rem;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.sapUiColorPicker-ColorPickerMatrix.sapUnifiedColorPicker .sapUiColorPicker-ColorPickerCircle:after {
|
|
135
|
-
border-color: @sapUiFieldBorderColor;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
134
|
.sapUiColorPicker-ColorPickerMatrix {
|
|
139
135
|
&.sapUnifiedColorPicker{
|
|
140
136
|
.sapUiColorPicker-ColorPickerCircle {
|
|
@@ -143,7 +139,6 @@
|
|
|
143
139
|
&:after {
|
|
144
140
|
width: 5px;
|
|
145
141
|
height: 5px;
|
|
146
|
-
border: 0.125rem solid @sapUiFieldBackground;
|
|
147
142
|
}
|
|
148
143
|
}
|
|
149
144
|
}
|
|
@@ -144,6 +144,36 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
144
144
|
color: @sapUiBaseText;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
+
.sapUiCalYearPicker,
|
|
148
|
+
.sapUiCalMonthPicker {
|
|
149
|
+
.sapUiCalItem {
|
|
150
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
151
|
+
outline-offset: -0.125rem;
|
|
152
|
+
background: @sapUiButtonLiteBackground;
|
|
153
|
+
color: @sapUiButtonLiteTextColor;
|
|
154
|
+
|
|
155
|
+
&:hover {
|
|
156
|
+
outline: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
|
|
157
|
+
color: @sapUiButtonLiteHoverTextColor;
|
|
158
|
+
|
|
159
|
+
&.sapUiCalItemSel,
|
|
160
|
+
&.sapUiCalItemSelBetween,
|
|
161
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd) {
|
|
162
|
+
outline: 0.0625rem solid @sapUiButtonSelectedHoverBorderColor;
|
|
163
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&.sapUiCalItemSel,
|
|
168
|
+
&.sapUiCalItemSelBetween,
|
|
169
|
+
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween):not(:hover) {
|
|
170
|
+
outline: 0.0625rem solid @sapUiButtonSelectedBorderColor;
|
|
171
|
+
background: @sapUiButtonSelectedBackground;
|
|
172
|
+
color: @sapUiButtonSelectedTextColor;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
147
177
|
/* make outline for days on number to prevent it around week number */
|
|
148
178
|
/* hide outline for all devices, but enable later for desktop */
|
|
149
179
|
.sapUiCalItem:focus {
|
|
@@ -151,30 +181,47 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:active {
|
|
|
151
181
|
overflow: visible;
|
|
152
182
|
}
|
|
153
183
|
|
|
154
|
-
html.sap-desktop
|
|
155
|
-
|
|
184
|
+
html.sap-desktop {
|
|
185
|
+
.sapUiCalMonthPicker,
|
|
186
|
+
.sapUiCalYearPicker {
|
|
187
|
+
.sapUiCalItem {
|
|
188
|
+
&:focus::before {
|
|
189
|
+
content: '';
|
|
190
|
+
position: absolute;
|
|
191
|
+
box-sizing: border-box;
|
|
192
|
+
left: 0.125rem;
|
|
193
|
+
top: 0.125rem;
|
|
194
|
+
right: 0.125rem;
|
|
195
|
+
bottom: 0.125rem;
|
|
196
|
+
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
197
|
+
border-radius: 0.375rem;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
&:focus {
|
|
201
|
+
outline: 0.0625rem solid @sapUiButtonLiteBorderColor;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&.sapUiCalItemSel,
|
|
205
|
+
&.sapUiCalItemSelBetween {
|
|
206
|
+
&:focus:not(:hover) {
|
|
207
|
+
background: @sapUiButtonSelectedBackground;
|
|
208
|
+
}
|
|
209
|
+
&:focus:hover {
|
|
210
|
+
background: @sapUiButtonSelectedHoverBackground;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
156
215
|
}
|
|
157
216
|
|
|
158
217
|
html.sap-desktop .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween):not(.sapUiCalItemSelStart):not(.sapUiCalItemSelEnd):focus > .sapUiCalItemText{
|
|
159
218
|
outline-offset: -0.45rem;
|
|
160
219
|
}
|
|
161
220
|
|
|
162
|
-
html.sap-desktop .sapUiCalMonthPicker .sapUiCalItem:focus,
|
|
163
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItem:focus {
|
|
164
|
-
border: 0.125rem dotted @sapUiContentFocusColor;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
221
|
html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalItemText {
|
|
168
222
|
color: @sapUiContentSelectedTextColor;
|
|
169
223
|
}
|
|
170
224
|
|
|
171
|
-
html.sap-desktop .sapUiCalMonthPicker .sapUiCalItemSel:focus,
|
|
172
|
-
html.sap-desktop .sapUiCalYearPicker .sapUiCalItemSel:focus {
|
|
173
|
-
outline-color: @sapUiContentSelectedTextColor;
|
|
174
|
-
background-color: @sapUiContentSelectedBackground;
|
|
175
|
-
color: @sapUiContentSelectedTextColor;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
225
|
html.sap-desktop .sapUiSizeCompact .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetween):focus > .sapUiCalDayName {
|
|
179
226
|
outline-color: @sapUiContentContrastFocusColor;
|
|
180
227
|
}
|
|
@@ -415,17 +462,11 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
415
462
|
|
|
416
463
|
.sapUiCalMonthPicker,
|
|
417
464
|
.sapUiCalYearPicker {
|
|
418
|
-
.sapUiCalItem {
|
|
419
|
-
color: @sapUiButtonLiteTextColor;
|
|
420
|
-
}
|
|
421
|
-
.sapUiCalItem.sapUiCalItemSel {
|
|
422
|
-
font-family: @sapFontBoldFamily;
|
|
423
|
-
}
|
|
424
465
|
.sapUiCalItem.sapUiCalItemDsbl {
|
|
425
466
|
opacity: @sapUiContentDisabledOpacity;
|
|
426
467
|
}
|
|
427
468
|
.sapUiCalItem:focus {
|
|
428
|
-
line-height: 2.
|
|
469
|
+
line-height: 2.875rem;
|
|
429
470
|
}
|
|
430
471
|
}
|
|
431
472
|
|
|
@@ -433,7 +474,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
433
474
|
.sapUiCalMonthPicker,
|
|
434
475
|
.sapUiCalYearPicker {
|
|
435
476
|
.sapUiCalItem:focus {
|
|
436
|
-
line-height: 1.
|
|
477
|
+
line-height: 1.875rem;
|
|
437
478
|
}
|
|
438
479
|
}
|
|
439
480
|
}
|