@openui5/themelib_sap_horizon 1.136.1 → 1.138.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.toml +0 -28
- package/THIRDPARTY.txt +1 -25
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +0 -6
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
- package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
- package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
- package/src/sap/m/themes/sap_horizon/Button.less +4 -4
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -2
- package/src/sap/m/themes/sap_horizon/Page.less +10 -7
- package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +26 -18
- 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/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +16 -8
- 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_dark/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +16 -8
- 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_hcb/global.less +4 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +16 -8
- 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/core/themes/sap_horizon_hcw/global.less +4 -0
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
- package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
- package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
- package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
- package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
- package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
*******************************************************************/
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
|
|
5
5
|
|
|
6
|
-
.sapUiDtContextMenu {
|
|
7
|
-
.
|
|
8
|
-
.
|
|
6
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
7
|
+
.sapMMenuList {
|
|
8
|
+
.sapMMenuItem {
|
|
9
9
|
margin: 0.0625rem;
|
|
10
10
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
11
11
|
|
|
12
12
|
&:focus {
|
|
13
13
|
outline-offset: -0.125rem;
|
|
14
|
-
&.
|
|
14
|
+
&.sapMMenuItemDisabled{
|
|
15
15
|
outline: none;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
&.
|
|
18
|
+
&.sapMMenuItemSubMenuOpen {
|
|
19
19
|
border-bottom: none !important; //1px
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -4,11 +4,20 @@
|
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.375rem
|
|
5
5
|
@_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiSelected; //#0f5c93
|
|
6
6
|
|
|
7
|
-
.sapUiDtContextMenu {
|
|
8
|
-
.
|
|
9
|
-
.
|
|
7
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
8
|
+
.sapMMenuList {
|
|
9
|
+
.sapMMenuItem {
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
.sapMMenuEndContent{
|
|
12
|
+
.sapMBtn {
|
|
13
|
+
&:focus-visible > .sapMFocusable,
|
|
14
|
+
&:focus > .sapMFocusable{
|
|
15
|
+
outline: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.sapMMenuItemDisabled {
|
|
12
21
|
opacity: 1;
|
|
13
22
|
}
|
|
14
23
|
|
|
@@ -16,11 +25,11 @@
|
|
|
16
25
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
17
26
|
}
|
|
18
27
|
|
|
19
|
-
&.
|
|
28
|
+
&.sapMMenuItemSubMenuOpen {
|
|
20
29
|
border-bottom: 0.0625rem solid transparent !important; //remove border
|
|
21
30
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
22
31
|
|
|
23
|
-
&:not(
|
|
32
|
+
&:not(:hover) {
|
|
24
33
|
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
|
|
25
34
|
}
|
|
26
35
|
}
|
|
@@ -4,19 +4,28 @@
|
|
|
4
4
|
@_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // .375rem
|
|
5
5
|
@_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiButtonSelectedBackground; //#5c93ff
|
|
6
6
|
|
|
7
|
-
.sapUiDtContextMenu {
|
|
8
|
-
.
|
|
9
|
-
.
|
|
7
|
+
.sapUiDtContextMenu.sapMMenu {
|
|
8
|
+
.sapMMenuList {
|
|
9
|
+
.sapMMenuItem {
|
|
10
|
+
|
|
11
|
+
.sapMMenuEndContent{
|
|
12
|
+
.sapMBtn {
|
|
13
|
+
&:focus-visible > .sapMFocusable,
|
|
14
|
+
&:focus > .sapMFocusable{
|
|
15
|
+
outline: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
10
19
|
|
|
11
20
|
&:focus {
|
|
12
21
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
13
22
|
}
|
|
14
23
|
|
|
15
|
-
&.
|
|
24
|
+
&.sapMMenuItemSubMenuOpen {
|
|
16
25
|
border-bottom: 0.0625rem solid transparent !important; //1px
|
|
17
26
|
border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
|
|
18
27
|
|
|
19
|
-
&:not(
|
|
28
|
+
&:not(:hover) {
|
|
20
29
|
background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
|
|
21
30
|
}
|
|
22
31
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Evening Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.ui.mdc/Chart
|
|
3
|
-
/* Horizon High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Chart */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
6
|
+
@_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
|
|
@@ -696,7 +696,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
696
696
|
|
|
697
697
|
.sapUiCalMonthSecType {
|
|
698
698
|
.sapUiCalItem {
|
|
699
|
-
border-radius:
|
|
699
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
700
700
|
|
|
701
701
|
.sapUiCalItemSecText {
|
|
702
702
|
width: 60%;
|
|
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
|
|
|
60
60
|
background-color: @sapUiContentSelectedBackground;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
64
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
65
|
-
position: absolute;
|
|
66
|
-
top: 0px;
|
|
67
|
-
left: -1px;
|
|
68
|
-
right: 1px;
|
|
69
|
-
bottom: 0px;
|
|
70
|
-
content: "";
|
|
71
|
-
border: 0.195rem solid @sapUiContentFocusColor;
|
|
72
|
-
border-left: none;
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0px;
|
|
79
|
-
left: -1px;
|
|
80
|
-
right: 1px;
|
|
81
|
-
bottom: 1px;
|
|
82
|
-
content: "";
|
|
83
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
84
|
-
pointer-events: none;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
63
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
89
64
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
90
65
|
border-style: dashed;
|
|
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
|
|
|
60
60
|
background-color: @sapUiContentSelectedBackground;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
64
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
65
|
-
position: absolute;
|
|
66
|
-
top: 0px;
|
|
67
|
-
left: -1px;
|
|
68
|
-
right: 1px;
|
|
69
|
-
bottom: 0px;
|
|
70
|
-
content: "";
|
|
71
|
-
border: 0.195rem solid @sapUiContentFocusColor;
|
|
72
|
-
border-left: none;
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0px;
|
|
79
|
-
left: -1px;
|
|
80
|
-
right: 1px;
|
|
81
|
-
bottom: 1px;
|
|
82
|
-
content: "";
|
|
83
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
84
|
-
pointer-events: none;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
63
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
89
64
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
90
65
|
border-style: dashed;
|
|
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
|
|
|
51
51
|
background-color: @sapUiListHoverBackground;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
55
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
56
|
-
position: absolute;
|
|
57
|
-
top: 0px;
|
|
58
|
-
left: -1px;
|
|
59
|
-
right: 1px;
|
|
60
|
-
bottom: 0px;
|
|
61
|
-
content: "";
|
|
62
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
63
|
-
pointer-events: none;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
67
|
-
position: absolute;
|
|
68
|
-
top: 0px;
|
|
69
|
-
left: -1px;
|
|
70
|
-
right: 1px;
|
|
71
|
-
bottom: 1px;
|
|
72
|
-
content: "";
|
|
73
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
74
|
-
pointer-events: none;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
54
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
79
55
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
80
56
|
border-style: dashed;
|
|
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
|
|
|
51
51
|
background-color: @sapUiListHoverBackground;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
.sapMListTblRow.sapMLIBFocusable:focus {
|
|
55
|
-
.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
56
|
-
position: absolute;
|
|
57
|
-
top: 0px;
|
|
58
|
-
left: -1px;
|
|
59
|
-
right: 1px;
|
|
60
|
-
bottom: 0px;
|
|
61
|
-
content: "";
|
|
62
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
63
|
-
pointer-events: none;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
|
|
67
|
-
position: absolute;
|
|
68
|
-
top: 0px;
|
|
69
|
-
left: -1px;
|
|
70
|
-
right: 1px;
|
|
71
|
-
bottom: 1px;
|
|
72
|
-
content: "";
|
|
73
|
-
border: 0.0625rem dotted @sapUiContentFocusColor;
|
|
74
|
-
pointer-events: none;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
54
|
html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
|
|
79
55
|
.sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
|
|
80
56
|
border-style: dashed;
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
|
|
18
|
-
padding-left:
|
|
19
|
-
padding-right:
|
|
18
|
+
padding-left: 1rem;
|
|
19
|
+
padding-right: 1.25rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapUiSizeCompact .sapUxAPObjectPageSectionHeader,
|
|
@@ -71,10 +71,18 @@
|
|
|
71
71
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
// Page Section Focus
|
|
75
|
-
.sapUxAPObjectPageSection:focus {
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
// Page Section Focus
|
|
75
|
+
.sapUxAPObjectPageSection:focus::before {
|
|
76
|
+
content: '';
|
|
77
|
+
position: absolute;
|
|
78
|
+
display: block;
|
|
79
|
+
top: 0;
|
|
80
|
+
left: 0;
|
|
81
|
+
right: 0;
|
|
82
|
+
bottom: 0;
|
|
83
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
84
|
+
z-index: 6;
|
|
85
|
+
pointer-events: none;
|
|
78
86
|
}
|
|
79
87
|
|
|
80
88
|
// Styles suporting Table inside ObjectPageSubSection scenario
|
|
@@ -34,10 +34,15 @@
|
|
|
34
34
|
// Delta Styles for Horizon
|
|
35
35
|
// =====================================
|
|
36
36
|
|
|
37
|
-
// Page Sub Section Focus
|
|
38
|
-
.sapUxAPObjectPageSubSectionFocusable:focus {
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
// Page Sub Section Focus
|
|
38
|
+
.sapUxAPObjectPageSubSectionFocusable:focus .sapUxAPObjectPageSubSectionFocusSpan {
|
|
39
|
+
content: '';
|
|
40
|
+
position: absolute;
|
|
41
|
+
display: block;
|
|
42
|
+
inset: 0;
|
|
43
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
44
|
+
z-index: 6;
|
|
45
|
+
pointer-events: none;
|
|
41
46
|
}
|
|
42
47
|
|
|
43
48
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSection .sapUiRespGrid.sapUiRespGridHSpace1 {
|
|
@@ -68,4 +73,4 @@ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapU
|
|
|
68
73
|
|
|
69
74
|
.sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
|
|
70
75
|
padding: 0 1rem;
|
|
71
|
-
}
|
|
76
|
+
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
|
|
18
|
-
padding-left:
|
|
19
|
-
padding-right:
|
|
18
|
+
padding-left: 1rem;
|
|
19
|
+
padding-right: 1.25rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapUiSizeCompact .sapUxAPObjectPageSectionHeader,
|
|
@@ -77,10 +77,18 @@
|
|
|
77
77
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
// Page Section Focus
|
|
81
|
-
.sapUxAPObjectPageSection:focus {
|
|
82
|
-
|
|
83
|
-
|
|
80
|
+
// Page Section Focus
|
|
81
|
+
.sapUxAPObjectPageSection:focus::before {
|
|
82
|
+
content: '';
|
|
83
|
+
position: absolute;
|
|
84
|
+
display: block;
|
|
85
|
+
top: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
right: 0;
|
|
88
|
+
bottom: 0;
|
|
89
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
90
|
+
z-index: 6;
|
|
91
|
+
pointer-events: none;
|
|
84
92
|
}
|
|
85
93
|
|
|
86
94
|
.sapUiSizeCompact .sapUxAPObjectPageSectionTitle {
|
|
@@ -45,10 +45,15 @@
|
|
|
45
45
|
// Delta Styles for Horizon
|
|
46
46
|
// =====================================
|
|
47
47
|
|
|
48
|
-
// Page Sub Section Focus
|
|
49
|
-
.sapUxAPObjectPageSubSectionFocusable:focus {
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
// Page Sub Section Focus
|
|
49
|
+
.sapUxAPObjectPageSubSectionFocusable:focus .sapUxAPObjectPageSubSectionFocusSpan {
|
|
50
|
+
content: '';
|
|
51
|
+
position: absolute;
|
|
52
|
+
display: block;
|
|
53
|
+
inset: 0;
|
|
54
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
55
|
+
z-index: 6;
|
|
56
|
+
pointer-events: none;
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
.sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSection .sapUiRespGrid.sapUiRespGridHSpace1 {
|
|
@@ -79,4 +84,4 @@ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapU
|
|
|
79
84
|
|
|
80
85
|
.sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
|
|
81
86
|
padding: 0 1rem;
|
|
82
|
-
}
|
|
87
|
+
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
|
|
18
|
-
padding-left:
|
|
19
|
-
padding-right:
|
|
18
|
+
padding-left: 1rem;
|
|
19
|
+
padding-right: 1.25rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapUxAPObjectPageSection {
|
|
@@ -39,9 +39,18 @@
|
|
|
39
39
|
line-height: 2.25rem;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
// Page Section Focus
|
|
43
|
+
.sapUxAPObjectPageSection:focus::before {
|
|
44
|
+
content: '';
|
|
45
|
+
position: absolute;
|
|
46
|
+
display: block;
|
|
47
|
+
top: 0;
|
|
48
|
+
left: 0;
|
|
49
|
+
right: 0;
|
|
50
|
+
bottom: 0;
|
|
51
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
52
|
+
z-index: 6;
|
|
53
|
+
pointer-events: none;
|
|
45
54
|
}
|
|
46
55
|
|
|
47
56
|
.sapUxAPObjectPageSectionHeader,
|
|
@@ -7,9 +7,15 @@
|
|
|
7
7
|
text-transform: uppercase;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
// Page Sub Section Focus
|
|
11
|
+
.sapUxAPObjectPageSubSectionFocusable:focus .sapUxAPObjectPageSubSectionFocusSpan {
|
|
12
|
+
content: '';
|
|
13
|
+
position: absolute;
|
|
14
|
+
display: block;
|
|
15
|
+
inset: 0;
|
|
16
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
17
|
+
z-index: 6;
|
|
18
|
+
pointer-events: none;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
21
|
.sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.sapUxAPObjectPageLayout-Std-Desktop .sapUxAPObjectPageSubSectionHeader {
|
|
18
|
-
padding-left:
|
|
19
|
-
padding-right:
|
|
18
|
+
padding-left: 1rem;
|
|
19
|
+
padding-right: 1.25rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapUxAPObjectPageSection {
|
|
@@ -33,9 +33,18 @@
|
|
|
33
33
|
border-top: 0;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
// Page Section Focus
|
|
37
|
+
.sapUxAPObjectPageSection:focus::before {
|
|
38
|
+
content: '';
|
|
39
|
+
position: absolute;
|
|
40
|
+
display: block;
|
|
41
|
+
top: 0;
|
|
42
|
+
left: 0;
|
|
43
|
+
right: 0;
|
|
44
|
+
bottom: 0;
|
|
45
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
46
|
+
z-index: 6;
|
|
47
|
+
pointer-events: none;
|
|
39
48
|
}
|
|
40
49
|
|
|
41
50
|
.sapUxAPObjectPageSectionHeader,
|
|
@@ -7,9 +7,15 @@
|
|
|
7
7
|
text-transform: uppercase;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
// Page Sub Section Focus
|
|
11
|
+
.sapUxAPObjectPageSubSectionFocusable:focus .sapUxAPObjectPageSubSectionFocusSpan {
|
|
12
|
+
content: '';
|
|
13
|
+
position: absolute;
|
|
14
|
+
display: block;
|
|
15
|
+
inset: 0;
|
|
16
|
+
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
17
|
+
z-index: 6;
|
|
18
|
+
pointer-events: none;
|
|
13
19
|
}
|
|
14
20
|
|
|
15
21
|
.sapUiSizeCompact .sapMTB.sapUxAPObjectPageSubSectionHeaderToolbar,
|