@openui5/themelib_sap_fiori_3 1.134.0 → 1.135.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/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_fiori_3/GridListItem.less +3 -3
- package/src/sap/f/themes/sap_fiori_3_dark/CardLoading.less +3 -3
- package/src/sap/f/themes/sap_fiori_3_dark/GridListItem.less +2 -2
- package/src/sap/f/themes/sap_fiori_3_hcb/CardLoading.less +2 -3
- package/src/sap/f/themes/sap_fiori_3_hcb/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_fiori_3_hcb/GridListItem.less +3 -3
- package/src/sap/f/themes/sap_fiori_3_hcw/CardLoading.less +2 -3
- package/src/sap/f/themes/sap_fiori_3_hcw/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_fiori_3_hcw/GridListItem.less +3 -3
- package/src/sap/m/themes/sap_fiori_3/IconTabBar.less +0 -3
- package/src/sap/m/themes/sap_fiori_3/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_fiori_3/RadioButton.less +8 -0
- package/src/sap/m/themes/sap_fiori_3/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_fiori_3/TimePickerSliders.less +55 -27
- package/src/sap/m/themes/sap_fiori_3_dark/IconTabBar.less +0 -3
- package/src/sap/m/themes/sap_fiori_3_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_fiori_3_dark/RadioButton.less +8 -0
- package/src/sap/m/themes/sap_fiori_3_dark/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_fiori_3_dark/TimePickerSliders.less +56 -28
- package/src/sap/m/themes/sap_fiori_3_dark/library.source.less +0 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/IconTabBar.less +0 -4
- package/src/sap/m/themes/sap_fiori_3_hcb/InputBase.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/ObjectStatus.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_hcb/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_fiori_3_hcb/TimePickerSliders.less +58 -29
- package/src/sap/m/themes/sap_fiori_3_hcw/IconTabBar.less +0 -4
- package/src/sap/m/themes/sap_fiori_3_hcw/InputBase.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_fiori_3_hcw/TimePickerSliders.less +57 -29
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +78 -20
- package/src/sap/ui/core/themes/sap_fiori_3/global.less +7 -0
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +79 -21
- package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +7 -0
- package/src/sap/ui/table/themes/sap_fiori_3/Cell.less +2 -2
- package/src/sap/ui/table/themes/sap_fiori_3/RowSelection.less +3 -3
- package/src/sap/ui/table/themes/sap_fiori_3_dark/Cell.less +2 -2
- package/src/sap/ui/table/themes/sap_fiori_3_dark/RowSelection.less +3 -3
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_fiori_3_hcb/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_fiori_3_hcw/Table.less +3 -3
- package/src/sap/uxap/themes/sap_fiori_3/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageSection.less +1 -0
- package/src/sap/m/themes/sap_fiori_3_dark/TreeItemBase.less +0 -4
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.m:
|
|
8
8
|
|
|
9
|
-
Component: purify.js, version: 3.
|
|
9
|
+
Component: purify.js, version: 3.2.4
|
|
10
10
|
Copyright: Mario Heiderich
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -462,7 +462,7 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.28.2
|
|
466
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
467
|
License: Apache-2.0
|
|
468
468
|
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_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.135.0",
|
|
18
|
+
"@openui5/sap.m": "1.135.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.135.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.135.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.135.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.135.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.135.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.135.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.135.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.135.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.135.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.135.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.135.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.135.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.135.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.135.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.135.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* =================================== */
|
|
2
2
|
/* CSS for control sap.f/GridListItem */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz Light theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 var(--sapPageHeader_BorderColor);
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* ================================== */
|
|
2
2
|
/* CSS for control sap.f/CardLoading */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz Dark theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_Card_Background_Placeholder_Color:
|
|
7
|
-
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right,
|
|
6
|
+
@_sap_f_Card_Background_Placeholder_Color: var(--sapContent_Placeholderloading_Background);
|
|
7
|
+
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, var(--sapContent_Placeholderloading_Background) 0%, var(--sapContent_Placeholderloading_Background) 35%, lighten(@sapUiContentPlaceholderloadingBackground, 5) 50%, var(--sapContent_Placeholderloading_Background) 65%, var(--sapContent_Placeholderloading_Background) 100%);
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
/* Quartz Dark theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 var(--sapPageHeader_BorderColor);
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/* ================================== */
|
|
2
2
|
/* CSS for control sap.f/CardLoading */
|
|
3
|
-
/* Quartz High Contrast Black theme
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_Background_Placeholder_Color: @sapUiHcReducedForeground;
|
|
7
|
-
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedAltForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
8
|
-
|
|
7
|
+
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedAltForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.f/GridContainer
|
|
3
|
-
/* Quartz High Contrast Black theme
|
|
4
|
-
/*
|
|
1
|
+
/* ==================================== */
|
|
2
|
+
/* CSS for control sap.f/GridContainer */
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
|
+
/* ==================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_GridContainer_FocusBorderOffset: -2px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* =================================== */
|
|
2
2
|
/* CSS for control sap.f/GridListItem */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 var(--sapPageHeader_BorderColor);
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/* ================================== */
|
|
2
2
|
/* CSS for control sap.f/CardLoading */
|
|
3
|
-
/* Quartz High Contrast White theme
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_Background_Placeholder_Color: @sapUiHcReducedForeground;
|
|
7
|
-
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
8
|
-
|
|
7
|
+
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.f/GridContainer
|
|
3
|
-
/* Quartz High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* ==================================== */
|
|
2
|
+
/* CSS for control sap.f/GridContainer */
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
|
+
/* ==================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_GridContainer_FocusBorderOffset: -2px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* =================================== */
|
|
2
2
|
/* CSS for control sap.f/GridListItem */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz High Contrast White theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 var(--sapPageHeader_BorderColor);
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
/* ==================== Cozy size ==================== */
|
|
15
15
|
|
|
16
16
|
/* Content arrow */
|
|
17
|
-
@_sap_m_IconTabBar_ContentArrowBorderWidth: 0.1875rem;
|
|
18
17
|
@_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
|
|
19
18
|
|
|
20
19
|
/* Inline mode */
|
|
@@ -225,7 +224,6 @@
|
|
|
225
224
|
}
|
|
226
225
|
|
|
227
226
|
.sapMITBContentArrow {
|
|
228
|
-
border-bottom: none;
|
|
229
227
|
position: relative;
|
|
230
228
|
|
|
231
229
|
/* creates border bottom with rounded top corners */
|
|
@@ -235,7 +233,6 @@
|
|
|
235
233
|
bottom: 0;
|
|
236
234
|
left: 0;
|
|
237
235
|
right: 0;
|
|
238
|
-
height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
|
|
239
236
|
border-radius: 0.125rem 0.125rem 0 0;
|
|
240
237
|
}
|
|
241
238
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TimePicker_ItemColor:
|
|
7
|
-
@_sap_m_TimePicker_ItemHoverColor:
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
6
|
+
@_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
|
|
7
|
+
@_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
/*
|
|
7
|
-
/* TimePicker Dropdown */
|
|
8
|
-
/* ======================================== */
|
|
6
|
+
/* TimePicker Dropdown */
|
|
9
7
|
.sapMTimePickerSlider {
|
|
8
|
+
|
|
10
9
|
.sapMTimePickerItem {
|
|
11
|
-
border-radius:
|
|
10
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
13
|
|
|
15
14
|
.sapMTimePickerContainer {
|
|
15
|
+
|
|
16
16
|
.sapMTPColumn:not(:last-child),
|
|
17
17
|
.sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
|
|
18
18
|
margin-right: 0.5rem;
|
|
@@ -20,74 +20,95 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.sapMTimePickerContainer .sapMTPColumn {
|
|
23
|
+
|
|
23
24
|
.sapMTimePickerSlider,
|
|
24
25
|
.sapMTimePickerLabel,
|
|
25
26
|
.sapMTimePickerSlider {
|
|
27
|
+
|
|
26
28
|
.sapMTimePickerItem,
|
|
27
29
|
.sapMTPPickerSelectionFrame,
|
|
28
30
|
.sapMTPSliderExpanded {
|
|
29
31
|
width: 3rem;
|
|
30
32
|
height: 2.875rem;
|
|
31
33
|
}
|
|
34
|
+
|
|
32
35
|
width: 3rem;
|
|
33
36
|
height: 2.875rem;
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
.sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
|
|
41
|
+
|
|
38
42
|
.sapMTimePickerSlider,
|
|
39
43
|
.sapMTimePickerLabel,
|
|
40
44
|
.sapMTimePickerSlider {
|
|
45
|
+
|
|
41
46
|
.sapMTimePickerItem,
|
|
42
47
|
.sapMTPPickerSelectionFrame,
|
|
43
48
|
.sapMTPSliderExpanded {
|
|
44
49
|
width: 3rem;
|
|
45
50
|
}
|
|
51
|
+
|
|
46
52
|
width: 3rem;
|
|
47
53
|
height: 2rem;
|
|
48
54
|
}
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
.sapMTimePickerContainer {
|
|
58
|
+
|
|
52
59
|
.sapMTPColumn {
|
|
60
|
+
|
|
53
61
|
.sapMTimePickerSlider {
|
|
62
|
+
|
|
54
63
|
.sapMTimePickerItem {
|
|
55
|
-
background:
|
|
56
|
-
border: 1px solid
|
|
64
|
+
background: var(--sapContent_Selected_Background);
|
|
65
|
+
border: 1px solid var(--sapList_Background);
|
|
66
|
+
|
|
57
67
|
&:hover {
|
|
58
|
-
background:
|
|
68
|
+
background: var(--sapContent_Selected_Hover_Background);
|
|
59
69
|
}
|
|
60
70
|
}
|
|
61
71
|
}
|
|
72
|
+
|
|
62
73
|
&.sapMTPSliderExpanded {
|
|
74
|
+
|
|
63
75
|
.sapMTimePickerSlider {
|
|
76
|
+
|
|
64
77
|
.sapMTimePickerItem {
|
|
65
|
-
background:
|
|
66
|
-
border: 0.0625rem solid
|
|
78
|
+
background: var(--sapLegend_WorkingBackground);
|
|
79
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
80
|
+
|
|
67
81
|
&:hover {
|
|
68
|
-
background:
|
|
82
|
+
background: var(--sapList_Hover_Background);
|
|
69
83
|
}
|
|
84
|
+
|
|
70
85
|
&:active {
|
|
71
|
-
background:
|
|
72
|
-
color:
|
|
86
|
+
background: var(--sapContent_Selected_Background);
|
|
87
|
+
color: var(--sapContent_Selected_TextColor);
|
|
73
88
|
}
|
|
74
|
-
|
|
75
|
-
|
|
89
|
+
|
|
90
|
+
&.sapMTimePickerItemSelected {
|
|
91
|
+
background: var(--sapList_Background)
|
|
76
92
|
}
|
|
77
93
|
}
|
|
94
|
+
|
|
78
95
|
.sapMTPPickerSelectionFrame {
|
|
79
|
-
border: 0.0625rem solid
|
|
80
|
-
border-radius:
|
|
96
|
+
border: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
97
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
81
98
|
outline:none;
|
|
99
|
+
|
|
82
100
|
&:hover {
|
|
101
|
+
|
|
83
102
|
+ ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
84
|
-
background:
|
|
103
|
+
background: var(--sapList_Hover_Background);
|
|
85
104
|
}
|
|
86
105
|
}
|
|
106
|
+
|
|
87
107
|
&:active {
|
|
108
|
+
|
|
88
109
|
& + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
89
|
-
background:
|
|
90
|
-
color:
|
|
110
|
+
background: var(--sapContent_Selected_Background);
|
|
111
|
+
color: var(--sapContent_Selected_TextColor);
|
|
91
112
|
}
|
|
92
113
|
}
|
|
93
114
|
}
|
|
@@ -100,41 +121,48 @@
|
|
|
100
121
|
}
|
|
101
122
|
}
|
|
102
123
|
|
|
103
|
-
|
|
104
124
|
/* PHONE STYLES */
|
|
105
125
|
.sap-phone {
|
|
106
|
-
/* ======================================== */
|
|
107
|
-
/* TimePicker Dropdown */
|
|
108
|
-
/* ======================================== */
|
|
109
126
|
|
|
127
|
+
/* TimePicker Dropdown */
|
|
110
128
|
.sapMTimePickerContainer {
|
|
129
|
+
|
|
111
130
|
.sapMTPColumn {
|
|
131
|
+
|
|
112
132
|
.sapMTimePickerSlider,
|
|
113
133
|
.sapMTimePickerLabel,
|
|
114
134
|
.sapMTimePickerSlider {
|
|
135
|
+
|
|
115
136
|
.sapMTimePickerItem,
|
|
116
137
|
.sapMTPPickerSelectionFrame,
|
|
117
138
|
.sapMTPSliderExpanded {
|
|
118
139
|
width: 3rem;
|
|
119
140
|
height: 2.875rem;
|
|
120
141
|
}
|
|
142
|
+
|
|
121
143
|
width: 3rem;
|
|
122
144
|
height: 2.875rem;
|
|
123
145
|
}
|
|
146
|
+
|
|
124
147
|
.sapMTimePickerSlider {
|
|
148
|
+
|
|
125
149
|
.sapMTimePickerItem {
|
|
126
|
-
border: 1px solid
|
|
150
|
+
border: 1px solid var(--sapList_Background);
|
|
127
151
|
}
|
|
128
152
|
}
|
|
153
|
+
|
|
129
154
|
&.sapMTPSliderExpanded {
|
|
155
|
+
|
|
130
156
|
.sapMTimePickerSlider {
|
|
157
|
+
|
|
131
158
|
.sapMTimePickerItem {
|
|
132
|
-
background:
|
|
133
|
-
border: 1px solid
|
|
159
|
+
background: var(--sapLegend_WorkingBackground);
|
|
160
|
+
border: 1px solid var(--sapList_Background);
|
|
134
161
|
width: 3rem;
|
|
135
162
|
}
|
|
163
|
+
|
|
136
164
|
.sapMTPPickerSelectionFrame {
|
|
137
|
-
outline: 0.125rem solid
|
|
165
|
+
outline: 0.125rem solid var(--sapSelectedColor);
|
|
138
166
|
outline-offset: -0.188rem;
|
|
139
167
|
}
|
|
140
168
|
}
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
/* ==================== Cozy size ==================== */
|
|
15
15
|
|
|
16
16
|
/* Content arrow */
|
|
17
|
-
@_sap_m_IconTabBar_ContentArrowBorderWidth: 0.1875rem;
|
|
18
17
|
@_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
|
|
19
18
|
|
|
20
19
|
/* Inline mode */
|
|
@@ -226,7 +225,6 @@
|
|
|
226
225
|
}
|
|
227
226
|
|
|
228
227
|
.sapMITBContentArrow {
|
|
229
|
-
border-bottom: none;
|
|
230
228
|
position: relative;
|
|
231
229
|
|
|
232
230
|
/* creates border bottom with rounded top corners */
|
|
@@ -236,7 +234,6 @@
|
|
|
236
234
|
bottom: 0;
|
|
237
235
|
left: 0;
|
|
238
236
|
right: 0;
|
|
239
|
-
height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
|
|
240
237
|
border-radius: 0.125rem 0.125rem 0 0;
|
|
241
238
|
}
|
|
242
239
|
}
|
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
/* Quartz Dark theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMMsgStrip {
|
|
7
|
-
border-radius: var(--sapElement_BorderCornerRadius);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
.sapMMsgStripInformation {
|
|
11
7
|
background-color: var(--sapInformationBackground);
|
|
12
8
|
border-color: var(--sapInformationBorderColor);
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
/* Quartz Dark theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TimePicker_ItemColor:
|
|
7
|
-
@_sap_m_TimePicker_ItemHoverColor:
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
6
|
+
@_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
|
|
7
|
+
@_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|