@openui5/themelib_sap_horizon 1.102.2 → 1.104.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 +17 -0
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +35 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
- package/src/sap/m/themes/sap_horizon/Button.less +5 -6
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
- package/src/sap/m/themes/sap_horizon/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +23 -4
- package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
- package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +2 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +2 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +20 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +20 -0
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
|
@@ -3,9 +3,17 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================ */
|
|
5
5
|
|
|
6
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
7
|
+
border: 1px solid @sapUiTileBackground
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
html.sap-desktop .sapMST:active{
|
|
11
|
+
background-color: @sapTile_Active_Background;
|
|
12
|
+
.sapMSTFocusDiv{
|
|
13
|
+
border: 1px solid @sapTile_Interactive_BorderColor;
|
|
14
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
15
|
+
inset: 0;
|
|
16
|
+
}
|
|
9
17
|
}
|
|
10
18
|
|
|
11
19
|
.sapMST.sapMSTScopeActions.sapMSTDarkBackground .sapMSTMoreIcon {
|
|
@@ -28,18 +36,23 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
28
36
|
|
|
29
37
|
/* Bulleted indicator of multiple tiles*/
|
|
30
38
|
.sapMSTBulleted > span {
|
|
31
|
-
|
|
32
|
-
|
|
39
|
+
border: solid 0.0625rem @sapTile_OverlayForegroundColor;
|
|
40
|
+
opacity: 0.6;
|
|
41
|
+
box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
|
|
42
|
+
margin: 0 0.094rem;
|
|
33
43
|
}
|
|
34
44
|
|
|
35
45
|
.sapMSTBulleted > span.sapMSTActive {
|
|
36
|
-
background
|
|
37
|
-
box-shadow: 0 0 0.
|
|
46
|
+
background: @sapTile_OverlayForegroundColor;
|
|
47
|
+
box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
|
|
38
48
|
}
|
|
39
49
|
|
|
40
50
|
.sapMST {
|
|
41
|
-
border-radius: @
|
|
51
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
42
52
|
border-color: @sapTile_BorderColor;
|
|
53
|
+
box-shadow: @sapContent_Shadow0;
|
|
54
|
+
background: @sapTile_Background;
|
|
55
|
+
overflow: hidden;
|
|
43
56
|
}
|
|
44
57
|
|
|
45
58
|
.sapMST.TwoByOne {
|
|
@@ -51,7 +64,10 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
51
64
|
}
|
|
52
65
|
|
|
53
66
|
.sapMST .sapMSTIconDisplayArea {
|
|
54
|
-
background-color:
|
|
67
|
+
background-color: @sapBlockLayer_Background;
|
|
68
|
+
}
|
|
69
|
+
.sapMST.sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea{
|
|
70
|
+
opacity: 0.8;
|
|
55
71
|
}
|
|
56
72
|
|
|
57
73
|
.sapMST.sapMSTIconPressed .sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea {
|
|
@@ -62,11 +78,11 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
62
78
|
text-shadow: 0px 1px @sapUiButtonEmphasizedTextShadow;
|
|
63
79
|
}
|
|
64
80
|
|
|
65
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
border
|
|
69
|
-
|
|
81
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
82
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
83
|
+
box-shadow: none;
|
|
84
|
+
border: 2px solid @sapContent_FocusColor;
|
|
85
|
+
inset: 0;
|
|
70
86
|
}
|
|
71
87
|
|
|
72
88
|
html.sap-desktop .sapMST:focus .sapMSTFocusDiv:after,
|
|
@@ -76,10 +92,33 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
76
92
|
}
|
|
77
93
|
|
|
78
94
|
html.sap-desktop .sapMST:hover {
|
|
79
|
-
box-shadow: @
|
|
95
|
+
box-shadow: @sapContent_Shadow2 !important;
|
|
80
96
|
|
|
81
97
|
.sapMGT:hover {
|
|
82
98
|
box-shadow: none !important;
|
|
99
|
+
opacity: 0.9;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
html.sap-desktop .sapMST:active{
|
|
105
|
+
.sapMGT{
|
|
106
|
+
opacity: 0.8;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.sapMST{
|
|
111
|
+
.sapMGT.OneByOne,.sapMGT.TwoByOne{
|
|
112
|
+
.sapMTileCnt.News {
|
|
113
|
+
border-bottom-left-radius: 0;
|
|
114
|
+
border-bottom-right-radius: 0;
|
|
115
|
+
}
|
|
83
116
|
}
|
|
117
|
+
}
|
|
84
118
|
|
|
119
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
120
|
+
.sapUiIcon {
|
|
121
|
+
top: 0rem;
|
|
122
|
+
left: 0.15rem;
|
|
123
|
+
}
|
|
85
124
|
}
|
|
@@ -114,11 +114,14 @@
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.sapMSliderTickmarks {
|
|
117
|
-
|
|
117
|
+
display: flex;
|
|
118
|
+
box-sizing: border-box;
|
|
119
|
+
align-items: center;
|
|
118
120
|
}
|
|
119
121
|
|
|
120
122
|
.sapMSliderTick {
|
|
121
|
-
margin: 0
|
|
123
|
+
margin: 0;
|
|
124
|
+
height: .5rem;
|
|
122
125
|
}
|
|
123
126
|
|
|
124
127
|
.sapMSliderLabels {
|
|
@@ -132,6 +135,12 @@
|
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
.sapUiSizeCompact {
|
|
138
|
+
|
|
139
|
+
.sapMSliderTick {
|
|
140
|
+
height: 0.5rem;
|
|
141
|
+
margin: 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
135
144
|
.sapMSlider::after {
|
|
136
145
|
top: 14px;
|
|
137
146
|
right: 6px;
|
|
@@ -167,4 +176,8 @@
|
|
|
167
176
|
right: 0.1875rem;
|
|
168
177
|
}
|
|
169
178
|
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
182
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
170
183
|
}
|
|
@@ -215,6 +215,12 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
+
.sapUiSizeCompact .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
219
|
+
.sapUiIcon {
|
|
220
|
+
line-height: 1.5rem;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
218
224
|
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnTransparent.sapMBtnIconFirst::before,
|
|
219
225
|
.sapMIBar .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnDefault::before {
|
|
220
226
|
background-color: @sapUiButtonActiveTextColor;
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color: @
|
|
10
|
+
background-color: @sapTile_OverlayBackground;
|
|
11
|
+
.sapMTileCntContent{
|
|
12
|
+
height: 3.625rem;
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
|
|
13
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
14
|
-
color: @
|
|
17
|
+
color: @sapTile_OverlayForegroundColor;
|
|
15
18
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/* button */
|
|
8
8
|
/* ----------------------------- */
|
|
9
9
|
|
|
10
|
-
.sapMActionSelectPicker .sapMBtn {
|
|
10
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn {
|
|
11
11
|
.sapMBtnInner {
|
|
12
12
|
border-top: 1px solid @sapUiButtonActionSelectBorderColor;
|
|
13
13
|
border-bottom: 0;
|
|
@@ -21,15 +21,20 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
24
|
+
html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
25
25
|
border-radius: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
29
|
+
margin-left: 1rem;
|
|
30
|
+
margin-right: 1rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
28
33
|
/* override standard buttons inside the action select */
|
|
29
34
|
|
|
30
35
|
.sapMActionSelectPicker .sapMBtnDefault {
|
|
31
36
|
background: @sapUiButtonActionSelectBackground;
|
|
32
|
-
border-color: @
|
|
37
|
+
border-color: @sapUiListBorderColor;
|
|
33
38
|
|
|
34
39
|
/* override the default text-shadow */
|
|
35
40
|
text-shadow: none;
|
|
@@ -37,7 +42,7 @@
|
|
|
37
42
|
|
|
38
43
|
.sapMActionSelectPicker .sapMBtn,
|
|
39
44
|
.sapMActionSelectPicker .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
40
|
-
border-color: @
|
|
45
|
+
border-color: @sapUiListBorderColor;
|
|
41
46
|
}
|
|
42
47
|
|
|
43
48
|
html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtnDefault:not(.sapMBtnActive):hover {
|
|
@@ -58,11 +63,11 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
58
63
|
padding: 0;
|
|
59
64
|
}
|
|
60
65
|
|
|
61
|
-
.sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
66
|
+
html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
62
67
|
height: 2rem;
|
|
63
68
|
border-radius: 0;
|
|
64
69
|
border: 0;
|
|
65
|
-
border-top: 1px solid @
|
|
70
|
+
border-top: 1px solid @sapUiListBorderColor;
|
|
66
71
|
|
|
67
72
|
.sapMBtnContent {
|
|
68
73
|
line-height: 2rem;
|
|
@@ -3,27 +3,131 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@sapMGenericTagBorderWidth: 0.375rem;
|
|
7
|
+
@sapMGenericTagIconPaddingRight: 0.375rem;
|
|
8
|
+
@sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
|
|
9
|
+
|
|
10
|
+
.sapMGenericTagWrap {
|
|
11
|
+
box-shadow: @sapUiContentShadow0;
|
|
12
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
13
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
|
|
14
|
+
background-color: @sapUiNeutralBG;
|
|
15
|
+
border: none;
|
|
16
|
+
padding: 0 0.375rem 0 0.75rem;
|
|
17
|
+
|
|
18
|
+
.sapMGenericTagWarning & {
|
|
19
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
|
|
20
|
+
background-color: @sapUiWarningBG;
|
|
21
|
+
|
|
22
|
+
.sapMGenericTagIcon {
|
|
23
|
+
color: @sapUiCriticalElement;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMGenericTagValue {
|
|
27
|
+
color: @sapUiCriticalText;
|
|
28
|
+
}
|
|
9
29
|
}
|
|
10
|
-
|
|
11
|
-
|
|
30
|
+
|
|
31
|
+
.sapMGenericTagError & {
|
|
32
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
|
|
33
|
+
background-color: @sapUiErrorBG;
|
|
34
|
+
|
|
35
|
+
.sapMGenericTagIcon {
|
|
36
|
+
color: @sapUiNegativeElement;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapMGenericTagValue {
|
|
40
|
+
color: @sapNegativeTextColor;
|
|
41
|
+
}
|
|
12
42
|
}
|
|
13
|
-
}
|
|
14
43
|
|
|
15
|
-
.
|
|
16
|
-
|
|
44
|
+
.sapMGenericTagSuccess & {
|
|
45
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
|
|
46
|
+
background-color: @sapUiSuccessBG;
|
|
47
|
+
|
|
48
|
+
.sapMGenericTagIcon {
|
|
49
|
+
color: @sapUiPositiveElement;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapMGenericTagValue {
|
|
53
|
+
color: @sapUiPositiveText;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.sapMGenericTagInformation & {
|
|
58
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
|
|
59
|
+
background-color: @sapUiInformationBG;
|
|
60
|
+
|
|
61
|
+
.sapMGenericTagIcon {
|
|
62
|
+
color: @sapUiInformativeElement;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sapMGenericTagValue {
|
|
66
|
+
color: @sapUiInformativeText;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:hover {
|
|
17
71
|
background-color: @sapUiListHoverBackground;
|
|
18
|
-
box-shadow: @
|
|
72
|
+
box-shadow: @sapUiContentShadow0;
|
|
19
73
|
|
|
20
|
-
|
|
21
|
-
|
|
74
|
+
.sapMGenericTagText,
|
|
75
|
+
.sapMGenericTagValue,
|
|
76
|
+
.sapMGenericTagIcon,
|
|
77
|
+
.sapMObjectNumberText,
|
|
78
|
+
.sapMObjectNumberUnit,
|
|
79
|
+
.sapMGenericTagErrorIcon {
|
|
22
80
|
color: @sapUiListActiveTextColor;
|
|
81
|
+
text-shadow: none;
|
|
23
82
|
}
|
|
24
83
|
}
|
|
25
84
|
|
|
26
|
-
.
|
|
27
|
-
|
|
85
|
+
.sapMGenericTagText {
|
|
86
|
+
color: @sapUiListTextColor;
|
|
87
|
+
text-shadow: @sapUiContentTextShadow;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapMGenericTagValue {
|
|
91
|
+
text-shadow: @sapUiContentTextShadow;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.sapMGenericTagErrorIcon {
|
|
95
|
+
color: @sapUiNegativeElement;
|
|
28
96
|
}
|
|
97
|
+
|
|
98
|
+
.sapMGenericTagActive & {
|
|
99
|
+
.sapMGenericTagText,
|
|
100
|
+
.sapMGenericTagValue,
|
|
101
|
+
.sapMGenericTagIcon,
|
|
102
|
+
.sapMObjectNumberText,
|
|
103
|
+
.sapMObjectNumberUnit,
|
|
104
|
+
.sapMGenericTagErrorIcon {
|
|
105
|
+
color: @sapUiListActiveTextColor;
|
|
106
|
+
text-shadow: none;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
html.sap-desktop .sapMGenericTag:focus {
|
|
112
|
+
position: relative;
|
|
113
|
+
|
|
114
|
+
&:before {
|
|
115
|
+
position: absolute;
|
|
116
|
+
content: " ";
|
|
117
|
+
inset: 0.125rem;
|
|
118
|
+
border: @sapBackgroundColor solid @sapUiContentFocusWidth;
|
|
119
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
&:after {
|
|
123
|
+
position: absolute;
|
|
124
|
+
content: " ";
|
|
125
|
+
inset: 0.125rem;
|
|
126
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
127
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.sapUiSizeCozy .sapMGenericTag {
|
|
132
|
+
margin: 0.5625rem 0;
|
|
29
133
|
}
|
|
@@ -40,6 +40,15 @@
|
|
|
40
40
|
box-shadow: 0px 0px 1px 0px white inset;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
.sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
|
|
44
|
+
.sapMBtnInner{
|
|
45
|
+
border-color: @sapButton_BorderColor;
|
|
46
|
+
}
|
|
47
|
+
.sapMBtnIcon {
|
|
48
|
+
color: @sapButton_TextColor;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
43
52
|
/************************ LINE MODE FLOATING VIEW *****************/
|
|
44
53
|
|
|
45
54
|
.sapUiMedia-GenericTileDeviceSet-large {
|
|
@@ -150,9 +159,116 @@ html.sap-tablet .sapMGTBackgroundHvrOutln:not(.sapMGTStateDisabled):active {
|
|
|
150
159
|
box-shadow: 0 0 0 0.125rem @sapUiContentShadowColor;
|
|
151
160
|
}
|
|
152
161
|
|
|
162
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):hover,
|
|
163
|
+
html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sapMGTIconMode):active {
|
|
164
|
+
box-shadow: none;
|
|
165
|
+
border-color: transparent !important;
|
|
166
|
+
.sapMGTFocusDiv{
|
|
167
|
+
outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
153
171
|
.TwoByOne.sapMGTActionMode {
|
|
154
172
|
border-radius: 1.25rem;
|
|
155
173
|
.sapMGTFocusDiv {
|
|
156
174
|
border-radius: 1.25rem !important;
|
|
157
175
|
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
html.sap-desktop .sapMGT.sapMGTLineMode:hover{
|
|
179
|
+
box-shadow: none !important;
|
|
180
|
+
border: none !important;
|
|
181
|
+
.sapMGTFocusDiv {
|
|
182
|
+
border: 0.1875rem solid @sapTile_Interactive_BorderColor;
|
|
183
|
+
inset: -2px;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMGT.sapMGTLineMode:active{
|
|
188
|
+
background-color: @sapTile_Active_Background;
|
|
189
|
+
outline: 2px solid @sapContent_FocusColor !important;
|
|
190
|
+
outline-offset: -0.125rem;
|
|
191
|
+
border: none !important;
|
|
192
|
+
.sapMGTFocusDiv{
|
|
193
|
+
border: none !important;
|
|
194
|
+
box-shadow: none !important;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
201
|
+
line-height: 2.125rem !important;
|
|
202
|
+
border: none;
|
|
203
|
+
}
|
|
204
|
+
.sapUiSizeCompact{
|
|
205
|
+
.sapMGT.sapMGTScopeActions.sapMGTIconMode .sapMBtnBase.sapMGTMoreIcon .sapMBtnIcon {
|
|
206
|
+
line-height: 1.5rem !important;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
211
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
212
|
+
.sapMBtnIcon{
|
|
213
|
+
border: 0.01rem solid;
|
|
214
|
+
border-radius: 0.5rem;
|
|
215
|
+
line-height: 1.7;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.sapUiSizeCompact{
|
|
221
|
+
.sapMGT.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf){
|
|
222
|
+
.sapMBtnBase.sapMGTMoreIcon{
|
|
223
|
+
.sapMBtnIcon{
|
|
224
|
+
padding-left: 0.5rem;
|
|
225
|
+
padding-right: 0.5rem;
|
|
226
|
+
line-height: 1.5rem;
|
|
227
|
+
left: 0.4rem;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
.sapMGTLineMode .sapMGTActionsContainer, .sapMGTLineMode .sapMGTScopeSingleActionContainer{
|
|
233
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
234
|
+
.sapMBtnIcon{
|
|
235
|
+
bottom: 0.5rem;
|
|
236
|
+
left: -1.5rem;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.sapUiSizeCompact{
|
|
242
|
+
.sapMGT.sapMGTLineMode.sapMGTScopeSingleAction:not(.sapMGTIconMode.TwoByHalf), .sapMGT.sapMGTLineMode.sapMGTScopeActions:not(.sapMGTIconMode.TwoByHalf){
|
|
243
|
+
.sapMGTMoreIcon.sapMBtnBase{
|
|
244
|
+
.sapMBtnIcon{
|
|
245
|
+
bottom: 0.4rem;
|
|
246
|
+
left: -1.7rem
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
253
|
+
.sapMGTLineMode.sapMGTScopeSingleAction {
|
|
254
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
255
|
+
padding-right: 3rem;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
261
|
+
.sapMGTLineMode.sapMGTScopeSingleAction.sapMGTAcionRemove {
|
|
262
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
263
|
+
padding-right: 1rem;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.sapUiMedia-GenericTileDeviceSet-large{
|
|
269
|
+
.sapMGTLineMode.sapMGTScopeActions {
|
|
270
|
+
.sapMGTHdrTxt:last-of-type, .sapMGTSubHdrTxt {
|
|
271
|
+
padding-right: 4.5rem;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
158
274
|
}
|
|
@@ -16,14 +16,6 @@
|
|
|
16
16
|
outline: none;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
20
|
-
border-left: 1px solid @sapUiHcReducedAltForeground;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
24
|
-
border-top: 1px solid @sapUiHcReducedAltForeground;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
19
|
.sapMHrdrCntrInner {
|
|
28
20
|
border: 2px solid transparent;
|
|
29
21
|
}
|
|
@@ -31,4 +23,20 @@
|
|
|
31
23
|
html.sap-desktop .sapMHrdrCntrInner:focus {
|
|
32
24
|
outline: none;
|
|
33
25
|
border: 2px dotted @sapUiContentFocusColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapMHdrCntrBtnIcon{
|
|
29
|
+
color: @sapContent_NonInteractiveIconColor;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
|
|
33
|
+
border-left: 1px solid @sapList_BorderColor;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
|
|
37
|
+
border-top: 1px solid @sapList_BorderColor;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapMHdrCntrBGTransparent {
|
|
41
|
+
background-color: transparent;
|
|
34
42
|
}
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMONInformativeElement: @sapUiInformationBG;
|
|
7
7
|
|
|
8
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
9
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
10
|
-
font-size: 1.5rem;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
8
|
.sapMObjectNumberInverted {
|
|
14
9
|
box-sizing: border-box;
|
|
15
10
|
&:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
|
|
@@ -126,6 +126,10 @@
|
|
|
126
126
|
.sapMPopover {
|
|
127
127
|
border-radius: @sapUiPopoverBorderCornerRadius;
|
|
128
128
|
|
|
129
|
+
.sapMPopoverCont {
|
|
130
|
+
padding: 0.0625rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
129
133
|
&.sapMPopoverWithoutBar .sapMPopoverCont,
|
|
130
134
|
.sapMIBar.sapMHeader-CTX {
|
|
131
135
|
border-top-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
@@ -203,4 +203,11 @@
|
|
|
203
203
|
top: -1.3125rem;
|
|
204
204
|
right: -0.0675rem;
|
|
205
205
|
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Compact and Condensed */
|
|
209
|
+
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
|
|
210
|
+
.sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
211
|
+
padding: 0.4375rem 0;
|
|
212
|
+
margin: 0;
|
|
206
213
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
.sapMSliderInner .sapMSliderHandle {
|
|
27
27
|
background: @sapUiSliderRangeHandleBackground;
|
|
28
28
|
box-shadow: @sapUiContentSelectedShadow;
|
|
29
|
-
top: -0.
|
|
29
|
+
top: -0.6875rem;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
43
43
|
outline: none;
|
|
44
44
|
box-shadow: none;
|
|
45
|
-
top: -0.
|
|
45
|
+
top: -0.6875rem;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
52
52
|
outline: none;
|
|
53
53
|
box-shadow: none;
|
|
54
|
-
top: -0.
|
|
54
|
+
top: -0.6875rem;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -43,4 +43,37 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
|
|
|
43
43
|
|
|
44
44
|
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
45
45
|
text-shadow: @sapContent_TextShadow;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
49
|
+
.sapMRINoCustomIconSize {
|
|
50
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
51
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
52
|
+
font-size: 1.125rem !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon {
|
|
56
|
+
font-size: .75rem !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapUiSizeCompact .sapMRINoCustomIconSize {
|
|
61
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
62
|
+
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
63
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
64
|
+
&.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
65
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
66
|
+
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
67
|
+
font-size: .75rem !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
& .sapUiIcon,
|
|
71
|
+
& .sapUiIcon {
|
|
72
|
+
font-size: 1rem !important;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
& .sapMRISel,
|
|
76
|
+
& .sapMRIUnselWrapper {
|
|
77
|
+
height: 100%;
|
|
78
|
+
}
|
|
46
79
|
}
|