@openui5/themelib_sap_horizon 1.120.7 → 1.121.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 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -7,52 +7,90 @@
|
|
|
7
7
|
.sapMBreadcrumbsCurrentLocation {
|
|
8
8
|
&:focus {
|
|
9
9
|
outline: none;
|
|
10
|
-
box-shadow:
|
|
10
|
+
box-shadow: 0 0 0 0.125rem @sapUiContentFocusColor;
|
|
11
11
|
border-radius: 0.25rem;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState),
|
|
16
|
+
.sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
|
|
15
17
|
outline-offset: 0;
|
|
16
18
|
}
|
|
17
19
|
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
color: @sapUiLink;
|
|
22
|
-
padding-bottom: 0.0625rem;
|
|
23
|
-
speak: none;
|
|
24
|
-
}
|
|
20
|
+
.sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
|
|
21
|
+
&>.sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
|
|
22
|
+
box-shadow: none;
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
// Default styles
|
|
25
|
+
.sapMSltIcon {
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
gap: 0.2rem;
|
|
31
29
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
&::before,
|
|
31
|
+
&::after {
|
|
32
|
+
border-bottom: none;
|
|
33
|
+
}
|
|
36
34
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
&::before {
|
|
36
|
+
content: "••• ";
|
|
37
|
+
font-family: @sapUiFontLightFamily;
|
|
38
|
+
}
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
&::after {
|
|
41
|
+
content: "\e1ef";
|
|
42
|
+
font-family: @sapUiContentIconFontFamily;
|
|
43
|
+
font-size: @sapMFontMediumSize;
|
|
44
|
+
color: @sapUiLink;
|
|
45
|
+
speak: none;
|
|
46
|
+
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
// Custom underline element
|
|
50
|
+
// In order to prevent issues with centering the content
|
|
51
|
+
&::after {
|
|
52
|
+
content: '';
|
|
53
|
+
display: block;
|
|
54
|
+
position: relative;
|
|
55
|
+
width: 90%;
|
|
56
|
+
height: 0.0625rem;
|
|
57
|
+
margin: -0.12rem auto 0 0.15rem;
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// States
|
|
62
|
+
&:hover,
|
|
63
|
+
&.sapMSltFocused {
|
|
64
|
+
background-color: @sapUiContentFocusColor;
|
|
65
|
+
|
|
66
|
+
&::after {
|
|
67
|
+
background-color: @sapUiContentContrastFocusColor;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sapMSltIcon::before,
|
|
71
|
+
.sapMSltIcon::after {
|
|
72
|
+
color: @sapUiContentContrastFocusColor;
|
|
73
|
+
border-bottom: none;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:active {
|
|
77
|
+
background-color: transparent;
|
|
78
|
+
|
|
79
|
+
&::after {
|
|
80
|
+
background-color: transparent;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMSltIcon::before,
|
|
84
|
+
.sapMSltIcon::after {
|
|
85
|
+
color: @sapUiLink;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
51
88
|
}
|
|
52
89
|
|
|
53
|
-
.
|
|
54
|
-
|
|
55
|
-
|
|
90
|
+
&:hover.sapMSltFocused:not(:active) {
|
|
91
|
+
&::after {
|
|
92
|
+
background-color: @sapUiContentFocusColor;
|
|
93
|
+
}
|
|
56
94
|
}
|
|
57
95
|
}
|
|
58
96
|
}
|
|
@@ -10,20 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.sapMBtnEmphasized {
|
|
13
|
-
font-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive),
|
|
17
|
-
span.sapMBtnInner.sapMBtnEmphasized {
|
|
18
|
-
text-shadow: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive) {
|
|
22
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
23
|
-
font-weight: @sapUiButtonEmphasizedFontWeight;
|
|
24
|
-
.sapMBtnIcon {
|
|
25
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
26
|
-
}
|
|
13
|
+
font-family: @sapUiFontBoldFamily;
|
|
27
14
|
}
|
|
28
15
|
|
|
29
16
|
.sapMIBar-CTX .sapMBarLeft .sapMBtn:hover {
|
|
@@ -43,12 +30,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
43
30
|
position: relative;
|
|
44
31
|
border-radius: @sapUiButtonBorderCornerRadius;
|
|
45
32
|
text-shadow: none;
|
|
46
|
-
&.sapMBtnCritical,
|
|
47
|
-
&.sapMBtnNegative,
|
|
48
|
-
&.sapMBtnSuccess,
|
|
49
|
-
&.sapMBtnNeutral {
|
|
50
|
-
font-weight: bold;
|
|
51
|
-
}
|
|
52
33
|
}
|
|
53
34
|
|
|
54
35
|
/* ------------------- */
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
21
21
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
22
22
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
23
|
-
@_sap_m_Carousel_ContentArrowBoxShadow: @
|
|
24
|
-
@_sap_m_Carousel_BulletInactiveBackground: @
|
|
25
|
-
@_sap_m_Carousel_BulletInactiveBorderColor: @
|
|
26
|
-
@_sap_m_Carousel_BulletActiveBackground: @
|
|
27
|
-
@_sap_m_Carousel_BulletActiveBorder: @
|
|
23
|
+
@_sap_m_Carousel_ContentArrowBoxShadow: @sapUiContentShadow1;
|
|
24
|
+
@_sap_m_Carousel_BulletInactiveBackground: @sapUiContentForegroundBorderColor;
|
|
25
|
+
@_sap_m_Carousel_BulletInactiveBorderColor: @sapUiContentForegroundBorderColor;
|
|
26
|
+
@_sap_m_Carousel_BulletActiveBackground: @sapUiContentSelectedForegroundColor;
|
|
27
|
+
@_sap_m_Carousel_BulletActiveBorder: @sapUiContentSelectedForegroundColor;
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
// Variables overriding
|
|
8
8
|
// ==========================================================================
|
|
9
9
|
|
|
10
|
-
@_sap_m_IconTabBar_TextColor: @
|
|
10
|
+
@_sap_m_IconTabBar_TextColor: @sapUiBaseText;
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
-
@_sap_m_IconTabBar_Separator_Font_Size
|
|
12
|
+
@_sap_m_IconTabBar_Separator_Font_Size: @sapMFontLargeSize;
|
|
13
13
|
@_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
|
|
14
14
|
@_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.5rem;
|
|
15
15
|
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
@_sap_m_IconTab_Bar_Separator_Line: @sapUiGroupTitleBorderColor;
|
|
148
148
|
|
|
149
149
|
// =========== Overflow ===========
|
|
150
|
-
@_sap_m_IconTabBar_Overflow_TextColor: @
|
|
151
|
-
@_sap_m_IconTabBar_Overflow_Icon_Color: @
|
|
150
|
+
@_sap_m_IconTabBar_Overflow_TextColor: @sapUiBaseText;
|
|
151
|
+
@_sap_m_IconTabBar_Overflow_Icon_Color: @sapUiBaseText;
|
|
152
152
|
@_sap_m_IconTabBar_Overflow_BorderColorHover: @sapUiButtonHoverBorderColor;
|
|
153
153
|
@_sap_m_IconTabBar_Overflow_BackgroundColorHover: @sapUiButtonHoverBackground;
|
|
154
154
|
@_sap_m_IconTabBar_Overflow_BoxShadowHover: none;
|
|
155
|
-
@_sap_m_IconTabBar_Overflow_TextColorHover: @
|
|
156
|
-
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @
|
|
155
|
+
@_sap_m_IconTabBar_Overflow_TextColorHover: @sapUiBaseText;
|
|
156
|
+
@_sap_m_IconTabBar_Overflow_Icon_ColorHover: @sapUiBaseText;
|
|
157
157
|
|
|
158
158
|
@_sap_m_IconTabBar_Overflow_BackgroundColorPressed: @sapUiButtonActiveBackground;
|
|
159
159
|
@_sap_m_IconTabBar_Overflow_BorderColorPressed: @sapUiButtonActiveBorderColor;
|
|
@@ -194,15 +194,15 @@
|
|
|
194
194
|
}
|
|
195
195
|
.sapMITBDisabled {
|
|
196
196
|
.sapMITHTextContent {
|
|
197
|
-
color: @
|
|
198
|
-
font-family: @
|
|
199
|
-
font-size: @
|
|
197
|
+
color: @sapUiBaseText;
|
|
198
|
+
font-family: @sapUiFontBoldFamily;
|
|
199
|
+
font-size: @sapMFontMediumSize;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.sapMITBSelected {
|
|
204
204
|
.sapMITBContentArrow::after {
|
|
205
|
-
background: @
|
|
205
|
+
background: @sapUiContentSelectedForegroundColor;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
|
|
@@ -210,8 +210,8 @@
|
|
|
210
210
|
border-right: 0.0625rem solid;
|
|
211
211
|
margin-left: 0.625rem;
|
|
212
212
|
border-color: @_sap_m_IconTabBar_TextColor;
|
|
213
|
-
height:
|
|
214
|
-
margin-top:
|
|
213
|
+
height: 0.625rem;
|
|
214
|
+
margin-top: 1.0625rem;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
.sapMITBFilterExpandBtn:hover .sapMBtnInner {
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
.sapMITHStartOverflow,
|
|
223
223
|
.sapMITHEndOverflow {
|
|
224
224
|
.sapMITBItem {
|
|
225
|
-
color: @
|
|
226
|
-
background: @
|
|
227
|
-
border: 1px solid @
|
|
225
|
+
color: @sapUiButtonTextColor;
|
|
226
|
+
background: @sapUiButtonBackground;
|
|
227
|
+
border: 1px solid @sapUiButtonBorderColor;
|
|
228
228
|
|
|
229
229
|
.sapMITHShowSubItemsIcon {
|
|
230
230
|
color: @sapUiBaseText;
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.sapMITHEndOverflow:hover,
|
|
236
236
|
.sapMITHStartOverflow:hover {
|
|
237
237
|
.sapMITBItem {
|
|
238
|
-
background: @
|
|
238
|
+
background: @sapUiButtonHoverBackground;
|
|
239
239
|
border: 1px solid @_sap_m_IconTabBar_Overflow_BorderColorHover;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
@@ -369,10 +369,10 @@
|
|
|
369
369
|
|
|
370
370
|
.sapMITBNoContentPadding .sapMITBTextOnly {
|
|
371
371
|
.sapMITBFilterExpandBtnSeparator {
|
|
372
|
-
margin-top: 1.
|
|
372
|
+
margin-top: 1.3125rem;
|
|
373
373
|
}
|
|
374
374
|
.sapMBtn {
|
|
375
|
-
margin-top: 0.
|
|
375
|
+
margin-top: 0.4375rem;
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -380,10 +380,10 @@
|
|
|
380
380
|
|
|
381
381
|
.sapMITBFilterDefault.sapMITBSelected {
|
|
382
382
|
.sapMITBText {
|
|
383
|
-
color: @
|
|
383
|
+
color: @sapUiContentSelectedForegroundColor;
|
|
384
384
|
}
|
|
385
385
|
.sapMITBFilterExpandBtnSeparator {
|
|
386
|
-
border-color: @
|
|
386
|
+
border-color: @sapUiContentSelectedForegroundColor;
|
|
387
387
|
}
|
|
388
388
|
.sapMBtnIcon {
|
|
389
389
|
color: @_sap_m_IconTabBar_SelectedTextColor !important;
|
|
@@ -688,13 +688,13 @@
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
.sapMITBCount {
|
|
691
|
-
font-family: @
|
|
692
|
-
font-size: @
|
|
691
|
+
font-family: @sapUiFontBoldFamily;
|
|
692
|
+
font-size: @sapMFontHeader3Size;
|
|
693
693
|
}
|
|
694
694
|
|
|
695
695
|
.sapMITBText {
|
|
696
|
-
font-family: @
|
|
697
|
-
font-size: @
|
|
696
|
+
font-family: @sapUiFontFamily;
|
|
697
|
+
font-size: @sapMFontSmallSize;
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
700
|
|
|
@@ -720,9 +720,9 @@ html.sap-desktop {
|
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.sapMITBFilter .sapMITBCount {
|
|
723
|
-
color: @
|
|
724
|
-
font-family: @
|
|
725
|
-
font-size: @
|
|
723
|
+
color: @sapUiContentLabelColor;
|
|
724
|
+
font-family: @sapUiFontFamily;
|
|
725
|
+
font-size: @sapMFontMediumSize;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.sapMITH.sapUiSizeCompact {
|
|
@@ -810,16 +810,16 @@ html.sap-desktop {
|
|
|
810
810
|
.sapMITHStartOverflow,
|
|
811
811
|
.sapMITHEndOverflow {
|
|
812
812
|
.sapMITBItem {
|
|
813
|
-
border: 1px solid @
|
|
814
|
-
color: @
|
|
813
|
+
border: 1px solid @sapUiButtonBorderColor;
|
|
814
|
+
color: @sapUiShellNavigationTextColor;
|
|
815
815
|
background-color: @sapUiShellInteractiveBackground;
|
|
816
816
|
|
|
817
817
|
.sapMITHShowSubItemsIcon {
|
|
818
|
-
color: @
|
|
818
|
+
color: @sapUiShellNavigationTextColor;
|
|
819
819
|
}
|
|
820
820
|
|
|
821
821
|
&:hover {
|
|
822
|
-
box-shadow: @
|
|
822
|
+
box-shadow: @sapUiContentInteractionShadow;
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
}
|
|
@@ -859,7 +859,7 @@ html.sap-desktop {
|
|
|
859
859
|
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
860
860
|
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
861
861
|
&::after {
|
|
862
|
-
border-color: @
|
|
862
|
+
border-color: @sapUiContentFocusColor !important;
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
865
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
|
|
11
11
|
@_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
|
|
12
12
|
@_sap_m_LightBox_OverlayOpacity: 0.2;
|
|
13
|
-
@_sap_m_LightBox_FontFamily: @
|
|
13
|
+
@_sap_m_LightBox_FontFamily: @sapUiFontHeaderFamily;
|
|
14
14
|
|
|
15
15
|
/* ------------------------------- */
|
|
16
16
|
/* Footer */
|
|
@@ -29,13 +29,6 @@
|
|
|
29
29
|
padding-right: 0rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnReject.sapMBtnActive::after {
|
|
33
|
-
color: @sapUiButtonRejectSelectedTextColor;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnAttention.sapMBtnActive::after {
|
|
37
|
-
color: @sapUiButtonAttentionTextColor;
|
|
38
|
-
}
|
|
39
32
|
|
|
40
33
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
41
34
|
font-size: 1rem;
|
|
@@ -79,6 +72,18 @@
|
|
|
79
72
|
}
|
|
80
73
|
}
|
|
81
74
|
|
|
75
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnReject.sapMBtnActive::after {
|
|
76
|
+
color: @sapUiButtonRejectSelectedTextColor;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnAttention.sapMBtnActive::after {
|
|
80
|
+
color: @sapUiButtonAttentionTextColor;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnAccept.sapMBtnActive::after {
|
|
84
|
+
color: @sapUiButtonAcceptSelectedTextColor;
|
|
85
|
+
}
|
|
86
|
+
|
|
82
87
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
|
|
83
88
|
color: @sapUiButtonNegativeActiveTextColor;
|
|
84
89
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* =================================== */
|
|
2
2
|
/* CSS for control sap.m/ObjectNumber */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMObjectNumberInverted {
|
|
@@ -62,10 +62,10 @@ html.sap-desktop .sapMObjectNumberActive:focus {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
.objectNumberStatusMixIn(@class, @regularBackgroundColor, @regularTextColor,
|
|
66
|
-
@hoverBackgroundColor, @hoverTextColor,
|
|
65
|
+
.objectNumberStatusMixIn(@class, @regularBackgroundColor, @regularTextColor,
|
|
66
|
+
@hoverBackgroundColor, @hoverTextColor,
|
|
67
67
|
@activeBackgroundColor, @activeTextColor,
|
|
68
|
-
@regularTextShadow, @activeTextShadow,
|
|
68
|
+
@regularTextShadow, @activeTextShadow,
|
|
69
69
|
@regularBorderColor, @hoverBorderColor, @activeBorderColor) {
|
|
70
70
|
.sapMObjectNumberInverted.@{class} {
|
|
71
71
|
.sapMObjectNumberText,
|
|
@@ -99,72 +99,72 @@ html.sap-desktop .sapMObjectNumberActive:focus {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.objectNumberStatusMixIn(sapMObjectNumberStatusNone,
|
|
103
|
-
@sapNeutralBackground,
|
|
104
|
-
@sapTextColor,
|
|
105
|
-
@sapUiButtonNeutralHoverBackground,
|
|
106
|
-
@sapUiButtonNeutralHoverTextColor,
|
|
107
|
-
@sapUiButtonNeutralActiveBackground,
|
|
108
|
-
@sapUiButtonActiveTextColor,
|
|
109
|
-
@sapUiContentTextShadow,
|
|
110
|
-
@sapUiContentTextShadow,
|
|
111
|
-
@sapNeutralBorderColor,
|
|
112
|
-
@sapUiButtonNeutralHoverBorderColor,
|
|
102
|
+
.objectNumberStatusMixIn(sapMObjectNumberStatusNone,
|
|
103
|
+
@sapNeutralBackground,
|
|
104
|
+
@sapTextColor,
|
|
105
|
+
@sapUiButtonNeutralHoverBackground,
|
|
106
|
+
@sapUiButtonNeutralHoverTextColor,
|
|
107
|
+
@sapUiButtonNeutralActiveBackground,
|
|
108
|
+
@sapUiButtonActiveTextColor,
|
|
109
|
+
@sapUiContentTextShadow,
|
|
110
|
+
@sapUiContentTextShadow,
|
|
111
|
+
@sapNeutralBorderColor,
|
|
112
|
+
@sapUiButtonNeutralHoverBorderColor,
|
|
113
113
|
@sapUiButtonNeutralActiveBorderColor
|
|
114
114
|
);
|
|
115
115
|
|
|
116
|
-
.objectNumberStatusMixIn(sapMObjectNumberStatusInformation,
|
|
117
|
-
@sapUiButtonInformationBackground,
|
|
118
|
-
@sapUiButtonInformationTextColor,
|
|
119
|
-
@sapUiButtonInformationHoverBackground,
|
|
120
|
-
@sapUiButtonInformationHoverTextColor,
|
|
121
|
-
@sapUiButtonInformationActiveBackground,
|
|
122
|
-
@sapUiButtonSelectedTextColor,
|
|
123
|
-
@sapUiContentTextShadow,
|
|
116
|
+
.objectNumberStatusMixIn(sapMObjectNumberStatusInformation,
|
|
117
|
+
@sapUiButtonInformationBackground,
|
|
118
|
+
@sapUiButtonInformationTextColor,
|
|
119
|
+
@sapUiButtonInformationHoverBackground,
|
|
120
|
+
@sapUiButtonInformationHoverTextColor,
|
|
121
|
+
@sapUiButtonInformationActiveBackground,
|
|
122
|
+
@sapUiButtonSelectedTextColor,
|
|
124
123
|
@sapUiContentTextShadow,
|
|
125
|
-
@
|
|
126
|
-
@
|
|
124
|
+
@sapUiContentTextShadow,
|
|
125
|
+
@sapUiButtonInformationBorderColor,
|
|
126
|
+
@sapUiButtonInformationHoverBorderColor,
|
|
127
127
|
@sapUiButtonInformationActiveBorderColor
|
|
128
128
|
);
|
|
129
129
|
|
|
130
|
-
.objectNumberStatusMixIn(sapMObjectNumberStatusError,
|
|
131
|
-
@sapUiButtonNegativeBackground,
|
|
132
|
-
@sapUiButtonNegativeTextColor,
|
|
133
|
-
@sapUiButtonNegativeHoverBackground,
|
|
134
|
-
@sapUiButtonNegativeHoverTextColor,
|
|
135
|
-
@sapUiButtonNegativeActiveBackground,
|
|
136
|
-
@sapUiButtonRejectSelectedTextColor,
|
|
137
|
-
@sapUiContentContrastTextShadow,
|
|
138
|
-
@sapUiContentTextShadow,
|
|
139
|
-
@sapUiButtonNegativeBorderColor,
|
|
140
|
-
@sapUiButtonNegativeHoverBorderColor,
|
|
130
|
+
.objectNumberStatusMixIn(sapMObjectNumberStatusError,
|
|
131
|
+
@sapUiButtonNegativeBackground,
|
|
132
|
+
@sapUiButtonNegativeTextColor,
|
|
133
|
+
@sapUiButtonNegativeHoverBackground,
|
|
134
|
+
@sapUiButtonNegativeHoverTextColor,
|
|
135
|
+
@sapUiButtonNegativeActiveBackground,
|
|
136
|
+
@sapUiButtonRejectSelectedTextColor,
|
|
137
|
+
@sapUiContentContrastTextShadow,
|
|
138
|
+
@sapUiContentTextShadow,
|
|
139
|
+
@sapUiButtonNegativeBorderColor,
|
|
140
|
+
@sapUiButtonNegativeHoverBorderColor,
|
|
141
141
|
@sapUiButtonNegativeActiveBorderColor
|
|
142
142
|
);
|
|
143
143
|
|
|
144
|
-
.objectNumberStatusMixIn(sapMObjectNumberStatusWarning,
|
|
145
|
-
@sapUiButtonCriticalBackground,
|
|
146
|
-
@sapUiButtonCriticalTextColor,
|
|
147
|
-
@sapUiButtonCriticalHoverBackground,
|
|
148
|
-
@sapUiButtonCriticalHoverTextColor,
|
|
149
|
-
@sapUiButtonCriticalActiveBackground,
|
|
150
|
-
@sapUiButtonAttentionSelectedTextColor,
|
|
151
|
-
@sapUiContentContrastTextShadow,
|
|
152
|
-
@sapUiContentTextShadow,
|
|
153
|
-
@sapUiButtonCriticalBorderColor,
|
|
154
|
-
@sapUiButtonCriticalHoverBorderColor,
|
|
144
|
+
.objectNumberStatusMixIn(sapMObjectNumberStatusWarning,
|
|
145
|
+
@sapUiButtonCriticalBackground,
|
|
146
|
+
@sapUiButtonCriticalTextColor,
|
|
147
|
+
@sapUiButtonCriticalHoverBackground,
|
|
148
|
+
@sapUiButtonCriticalHoverTextColor,
|
|
149
|
+
@sapUiButtonCriticalActiveBackground,
|
|
150
|
+
@sapUiButtonAttentionSelectedTextColor,
|
|
151
|
+
@sapUiContentContrastTextShadow,
|
|
152
|
+
@sapUiContentTextShadow,
|
|
153
|
+
@sapUiButtonCriticalBorderColor,
|
|
154
|
+
@sapUiButtonCriticalHoverBorderColor,
|
|
155
155
|
@sapUiButtonCriticalActiveBorderColor
|
|
156
156
|
);
|
|
157
157
|
|
|
158
|
-
.objectNumberStatusMixIn(sapMObjectNumberStatusSuccess,
|
|
159
|
-
@sapUiButtonSuccessBackground,
|
|
160
|
-
@sapUiButtonSuccessTextColor,
|
|
161
|
-
@sapUiButtonSuccessHoverBackground,
|
|
162
|
-
@sapUiButtonSuccessHoverTextColor,
|
|
163
|
-
@sapUiButtonSuccessActiveBackground,
|
|
164
|
-
@sapUiButtonAcceptSelectedTextColor,
|
|
165
|
-
@sapUiContentContrastTextShadow,
|
|
166
|
-
@sapUiContentTextShadow,
|
|
167
|
-
@sapUiButtonSuccessBorderColor,
|
|
168
|
-
@sapUiButtonSuccessHoverBorderColor,
|
|
158
|
+
.objectNumberStatusMixIn(sapMObjectNumberStatusSuccess,
|
|
159
|
+
@sapUiButtonSuccessBackground,
|
|
160
|
+
@sapUiButtonSuccessTextColor,
|
|
161
|
+
@sapUiButtonSuccessHoverBackground,
|
|
162
|
+
@sapUiButtonSuccessHoverTextColor,
|
|
163
|
+
@sapUiButtonSuccessActiveBackground,
|
|
164
|
+
@sapUiButtonAcceptSelectedTextColor,
|
|
165
|
+
@sapUiContentContrastTextShadow,
|
|
166
|
+
@sapUiContentTextShadow,
|
|
167
|
+
@sapUiButtonSuccessBorderColor,
|
|
168
|
+
@sapUiButtonSuccessHoverBorderColor,
|
|
169
169
|
@sapUiButtonSuccessActiveBorderColor
|
|
170
170
|
);
|