@openui5/themelib_sap_horizon 1.133.2 → 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/.reuse/dep5 +0 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -3
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -35
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +16 -7
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -47
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +15 -6
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +9 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
- 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 +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
|
@@ -36,10 +36,11 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
|
|
39
|
-
border:
|
|
39
|
+
border: var(--sapField_BorderWidth) dashed var(--sapField_ReadOnly_BorderColor);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
|
|
43
|
+
|
|
43
44
|
&::before {
|
|
44
45
|
top: 1px;
|
|
45
46
|
left: 1px;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMTC .sapMTCScroller:focus::before {
|
|
11
|
-
border: 1px dotted
|
|
11
|
+
border: 1px dotted var(--sapContent_FocusColor);
|
|
12
12
|
position: absolute;
|
|
13
13
|
top: -1px;
|
|
14
14
|
bottom: -1px;
|
|
@@ -18,17 +18,18 @@
|
|
|
18
18
|
|
|
19
19
|
.sapMTC .sapMTile,
|
|
20
20
|
.sapMTC .sapMCustomTile {
|
|
21
|
+
|
|
21
22
|
&:focus {
|
|
22
23
|
outline: none;
|
|
23
24
|
|
|
24
25
|
&::before {
|
|
25
|
-
content:
|
|
26
|
+
content: '';
|
|
26
27
|
position: absolute;
|
|
27
28
|
left: -0.1875rem;
|
|
28
29
|
right: -0.1875rem;
|
|
29
30
|
top: -0.1875rem;
|
|
30
31
|
bottom: -0.1875rem;
|
|
31
|
-
border: 0.125rem solid
|
|
32
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
32
33
|
border-radius: 0.125rem;
|
|
33
34
|
}
|
|
34
35
|
}
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_TileContent_NewsContentBackgroundColor:
|
|
6
|
+
@_sap_m_TileContent_NewsContentBackgroundColor: @sapTile_Background;
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color:
|
|
10
|
+
background-color: var(--sapTile_OverlayBackground);
|
|
11
11
|
.sapMTileCntContent{
|
|
12
12
|
height: 3.625rem;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
17
|
-
color:
|
|
17
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
18
18
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
/* Evening Horizon 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
|
/* Evening Horizon 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,77 +20,98 @@
|
|
|
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: 0.0625rem solid
|
|
57
|
-
color:
|
|
58
|
-
border-color:
|
|
64
|
+
background: var(--sapContent_Selected_Background);
|
|
65
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
66
|
+
color: var(--sapContent_FocusColor);
|
|
67
|
+
border-color: var(--sapContent_FocusColor);
|
|
68
|
+
|
|
59
69
|
&:hover {
|
|
60
|
-
background:
|
|
61
|
-
color:
|
|
70
|
+
background: var(--sapList_Hover_Background);
|
|
71
|
+
color: var(--sapContent_FocusColor);
|
|
62
72
|
}
|
|
63
73
|
}
|
|
64
74
|
}
|
|
75
|
+
|
|
65
76
|
&.sapMTPSliderExpanded {
|
|
77
|
+
|
|
66
78
|
.sapMTimePickerSlider {
|
|
79
|
+
|
|
67
80
|
.sapMTimePickerItem {
|
|
68
|
-
background:
|
|
69
|
-
border: 0.0625rem solid
|
|
81
|
+
background: var(--sapLegend_WorkingBackground);
|
|
82
|
+
border: 0.0625rem solid var(--sapList_Background);
|
|
83
|
+
|
|
70
84
|
&:hover {
|
|
71
|
-
background:
|
|
85
|
+
background: var(--sapList_Hover_Background);
|
|
72
86
|
}
|
|
87
|
+
|
|
73
88
|
&:active {
|
|
74
|
-
background:
|
|
75
|
-
color:
|
|
89
|
+
background: var(--sapContent_Selected_Background);
|
|
90
|
+
color: var(--sapContent_Selected_TextColor);
|
|
76
91
|
}
|
|
77
|
-
|
|
78
|
-
|
|
92
|
+
|
|
93
|
+
&.sapMTimePickerItemSelected {
|
|
94
|
+
background: var(--sapList_Background)
|
|
79
95
|
}
|
|
80
96
|
}
|
|
97
|
+
|
|
81
98
|
.sapMTPPickerSelectionFrame {
|
|
82
|
-
border: 0.125rem solid
|
|
83
|
-
border-radius:
|
|
84
|
-
outline:none;
|
|
99
|
+
border: 0.125rem solid var(--sapList_SelectionBorderColor);
|
|
100
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
101
|
+
outline: none;
|
|
102
|
+
|
|
85
103
|
&:hover {
|
|
104
|
+
|
|
86
105
|
+ ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
87
|
-
background:
|
|
106
|
+
background: var(--sapList_Hover_Background);
|
|
88
107
|
}
|
|
89
108
|
}
|
|
109
|
+
|
|
90
110
|
&:active {
|
|
111
|
+
|
|
91
112
|
& + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
|
|
92
|
-
background:
|
|
93
|
-
color:
|
|
113
|
+
background: var(--sapContent_Selected_Background);
|
|
114
|
+
color: var(--sapContent_Selected_TextColor);
|
|
94
115
|
}
|
|
95
116
|
}
|
|
96
117
|
}
|
|
@@ -103,41 +124,48 @@
|
|
|
103
124
|
}
|
|
104
125
|
}
|
|
105
126
|
|
|
106
|
-
|
|
107
127
|
/* PHONE STYLES */
|
|
108
128
|
.sap-phone {
|
|
109
|
-
/* ======================================== */
|
|
110
|
-
/* TimePicker Dropdown */
|
|
111
|
-
/* ======================================== */
|
|
112
129
|
|
|
130
|
+
/* TimePicker Dropdown */
|
|
113
131
|
.sapMTimePickerContainer {
|
|
132
|
+
|
|
114
133
|
.sapMTPColumn {
|
|
134
|
+
|
|
115
135
|
.sapMTimePickerSlider,
|
|
116
136
|
.sapMTimePickerLabel,
|
|
117
137
|
.sapMTimePickerSlider {
|
|
138
|
+
|
|
118
139
|
.sapMTimePickerItem,
|
|
119
140
|
.sapMTPPickerSelectionFrame,
|
|
120
141
|
.sapMTPSliderExpanded {
|
|
121
142
|
width: 3rem;
|
|
122
143
|
height: 2.875rem;
|
|
123
144
|
}
|
|
145
|
+
|
|
124
146
|
width: 3rem;
|
|
125
147
|
height: 2.875rem;
|
|
126
148
|
}
|
|
149
|
+
|
|
127
150
|
.sapMTimePickerSlider {
|
|
151
|
+
|
|
128
152
|
.sapMTimePickerItem {
|
|
129
|
-
border: 1px solid
|
|
153
|
+
border: 1px solid var(--sapList_Background);
|
|
130
154
|
}
|
|
131
155
|
}
|
|
156
|
+
|
|
132
157
|
&.sapMTPSliderExpanded {
|
|
158
|
+
|
|
133
159
|
.sapMTimePickerSlider {
|
|
160
|
+
|
|
134
161
|
.sapMTimePickerItem {
|
|
135
|
-
background:
|
|
136
|
-
border: 1px solid
|
|
162
|
+
background: var(--sapLegend_WorkingBackground);
|
|
163
|
+
border: 1px solid var(--sapList_Background);
|
|
137
164
|
width: 3rem;
|
|
138
165
|
}
|
|
166
|
+
|
|
139
167
|
.sapMTPPickerSelectionFrame {
|
|
140
|
-
outline: 0.125rem solid
|
|
168
|
+
outline: 0.125rem solid var(--sapSelectedColor);
|
|
141
169
|
outline-offset: -0.188rem;
|
|
142
170
|
}
|
|
143
171
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.m/Title
|
|
3
|
-
/* Evening Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* =========================== */
|
|
2
|
+
/* CSS for control sap.m/Title */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* =========================== */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
7
|
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
.sapFDynamicPage-Std-Phone {
|
|
12
12
|
|
|
13
13
|
.sapFDynamicPageTitleMain {
|
|
14
|
+
|
|
14
15
|
.sapFDynamicPageTitleMainInner {
|
|
16
|
+
|
|
15
17
|
.sapFDynamicPageTitleMainHeading {
|
|
16
18
|
align-self: auto;
|
|
17
19
|
|
|
@@ -19,8 +21,8 @@
|
|
|
19
21
|
margin-top: 0.6875rem;
|
|
20
22
|
|
|
21
23
|
.sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
|
|
22
|
-
font-size:
|
|
23
|
-
font-family:
|
|
24
|
+
font-size: var(--sapObjectHeader_Title_SnappedFontSize);
|
|
25
|
+
font-family: var(--sapObjectHeader_Title_FontFamily);
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
}
|
|
@@ -5,28 +5,34 @@
|
|
|
5
5
|
|
|
6
6
|
html.sap-desktop .sapMToggleBtnPressed,
|
|
7
7
|
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
8
|
+
|
|
8
9
|
&.sapMBtnNegative {
|
|
9
|
-
background-color:
|
|
10
|
-
border-color:
|
|
11
|
-
color:
|
|
10
|
+
background-color: var(--sapButton_Reject_Selected_Background);
|
|
11
|
+
border-color: var(--sapButton_Reject_Selected_BorderColor);
|
|
12
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
13
|
+
|
|
12
14
|
& .sapUiIcon {
|
|
13
|
-
color:
|
|
15
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
14
16
|
}
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
&.sapMBtnSuccess {
|
|
17
|
-
background-color:
|
|
18
|
-
border-color:
|
|
19
|
-
color:
|
|
20
|
+
background-color: var(--sapButton_Accept_Selected_Background);
|
|
21
|
+
border-color: var(--sapButton_Accept_Selected_BorderColor);
|
|
22
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
23
|
+
|
|
20
24
|
& .sapUiIcon {
|
|
21
|
-
color:
|
|
25
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
28
|
+
|
|
24
29
|
&.sapMBtnCritical {
|
|
25
|
-
background-color:
|
|
26
|
-
border-color:
|
|
27
|
-
color:
|
|
30
|
+
background-color: var(--sapButton_Attention_Selected_Background);
|
|
31
|
+
border-color: var(--sapButton_Attention_Selected_BorderColor);
|
|
32
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
33
|
+
|
|
28
34
|
& .sapUiIcon {
|
|
29
|
-
color:
|
|
35
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|
|
@@ -38,38 +44,45 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
38
44
|
|
|
39
45
|
&.sapMBtnReject,
|
|
40
46
|
&.sapMBtnNegative {
|
|
41
|
-
background-color:
|
|
42
|
-
border-color:
|
|
43
|
-
color:
|
|
47
|
+
background-color: var(--sapButton_Reject_Selected_Hover_Background);
|
|
48
|
+
border-color: var(--sapButton_Reject_Selected_Hover_BorderColor);
|
|
49
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
50
|
+
|
|
44
51
|
& .sapUiIcon {
|
|
45
|
-
color:
|
|
52
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
46
53
|
}
|
|
47
54
|
}
|
|
55
|
+
|
|
48
56
|
&.sapMBtnAccept,
|
|
49
57
|
&.sapMBtnSuccess {
|
|
50
|
-
background-color:
|
|
51
|
-
border-color:
|
|
52
|
-
color:
|
|
58
|
+
background-color: var(--sapButton_Accept_Selected_Hover_Background);
|
|
59
|
+
border-color: var(--sapButton_Accept_Selected_Hover_BorderColor);
|
|
60
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
61
|
+
|
|
53
62
|
& .sapUiIcon {
|
|
54
|
-
color:
|
|
63
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
55
64
|
}
|
|
56
65
|
}
|
|
66
|
+
|
|
57
67
|
&.sapMBtnAttention,
|
|
58
68
|
&.sapMBtnCritical {
|
|
59
|
-
background-color:
|
|
60
|
-
border-color:
|
|
61
|
-
color:
|
|
69
|
+
background-color: var(--sapButton_Attention_Selected_Hover_Background);
|
|
70
|
+
border-color: var(--sapButton_Attention_Selected_Hover_BorderColor);
|
|
71
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
72
|
+
|
|
62
73
|
& .sapUiIcon {
|
|
63
|
-
color:
|
|
74
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
64
75
|
}
|
|
65
76
|
}
|
|
66
77
|
}
|
|
67
78
|
|
|
68
79
|
.sapMBtn {
|
|
80
|
+
|
|
69
81
|
.sapMBtnCritical,
|
|
70
82
|
.sapMBtnNegative,
|
|
71
83
|
.sapMBtnSuccess,
|
|
72
84
|
.sapMBtnNeutral {
|
|
85
|
+
|
|
73
86
|
&.sapMBtnInner.sapMToggleBtnPressed {
|
|
74
87
|
text-shadow: none;
|
|
75
88
|
}
|
|
@@ -78,28 +91,26 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
78
91
|
|
|
79
92
|
/* Focus of toggled button */
|
|
80
93
|
.sapMBtn:focus > .sapMBtnInner.sapMToggleBtnPressed.sapMFocusable {
|
|
81
|
-
outline-color:
|
|
94
|
+
outline-color: var(--sapContent_FocusColor);
|
|
82
95
|
}
|
|
83
96
|
|
|
84
97
|
.sapMBtn .sapMBtnCritical.sapMToggleBtnPressed,
|
|
85
98
|
.sapContrast span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
86
99
|
.sapMBtn:hover .sapMBtnCritical.sapMToggleBtnPressed,
|
|
87
100
|
.sapContrast:hover span.sapMBtnInner.sapMBtnCritical.sapMToggleBtnPressed,
|
|
88
|
-
|
|
89
101
|
.sapMBtn .sapMBtnNegative.sapMToggleBtnPressed,
|
|
90
102
|
.sapContrast span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
91
103
|
.sapMBtn:hover .sapMBtnNegative.sapMToggleBtnPressed,
|
|
92
104
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNegative.sapMToggleBtnPressed,
|
|
93
|
-
|
|
94
105
|
.sapMBtn .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
95
106
|
.sapContrast span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
96
107
|
.sapMBtn:hover .sapMBtnSuccess.sapMToggleBtnPressed,
|
|
97
108
|
.sapContrast:hover span.sapMBtnInner.sapMBtnSuccess.sapMToggleBtnPressed,
|
|
98
|
-
|
|
99
109
|
.sapMBtn .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
100
110
|
.sapContrast span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed,
|
|
101
111
|
.sapMBtn:hover .sapMBtnNeutral.sapMToggleBtnPressed,
|
|
102
112
|
.sapContrast:hover span.sapMBtnInner.sapMBtnNeutral.sapMToggleBtnPressed {
|
|
113
|
+
|
|
103
114
|
.sapMBtnContent,
|
|
104
115
|
.sapMBtnIcon {
|
|
105
116
|
color: inherit;
|
|
@@ -107,23 +118,23 @@ html.sap-desktop .sapMToggleBtnPressed,
|
|
|
107
118
|
}
|
|
108
119
|
|
|
109
120
|
.sapMBtn .sapMBtnEmphasized.sapMToggleBtnPressed {
|
|
110
|
-
background-color:
|
|
111
|
-
color:
|
|
112
|
-
border-color:
|
|
121
|
+
background-color: var(--sapButton_Selected_Background);
|
|
122
|
+
color: var(--sapButton_Selected_TextColor);
|
|
123
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
113
124
|
}
|
|
114
125
|
|
|
115
126
|
span.sapMBtnInner.sapMToggleBtnPressed .sapMBtnIcon,
|
|
116
127
|
span.sapMBtnInner.sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon,
|
|
117
128
|
html.sap-desktop .sapMToggleBtnPressed.sapMBtnTransparent > .sapMBtnIcon {
|
|
118
|
-
color:
|
|
129
|
+
color: var(--sapButton_Selected_TextColor);
|
|
119
130
|
}
|
|
120
131
|
|
|
121
132
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable {
|
|
122
|
-
border-color:
|
|
133
|
+
border-color: var(--sapContent_FocusColor);
|
|
123
134
|
}
|
|
124
135
|
|
|
125
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)
|
|
126
|
-
border-color:
|
|
136
|
+
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFocusable:not(.sapMBadgeIndicator)::after {
|
|
137
|
+
border-color: var(--sapContent_FocusColor);
|
|
127
138
|
left: -0.0625rem;
|
|
128
139
|
top: -0.0625rem;
|
|
129
140
|
right: -0.0625rem;
|
|
@@ -131,13 +142,13 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
|
|
|
131
142
|
border-radius: 0.5rem;
|
|
132
143
|
}
|
|
133
144
|
|
|
134
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)
|
|
135
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
136
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
137
|
-
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)
|
|
138
|
-
border: 0.125rem solid
|
|
145
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
|
|
146
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
147
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
148
|
+
html.sap-desktop .sapMBtn:focus > .sapMToggleBtnPressed.sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before {
|
|
149
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
139
150
|
}
|
|
140
151
|
|
|
141
152
|
.sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
142
|
-
border-color:
|
|
153
|
+
border-color: var(--sapButton_Selected_BorderColor);
|
|
143
154
|
}
|
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
/* ========================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
8
9
|
z-index: 2;
|
|
10
|
+
|
|
9
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
10
12
|
padding-left: 0rem;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
15
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
17
19
|
padding-left: 0;
|
|
20
|
+
|
|
18
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
19
23
|
.sapMCbLabel {
|
|
20
|
-
font-family:
|
|
21
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
27
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
28
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
.sapMVSD .sapMVSDBar {
|
|
32
36
|
box-shadow: @sapUiShadowHeader;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
36
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
37
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
38
42
|
box-shadow: none;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_m_TimePicker_ItemColor: darken(@sapUiListBackground, 3);
|
|
7
7
|
@_sap_m_TimePicker_ItemHoverColor: darken(@sapUiListBackground, 6);
|
|
8
|
-
@_sap_m_TimePicker_ItemBorderColor:
|
|
8
|
+
@_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
|
|
9
9
|
|
|
10
10
|
.sapMWS:not(:last-child),
|
|
11
11
|
.sapMWS.sapMWSExpanded:not(:last-child) {
|
|
@@ -13,51 +13,64 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.sapMWS {
|
|
16
|
+
|
|
16
17
|
.sapMWSLabel,
|
|
17
18
|
.sapMWSInner {
|
|
18
19
|
width: 3rem;
|
|
19
20
|
height: 2.875rem;
|
|
21
|
+
|
|
20
22
|
.sapMWSItem,
|
|
21
23
|
.sapMWSSelectionFrame {
|
|
22
24
|
width: 3rem;
|
|
23
25
|
height: 2.875rem;
|
|
24
26
|
}
|
|
27
|
+
|
|
25
28
|
.sapMWSItem {
|
|
26
29
|
border-radius: 0.25rem;
|
|
27
|
-
background:
|
|
30
|
+
background: var(--sapActiveColor);
|
|
28
31
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
32
|
+
|
|
29
33
|
&:hover {
|
|
30
34
|
background: darken(@sapUiSelected, 10);
|
|
31
35
|
}
|
|
32
36
|
}
|
|
33
37
|
}
|
|
38
|
+
|
|
34
39
|
&.sapMWSExpanded {
|
|
40
|
+
|
|
35
41
|
.sapMWSInner {
|
|
42
|
+
|
|
36
43
|
.sapMWSItem {
|
|
37
44
|
background: @_sap_m_TimePicker_ItemColor;
|
|
38
45
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
46
|
+
|
|
39
47
|
&:hover {
|
|
40
48
|
background: @_sap_m_TimePicker_ItemHoverColor;
|
|
41
49
|
}
|
|
50
|
+
|
|
42
51
|
&:active {
|
|
43
|
-
background:
|
|
44
|
-
color:
|
|
52
|
+
background: var(--sapActiveColor);
|
|
53
|
+
color: var(--sapContent_ContrastTextColor);
|
|
45
54
|
}
|
|
46
|
-
|
|
47
55
|
}
|
|
56
|
+
|
|
48
57
|
.sapMWSSelectionFrame {
|
|
49
|
-
border: 0.125rem solid
|
|
58
|
+
border: 0.125rem solid var(--sapSelectedColor);
|
|
50
59
|
border-radius: 0.25rem;
|
|
51
60
|
outline:none;
|
|
61
|
+
|
|
52
62
|
&:hover {
|
|
63
|
+
|
|
53
64
|
+ ul > li.sapMWSItem.sapMWSItemSelected {
|
|
54
65
|
background: @_sap_m_TimePicker_ItemHoverColor;
|
|
55
66
|
}
|
|
56
67
|
}
|
|
68
|
+
|
|
57
69
|
&:active {
|
|
70
|
+
|
|
58
71
|
& + ul > li.sapMWSItem.sapMWSItemSelected {
|
|
59
|
-
background:
|
|
60
|
-
color:
|
|
72
|
+
background: var(--sapActiveColor);
|
|
73
|
+
color: var(--sapContent_ContrastTextColor);
|
|
61
74
|
}
|
|
62
75
|
}
|
|
63
76
|
}
|
|
@@ -66,42 +79,52 @@
|
|
|
66
79
|
}
|
|
67
80
|
|
|
68
81
|
.sapUiSizeCompact .sapMWS {
|
|
82
|
+
|
|
69
83
|
.sapMWSLabel,
|
|
70
84
|
.sapMWSInner {
|
|
85
|
+
width: 3rem;
|
|
86
|
+
height: 2rem;
|
|
87
|
+
|
|
71
88
|
.sapMWSItem,
|
|
72
89
|
.sapMWSSelectionFrame,
|
|
73
90
|
.sapMWSExpanded {
|
|
74
91
|
width: 3rem;
|
|
75
92
|
}
|
|
76
|
-
width: 3rem;
|
|
77
|
-
height: 2rem;
|
|
78
93
|
}
|
|
79
94
|
}
|
|
80
95
|
|
|
81
96
|
.sap-phone {
|
|
97
|
+
|
|
82
98
|
.sapMWS {
|
|
99
|
+
|
|
83
100
|
.sapMWSLabel,
|
|
84
101
|
.sapMWSInner {
|
|
85
102
|
width: 3rem;
|
|
86
103
|
height: 2.875rem;
|
|
104
|
+
|
|
87
105
|
.sapMWSItem,
|
|
88
106
|
.sapMWSSelectionFrame {
|
|
89
107
|
width: 3rem;
|
|
90
108
|
height: 2.875rem;
|
|
91
109
|
}
|
|
110
|
+
|
|
92
111
|
.sapMWSItem {
|
|
93
112
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
94
113
|
}
|
|
95
114
|
}
|
|
115
|
+
|
|
96
116
|
&.sapMWSExpanded {
|
|
117
|
+
|
|
97
118
|
.sapMWSInner {
|
|
119
|
+
|
|
98
120
|
.sapMWSItem {
|
|
99
121
|
background: @_sap_m_TimePicker_ItemColor;
|
|
100
122
|
border: 1px solid @_sap_m_TimePicker_ItemBorderColor;
|
|
101
123
|
width: 3rem;
|
|
102
124
|
}
|
|
125
|
+
|
|
103
126
|
.sapMWSSelectionFrame {
|
|
104
|
-
outline: 0.125rem solid
|
|
127
|
+
outline: 0.125rem solid var(--sapSelectedColor);
|
|
105
128
|
outline-offset: -0.188rem;
|
|
106
129
|
}
|
|
107
130
|
}
|