@openui5/themelib_sap_horizon 1.113.0 → 1.115.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 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
- package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
- package/src/sap/m/themes/sap_horizon/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +13 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +2 -5
- package/src/sap/m/themes/sap_horizon/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon/Table.less +0 -21
- package/src/sap/m/themes/sap_horizon/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon/library.source.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +10 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +2 -10
- package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +5 -12
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +9 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +202 -351
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +319 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +134 -28
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +12 -3
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +10 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +10 -1
package/.reuse/dep5
CHANGED
|
@@ -192,11 +192,6 @@ Copyright: 2012 Matteo Spinelli
|
|
|
192
192
|
License: MIT
|
|
193
193
|
Comment: these files belong to: cubiq.org - swipeview
|
|
194
194
|
|
|
195
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
|
|
196
|
-
Copyright: Mobify R&D Inc.
|
|
197
|
-
License: MIT
|
|
198
|
-
Comment: these files belong to: Mobify.js
|
|
199
|
-
|
|
200
195
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js
|
|
201
196
|
Copyright: 2011 Zynga Inc.
|
|
202
197
|
License: MIT
|
package/THIRDPARTY.txt
CHANGED
|
@@ -143,12 +143,6 @@ License: MIT
|
|
|
143
143
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
144
144
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
|
|
145
145
|
|
|
146
|
-
Component: Mobify.js, version: 1.1
|
|
147
|
-
Copyright: Mobify R&D Inc.
|
|
148
|
-
License: MIT
|
|
149
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
150
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
|
|
151
|
-
|
|
152
146
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
153
147
|
Copyright: 2011 Zynga Inc.
|
|
154
148
|
License: MIT
|
|
@@ -478,7 +472,7 @@ License: Apache-2.0
|
|
|
478
472
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
479
473
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
480
474
|
|
|
481
|
-
Component: SAP Theming Base Content, version: 11.
|
|
475
|
+
Component: SAP Theming Base Content, version: 11.3.0
|
|
482
476
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
483
477
|
License: Apache-2.0
|
|
484
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.115.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.115.0",
|
|
18
|
+
"@openui5/sap.m": "1.115.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.115.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.115.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.115.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.115.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.115.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.115.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.115.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.115.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.115.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.115.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.115.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.115.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.115.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.115.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.115.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@_sap_f_Card_HeaderFocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
12
|
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
|
-
@_sap_f_Card_HoverBoxShadow: @
|
|
14
|
-
@_sap_f_Card_Badge_Background: @
|
|
13
|
+
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
15
|
|
|
16
16
|
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
17
17
|
.sapFCard {
|
|
@@ -34,19 +34,13 @@
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
.sapFCardHeader:hover {
|
|
41
|
-
background: @sapUiTileHoverBackground;
|
|
37
|
+
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
38
|
+
&:hover {
|
|
39
|
+
box-shadow: @_sap_f_Card_HoverBoxShadow;
|
|
42
40
|
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent):active {
|
|
46
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
47
41
|
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
&:active {
|
|
43
|
+
box-shadow: @_sap_f_Card_BoxShadow;
|
|
50
44
|
}
|
|
51
45
|
}
|
|
52
46
|
|
|
@@ -4,26 +4,51 @@
|
|
|
4
4
|
/* =========================================== */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
8
|
+
background: @sapUiContentForegroundColor;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
12
|
+
background: @sapUiGroupContentBackground;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
16
|
+
background: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
20
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
21
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
25
|
+
border-right: none;
|
|
26
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
30
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
31
|
+
border-left: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
& > .sapFFCLColumnActive.sapFFCLColumnOnlyActive {
|
|
35
|
+
border-right: none;
|
|
36
|
+
border-left: none;
|
|
37
|
+
}
|
|
13
38
|
}
|
|
39
|
+
|
|
14
40
|
.sapFFCLNavigationButton,
|
|
15
41
|
.sapUiSizeCompact .sapFFCLNavigationButton {
|
|
16
|
-
|
|
17
42
|
// Reflection: styles overwritten
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
43
|
+
.sapMBtnInner {
|
|
44
|
+
height: 1.625rem;
|
|
45
|
+
}
|
|
21
46
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
49
|
+
}
|
|
25
50
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@_sap_f_Card_HeaderFocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
12
|
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
|
-
@_sap_f_Card_HoverBoxShadow: @
|
|
14
|
-
@_sap_f_Card_Badge_Background: @
|
|
13
|
+
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
15
|
|
|
16
16
|
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
17
17
|
.sapFCard {
|
|
@@ -30,19 +30,13 @@
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.sapFCardHeader:hover {
|
|
37
|
-
background: @sapUiTileHoverBackground;
|
|
33
|
+
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
34
|
+
&:hover {
|
|
35
|
+
box-shadow: @_sap_f_Card_HoverBoxShadow;
|
|
38
36
|
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapFCard:not(.sapFCardPreview):not(.sapFCardTransparent):active {
|
|
42
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
43
37
|
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
&:active {
|
|
39
|
+
box-shadow: @_sap_f_Card_BoxShadow;
|
|
46
40
|
}
|
|
47
41
|
}
|
|
48
42
|
|
|
@@ -5,12 +5,38 @@
|
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
7
|
&.sapFFCLBackgroundDesignSolid {
|
|
8
|
-
background: @
|
|
8
|
+
background: @sapUiContentForegroundColor;
|
|
9
9
|
}
|
|
10
|
+
|
|
10
11
|
&.sapFFCLBackgroundDesignTranslucent {
|
|
11
12
|
background: @sapUiGroupContentBackground;
|
|
12
13
|
}
|
|
14
|
+
|
|
15
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
16
|
+
background: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
20
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
21
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
25
|
+
border-right: none;
|
|
26
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
30
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
31
|
+
border-left: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
& > .sapFFCLColumnActive.sapFFCLColumnOnlyActive {
|
|
35
|
+
border-right: none;
|
|
36
|
+
border-left: none;
|
|
37
|
+
}
|
|
13
38
|
}
|
|
39
|
+
|
|
14
40
|
.sapFFCLNavigationButton,
|
|
15
41
|
.sapUiSizeCompact .sapFFCLNavigationButton {
|
|
16
42
|
// Reflection: styles overwritten
|
|
@@ -19,10 +45,10 @@
|
|
|
19
45
|
}
|
|
20
46
|
|
|
21
47
|
&:before {
|
|
22
|
-
|
|
23
|
-
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
49
|
+
}
|
|
24
50
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
53
|
+
}
|
|
28
54
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.
|
|
12
|
+
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
14
14
|
.sapFCardNumericIndicatorsMain {
|
|
15
15
|
.sapMNCValue,
|
|
@@ -5,18 +5,30 @@
|
|
|
5
5
|
|
|
6
6
|
// Cozy mode
|
|
7
7
|
.sapFFCL > {
|
|
8
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
9
|
+
background: @sapUiContentForegroundColor;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
13
|
+
background: @sapUiBaseBG;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
17
|
+
background: @sapUiBaseBG;
|
|
18
|
+
}
|
|
19
|
+
|
|
8
20
|
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
9
|
-
border-left:
|
|
10
|
-
border-right:
|
|
21
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
11
23
|
}
|
|
12
24
|
|
|
13
25
|
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
14
26
|
border-right: none;
|
|
15
|
-
border-left:
|
|
27
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
16
28
|
}
|
|
17
29
|
|
|
18
30
|
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
19
|
-
border-right:
|
|
31
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
20
32
|
border-left: none;
|
|
21
33
|
}
|
|
22
34
|
|
|
@@ -24,16 +36,12 @@
|
|
|
24
36
|
border-right: none;
|
|
25
37
|
border-left: none;
|
|
26
38
|
}
|
|
27
|
-
|
|
28
|
-
&.sapFFCLBackgroundDesign {
|
|
29
|
-
background: @sapUiBaseBG;
|
|
30
|
-
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
.sapFFCL {
|
|
34
42
|
.sapFFCLNavigationButton {
|
|
35
43
|
.sapMBtnInner {
|
|
36
|
-
border:
|
|
44
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
37
45
|
|
|
38
46
|
.sapMBtnIcon {
|
|
39
47
|
width: auto;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapHighlightColor;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.
|
|
12
|
+
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
14
14
|
.sapFCardNumericIndicatorsMain {
|
|
15
15
|
.sapMNCValue,
|
|
@@ -5,18 +5,30 @@
|
|
|
5
5
|
|
|
6
6
|
// Cozy mode
|
|
7
7
|
.sapFFCL > {
|
|
8
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
9
|
+
background: @sapUiContentForegroundColor;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
13
|
+
background: @sapUiBaseBG;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.sapFFCLBackgroundDesignTransparent {
|
|
17
|
+
background: @sapUiBaseBG;
|
|
18
|
+
}
|
|
19
|
+
|
|
8
20
|
& > .sapFFCLColumnMid.sapFFCLColumnActive {
|
|
9
|
-
border-left:
|
|
10
|
-
border-right:
|
|
21
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
22
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
11
23
|
}
|
|
12
24
|
|
|
13
25
|
& > .sapFFCLColumnActive.sapFFCLColumnLastActive {
|
|
14
26
|
border-right: none;
|
|
15
|
-
border-left:
|
|
27
|
+
border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
16
28
|
}
|
|
17
29
|
|
|
18
30
|
& > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
|
|
19
|
-
border-right:
|
|
31
|
+
border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
|
|
20
32
|
border-left: none;
|
|
21
33
|
}
|
|
22
34
|
|
|
@@ -24,16 +36,12 @@
|
|
|
24
36
|
border-right: none;
|
|
25
37
|
border-left: none;
|
|
26
38
|
}
|
|
27
|
-
|
|
28
|
-
&.sapFFCLBackgroundDesign {
|
|
29
|
-
background: @sapUiBaseBG;
|
|
30
|
-
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
.sapFFCL {
|
|
34
42
|
.sapFFCLNavigationButton {
|
|
35
43
|
.sapMBtnInner {
|
|
36
|
-
border:
|
|
44
|
+
border: 0.0625rem solid @sapUiButtonBorderColor;
|
|
37
45
|
|
|
38
46
|
.sapMBtnIcon {
|
|
39
47
|
width: auto;
|
|
@@ -180,7 +180,8 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
|
|
|
180
180
|
border: 0.125rem solid @sapUiContentContrastFocusColor;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
.sapMIBar .sapMBtnInner:not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized):not(.sapMBtnAccept):not(.sapMBtnAttention):not(.sapMBtnReject):not(.sapMBtnActive):not(.sapMBtnGhost)
|
|
183
|
+
.sapMIBar .sapMBtnInner:not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized):not(.sapMBtnAccept):not(.sapMBtnAttention):not(.sapMBtnReject):not(.sapMBtnActive):not(.sapMBtnGhost),
|
|
184
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtnInner:not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized):not(.sapMBtnAccept):not(.sapMBtnAttention):not(.sapMBtnReject):not(.sapMBtnActive):not(.sapMBtnGhost) {
|
|
184
185
|
border-color: @sapUiButtonLiteBorderColor;
|
|
185
186
|
}
|
|
186
187
|
|
|
@@ -198,13 +199,16 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
|
|
|
198
199
|
/* ------------------------------------------------ */
|
|
199
200
|
|
|
200
201
|
.sapMIBar .sapMBtn .sapMBtnInner.sapMBtnDefault,
|
|
201
|
-
.sapMIBar .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon
|
|
202
|
+
.sapMIBar .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon,
|
|
203
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtn .sapMBtnInner.sapMBtnDefault,
|
|
204
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon {
|
|
202
205
|
color: @sapUiButtonLiteTextColor;
|
|
203
206
|
background-color: @sapUiButtonLiteBackground;
|
|
204
207
|
}
|
|
205
208
|
|
|
206
209
|
.sapMIBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault,
|
|
207
|
-
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack
|
|
210
|
+
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack,
|
|
211
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault {
|
|
208
212
|
color: @sapUiButtonLiteTextColor;
|
|
209
213
|
.sapUiIcon {
|
|
210
214
|
color: @sapUiButtonLiteTextColor;
|
|
@@ -212,7 +216,9 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
|
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
.sapMIBar .sapMBtnDefault.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
|
|
215
|
-
.sapMIBar .sapMBtnTransparent.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed)
|
|
219
|
+
.sapMIBar .sapMBtnTransparent.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
|
|
220
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtnDefault.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
|
|
221
|
+
.sapUxAPObjectPageHeaderIdentifierActions .sapMBtnTransparent.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed) {
|
|
216
222
|
border-color: @sapUiButtonLiteBorderColor;
|
|
217
223
|
}
|
|
218
224
|
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.sapMCbBgDis
|
|
36
|
+
.sapMCbBgDis {
|
|
37
37
|
opacity: @sapUiContentDisabledOpacity;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -43,13 +43,16 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
|
|
46
|
-
color: @
|
|
46
|
+
color: @sapUiFieldTextColor;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.
|
|
50
|
-
border: @sapUiFieldBorderWidth
|
|
49
|
+
.sapMCb:not(.sapMCbErr):not(.sapMCbWarn):not(.sapMCbInfo):not(.sapMCbSucc):hover .sapMCbHoverable {
|
|
50
|
+
border: @sapUiFieldBorderWidth solid @sapUiFieldHoverBorderColor;
|
|
51
51
|
color: @sapUiContentSelectedForegroundColor;
|
|
52
|
-
|
|
52
|
+
background-color: @sapUiContentSelectedHoverBackground;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapMCb:hover .sapMCbHoverable {
|
|
53
56
|
background-color: @sapUiFieldHoverBackground;
|
|
54
57
|
}
|
|
55
58
|
|
|
@@ -64,28 +67,18 @@
|
|
|
64
67
|
border-width: 0.1875rem;
|
|
65
68
|
}
|
|
66
69
|
}
|
|
67
|
-
|
|
68
|
-
.sapMCbHoverable:hover {
|
|
69
|
-
box-shadow: @sapUiContentNegativeShadow;
|
|
70
|
-
background-color: @sapUiFieldHoverBackground;
|
|
71
|
-
}
|
|
72
70
|
}
|
|
73
71
|
|
|
74
72
|
.sapMCbWarn {
|
|
75
73
|
.sapMCbBg {
|
|
76
74
|
background-color: @sapUiFieldWarningBackground;
|
|
77
75
|
border: @sapUiFieldWarningBorderWidth solid @sapUiFieldWarningColor;
|
|
78
|
-
color: @
|
|
76
|
+
color: @sapUiFieldWarningColor;
|
|
79
77
|
|
|
80
78
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
81
79
|
border-width: 0.1875rem;
|
|
82
80
|
}
|
|
83
81
|
}
|
|
84
|
-
|
|
85
|
-
.sapMCbHoverable:hover {
|
|
86
|
-
box-shadow: @sapUiContentCriticalShadow;
|
|
87
|
-
background-color: @sapUiFieldHoverBackground;
|
|
88
|
-
}
|
|
89
82
|
}
|
|
90
83
|
|
|
91
84
|
.sapMCbInfo {
|
|
@@ -98,11 +91,6 @@
|
|
|
98
91
|
border-width: 0.1875rem;
|
|
99
92
|
}
|
|
100
93
|
}
|
|
101
|
-
|
|
102
|
-
.sapMCbHoverable:hover {
|
|
103
|
-
box-shadow: @sapUiContentInformativeShadow;
|
|
104
|
-
background-color: @sapUiFieldHoverBackground;
|
|
105
|
-
}
|
|
106
94
|
}
|
|
107
95
|
|
|
108
96
|
.sapMCbSucc {
|
|
@@ -111,11 +99,6 @@
|
|
|
111
99
|
border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
|
|
112
100
|
color: @sapUiFieldSuccessColor;
|
|
113
101
|
}
|
|
114
|
-
|
|
115
|
-
.sapMCbHoverable:hover {
|
|
116
|
-
box-shadow: @sapUiContentPositiveShadow;
|
|
117
|
-
background-color: @sapUiFieldHoverBackground;
|
|
118
|
-
}
|
|
119
102
|
}
|
|
120
103
|
|
|
121
104
|
.sapMCb.sapMCbDisplayOnly:not(.sapMCbBgDis) {
|
|
@@ -192,7 +192,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
|
|
|
192
192
|
/************************************************************/
|
|
193
193
|
|
|
194
194
|
.sapMGTLineMode .sapMGTHdrTxt {
|
|
195
|
-
color: @
|
|
195
|
+
color: @sapTile_TitleTextColor;
|
|
196
196
|
font-size: @sapMFontMediumSize;
|
|
197
197
|
text-shadow: @sapUiShadowText;
|
|
198
198
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
@_sap_m_InputBase_InnerMinWidth: 2.75rem;
|
|
11
11
|
@_sap_m_InputBase_InnerPadding: 0 0.625rem;
|
|
12
|
-
@_sap_m_InputBase_Height: 2.25rem;
|
|
13
12
|
@_sap_m_InputBase_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
14
13
|
@_sap_m_InputBase_IconLineHeight: 2.25rem;
|
|
15
14
|
@_sap_m_InputBase_IconWidth: 2.25rem;
|
|
@@ -17,6 +16,7 @@
|
|
|
17
16
|
@_sap_m_InputBase_IconMinWidth: 2rem;
|
|
18
17
|
@_sap_m_InputBaseWrapper_Sum_Border: 0;
|
|
19
18
|
@_sap_m_InputBase_FocusOffset: 0px;
|
|
19
|
+
@_sap_m_InputBase_FocusOffset_Busy: @_sap_m_InputBase_FocusOffset;
|
|
20
20
|
@_sap_m_InputBase_FocusBorderRadius: 0.25rem;
|
|
21
21
|
|
|
22
22
|
.sapMILI-CTX .sapMInputBaseContentWrapperError,
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
opacity: @sapUiContentDisabledOpacity;
|
|
8
8
|
outline: none;
|
|
9
9
|
cursor: default;
|
|
10
|
-
text-decoration: none;
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
.sapMLnkEmphasized {
|
|
@@ -24,18 +23,10 @@
|
|
|
24
23
|
text-decoration: underline;
|
|
25
24
|
}
|
|
26
25
|
|
|
27
|
-
.sapMLnkSubtle:focus {
|
|
28
|
-
color: @sapUiContentFocusColor;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
26
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
32
27
|
text-shadow: @sapUiContentTextShadow;
|
|
33
28
|
}
|
|
34
29
|
|
|
35
|
-
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl).sapMLnkSubtle {
|
|
36
|
-
text-decoration: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
30
|
/* align Link in Form with Label */
|
|
40
31
|
.sapUiFormEdit .sapMLnk {
|
|
41
32
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
@@ -54,6 +45,7 @@ html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
|
54
45
|
outline: none;
|
|
55
46
|
}
|
|
56
47
|
|
|
57
|
-
html.sap-desktop .sapMLnk:
|
|
48
|
+
html.sap-desktop .sapMLnk:hover:not(:active):not(.sapMLnkDsbl).sapMLnkSubtle,
|
|
49
|
+
html.sap-desktop .sapMLnk:focus:hover:not(:active):not(.sapMLnkDsbl) {
|
|
58
50
|
text-decoration: none;
|
|
59
51
|
}
|
|
@@ -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
|
}
|
|
@@ -53,11 +53,6 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
53
53
|
text-shadow: @sapContent_TextShadow;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
/* temporary workaround of an issue in the icon font */
|
|
57
|
-
.sapMRI .sapUiIcon,
|
|
58
|
-
.sapMRI .sapMImg {
|
|
59
|
-
top: -1px;
|
|
60
|
-
}
|
|
61
56
|
|
|
62
57
|
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
63
58
|
|
|
@@ -65,6 +60,7 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
65
60
|
.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
66
61
|
.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
67
62
|
font-size: 75% !important;
|
|
63
|
+
vertical-align: baseline;
|
|
68
64
|
}
|
|
69
65
|
|
|
70
66
|
.sapUiSizeCompact {
|
|
@@ -75,6 +71,7 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
75
71
|
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
76
72
|
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
77
73
|
font-size: 75% !important;
|
|
74
|
+
vertical-align: baseline;
|
|
78
75
|
}
|
|
79
76
|
|
|
80
77
|
& .sapMRISel,
|