@openui5/themelib_sap_horizon 1.131.1 → 1.132.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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +5 -12
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
- package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
- package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon/Page.less +39 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
- package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
- package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
- package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
- package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
- package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
- package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
- 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/integration/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
|
@@ -47,57 +47,71 @@
|
|
|
47
47
|
&.sapMBtn {
|
|
48
48
|
padding: 0.125rem 0;
|
|
49
49
|
min-width: 2.5rem;
|
|
50
|
-
}
|
|
51
50
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
color: @sapUiContentIconColor;
|
|
57
|
-
background-color: @sapUiButtonLiteBackground;
|
|
58
|
-
height: 2.5rem;
|
|
59
|
-
|
|
60
|
-
.sapUiIcon {
|
|
61
|
-
color: @sapUiContentIconColor;
|
|
62
|
-
line-height: 2.5rem;
|
|
51
|
+
.sapMBtnInner::after,
|
|
52
|
+
.sapMBtnIcon {
|
|
53
|
+
background: transparent;
|
|
54
|
+
color: @sapUiShellInteractiveTextColor;
|
|
63
55
|
}
|
|
64
|
-
|
|
65
56
|
.sapMBtnContent {
|
|
66
|
-
|
|
57
|
+
background: transparent;
|
|
58
|
+
color: @sapUiShellTextColor;
|
|
67
59
|
}
|
|
68
|
-
}
|
|
69
60
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
&.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
74
|
-
&.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
75
|
-
&::before {
|
|
76
|
-
outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
77
|
-
border: none !important;
|
|
61
|
+
&:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
|
|
62
|
+
background: @sapUiShellActiveBackground;
|
|
63
|
+
border-color: @sapUiShellActiveBackground;
|
|
78
64
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
65
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
66
|
+
background-color: @sapUiShellHoverBackground;
|
|
67
|
+
.sapMBtnIcon {
|
|
68
|
+
color: @sapUiShellActiveTextColor;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&:hover:not(.sapMBtnDisabled) {
|
|
72
|
+
.sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
|
|
73
|
+
background-color: @sapUiShellHoverBackground;
|
|
74
|
+
.sapMBtnIcon {
|
|
75
|
+
color: @sapUiShellActiveTextColor;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
79
|
+
&:not(.sapMBtnActive) {
|
|
80
|
+
background: @sapUiShellHoverBackground;
|
|
81
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
82
|
+
}
|
|
83
|
+
&.sapMBtnActive {
|
|
84
|
+
background: @sapUiShellActiveBackground;
|
|
85
|
+
color: @sapUiShellActiveTextColor;
|
|
86
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
87
|
+
|
|
88
|
+
.sapMBtnContent bdi {
|
|
89
|
+
color: @sapUiShellActiveTextColor;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
&.sapMBtnActive:after,
|
|
93
|
+
&.sapMBtnActive >.sapMBtnIcon {
|
|
94
|
+
color: @sapUiShellActiveTextColor;
|
|
95
|
+
}
|
|
96
|
+
&:after,
|
|
97
|
+
>.sapMBtnIcon {
|
|
98
|
+
color: @sapUiShellInteractiveTextColor;
|
|
99
|
+
}
|
|
100
|
+
>.sapMBtnContent,
|
|
101
|
+
>.sapMBtnContent bdi
|
|
102
|
+
{
|
|
103
|
+
color: @sapUiShellTextColor;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
98
106
|
|
|
99
|
-
|
|
100
|
-
|
|
107
|
+
&:active {
|
|
108
|
+
>.sapMBtnContent,
|
|
109
|
+
>.sapMBtnInner,
|
|
110
|
+
>.sapMBtnIcon {
|
|
111
|
+
color: @sapUiShellTextColor;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
101
115
|
}
|
|
102
116
|
}
|
|
103
117
|
}
|
|
@@ -136,10 +150,13 @@
|
|
|
136
150
|
}
|
|
137
151
|
}
|
|
138
152
|
}
|
|
153
|
+
|
|
154
|
+
.sapMSF {
|
|
155
|
+
padding: 0 0;
|
|
156
|
+
}
|
|
139
157
|
}
|
|
140
158
|
}
|
|
141
159
|
|
|
142
|
-
|
|
143
160
|
// ==========================================================================
|
|
144
161
|
// sap.m.Text, sap.m.Title and sap.m.Label overriding
|
|
145
162
|
// ==========================================================================
|
|
@@ -147,9 +164,10 @@
|
|
|
147
164
|
.sapTntToolHeader {
|
|
148
165
|
.sapMTitle {
|
|
149
166
|
text-shadow: none;
|
|
150
|
-
font-family: @
|
|
151
|
-
font-size:
|
|
167
|
+
font-family: @sapFontSemiboldFamily;
|
|
168
|
+
font-size: @sapFontHeader5Size;
|
|
152
169
|
line-height: 1.625rem;
|
|
170
|
+
color: @sapUiShellSubBrandTextColor;
|
|
153
171
|
}
|
|
154
172
|
|
|
155
173
|
.sapMText,
|
|
@@ -161,7 +179,7 @@
|
|
|
161
179
|
&.sapMIBar.sapMTB .sapMBarChild.sapMText,
|
|
162
180
|
&.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
|
|
163
181
|
margin-top: 2px; // to align the text/label with the title
|
|
164
|
-
margin-left: 0.
|
|
182
|
+
margin-left: 0.5rem;
|
|
165
183
|
}
|
|
166
184
|
}
|
|
167
185
|
|
|
@@ -180,7 +198,7 @@
|
|
|
180
198
|
|
|
181
199
|
.sapTntToolHeader {
|
|
182
200
|
.sapMSF {
|
|
183
|
-
height: 2.
|
|
201
|
+
height: 2.25rem;
|
|
184
202
|
padding-top: 0px;
|
|
185
203
|
|
|
186
204
|
&:not(.sapMSFVal) .sapMSFS {
|
|
@@ -193,15 +211,16 @@
|
|
|
193
211
|
}
|
|
194
212
|
|
|
195
213
|
.sapMSF .sapMSFF {
|
|
196
|
-
border-radius:
|
|
197
|
-
height: 2.
|
|
214
|
+
border-radius: 1.125rem;
|
|
215
|
+
height: 2.25rem;
|
|
198
216
|
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
217
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
199
218
|
}
|
|
200
219
|
|
|
201
220
|
.sapMSFB {
|
|
202
221
|
width: 2rem;
|
|
203
222
|
height: 2rem;
|
|
204
|
-
margin-top: 0.
|
|
223
|
+
margin-top: 0.05rem;
|
|
205
224
|
display: flex;
|
|
206
225
|
align-items: center;
|
|
207
226
|
justify-content: center;
|
|
@@ -212,25 +231,6 @@
|
|
|
212
231
|
box-shadow: none;
|
|
213
232
|
}
|
|
214
233
|
|
|
215
|
-
.sapMSFSSI {
|
|
216
|
-
display: inline;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.sapMSFF .sapMSFSSI:before {
|
|
220
|
-
content: "\e00d";
|
|
221
|
-
display: block;
|
|
222
|
-
font-style: normal;
|
|
223
|
-
width: 1rem;
|
|
224
|
-
height: 1rem;
|
|
225
|
-
font-family: 'SAP-icons';
|
|
226
|
-
margin-right: 0.375rem;
|
|
227
|
-
margin-top: 0.6875rem;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.sapMSFS::after {
|
|
231
|
-
content: "\e1ed";
|
|
232
|
-
}
|
|
233
|
-
|
|
234
234
|
.sapMSFR::after,
|
|
235
235
|
.sapMSFS::after {
|
|
236
236
|
display: block;
|
|
@@ -265,8 +265,9 @@
|
|
|
265
265
|
|
|
266
266
|
.sapMSFS:hover::after,
|
|
267
267
|
.sapMSFR:hover::after {
|
|
268
|
-
background: @
|
|
268
|
+
background: @sapUiShellHoverBackground;
|
|
269
269
|
color: @sapUiContentIconColor;
|
|
270
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
.sapMSFB.sapMSFR:not(:last-child):hover {
|
|
@@ -319,10 +320,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
319
320
|
.sapMSFS {
|
|
320
321
|
margin-right: 0.125rem;
|
|
321
322
|
}
|
|
322
|
-
|
|
323
|
-
.sapMSFF .sapMSFSSI:before {
|
|
324
|
-
margin-top: 0.4375rem;
|
|
325
|
-
}
|
|
326
323
|
}
|
|
327
324
|
}
|
|
328
325
|
|
|
@@ -349,7 +346,7 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
349
346
|
&.sapMIBar.sapMTB {
|
|
350
347
|
.sapMBarChild.sapMImg:first-child,
|
|
351
348
|
.sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
|
|
352
|
-
margin-left: 0.
|
|
349
|
+
margin-left: 0.5rem;
|
|
353
350
|
}
|
|
354
351
|
}
|
|
355
352
|
|
|
@@ -358,4 +355,14 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
358
355
|
outline-offset: 0.125rem;
|
|
359
356
|
border-radius: 0.25rem;
|
|
360
357
|
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// ==========================================================================
|
|
361
|
+
// sap.m.Avatar overriding
|
|
362
|
+
// ==========================================================================
|
|
363
|
+
|
|
364
|
+
.sapTntToolHeader {
|
|
365
|
+
.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled) {
|
|
366
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
367
|
+
}
|
|
361
368
|
}
|
|
@@ -47,57 +47,71 @@
|
|
|
47
47
|
&.sapMBtn {
|
|
48
48
|
padding: 0.125rem 0;
|
|
49
49
|
min-width: 2.5rem;
|
|
50
|
-
}
|
|
51
50
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
color: @sapUiContentIconColor;
|
|
57
|
-
background-color: @sapUiButtonLiteBackground;
|
|
58
|
-
height: 2.5rem;
|
|
59
|
-
|
|
60
|
-
.sapUiIcon {
|
|
61
|
-
color: @sapUiContentIconColor;
|
|
62
|
-
line-height: 2.5rem;
|
|
51
|
+
.sapMBtnInner::after,
|
|
52
|
+
.sapMBtnIcon {
|
|
53
|
+
background: transparent;
|
|
54
|
+
color: @sapUiShellInteractiveTextColor;
|
|
63
55
|
}
|
|
64
|
-
|
|
65
56
|
.sapMBtnContent {
|
|
66
|
-
|
|
57
|
+
background: transparent;
|
|
58
|
+
color: @sapUiShellTextColor;
|
|
67
59
|
}
|
|
68
|
-
}
|
|
69
60
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
&.sapMBtn:focus .sapMBtnBack.sapMFocusable,
|
|
74
|
-
&.sapMBtn:focus .sapMBtnUp.sapMFocusable {
|
|
75
|
-
&::before {
|
|
76
|
-
outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
|
|
77
|
-
border: none !important;
|
|
61
|
+
&:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
|
|
62
|
+
background: @sapUiShellActiveBackground;
|
|
63
|
+
border-color: @sapUiShellActiveBackground;
|
|
78
64
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
65
|
+
.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
66
|
+
background-color: @sapUiShellHoverBackground;
|
|
67
|
+
.sapMBtnIcon {
|
|
68
|
+
color: @sapUiShellActiveTextColor;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&:hover:not(.sapMBtnDisabled) {
|
|
72
|
+
.sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
|
|
73
|
+
background-color: @sapUiShellHoverBackground;
|
|
74
|
+
.sapMBtnIcon {
|
|
75
|
+
color: @sapUiShellActiveTextColor;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
79
|
+
&:not(.sapMBtnActive) {
|
|
80
|
+
background: @sapUiShellHoverBackground;
|
|
81
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
82
|
+
}
|
|
83
|
+
&.sapMBtnActive {
|
|
84
|
+
background: @sapUiShellActiveBackground;
|
|
85
|
+
color: @sapUiShellActiveTextColor;
|
|
86
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
87
|
+
|
|
88
|
+
.sapMBtnContent bdi {
|
|
89
|
+
color: @sapUiShellActiveTextColor;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
&.sapMBtnActive:after,
|
|
93
|
+
&.sapMBtnActive >.sapMBtnIcon {
|
|
94
|
+
color: @sapUiShellActiveTextColor;
|
|
95
|
+
}
|
|
96
|
+
&:after,
|
|
97
|
+
>.sapMBtnIcon {
|
|
98
|
+
color: @sapUiShellInteractiveTextColor;
|
|
99
|
+
}
|
|
100
|
+
>.sapMBtnContent,
|
|
101
|
+
>.sapMBtnContent bdi
|
|
102
|
+
{
|
|
103
|
+
color: @sapUiShellTextColor;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
98
106
|
|
|
99
|
-
|
|
100
|
-
|
|
107
|
+
&:active {
|
|
108
|
+
>.sapMBtnContent,
|
|
109
|
+
>.sapMBtnInner,
|
|
110
|
+
>.sapMBtnIcon {
|
|
111
|
+
color: @sapUiShellTextColor;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
101
115
|
}
|
|
102
116
|
}
|
|
103
117
|
}
|
|
@@ -136,6 +150,10 @@
|
|
|
136
150
|
}
|
|
137
151
|
}
|
|
138
152
|
}
|
|
153
|
+
|
|
154
|
+
.sapMSF {
|
|
155
|
+
padding: 0 0;
|
|
156
|
+
}
|
|
139
157
|
}
|
|
140
158
|
}
|
|
141
159
|
|
|
@@ -146,9 +164,10 @@
|
|
|
146
164
|
.sapTntToolHeader {
|
|
147
165
|
.sapMTitle {
|
|
148
166
|
text-shadow: none;
|
|
149
|
-
font-family: @
|
|
150
|
-
font-size:
|
|
167
|
+
font-family: @sapFontSemiboldFamily;
|
|
168
|
+
font-size: @sapFontHeader5Size;
|
|
151
169
|
line-height: 1.625rem;
|
|
170
|
+
color: @sapUiShellSubBrandTextColor;
|
|
152
171
|
}
|
|
153
172
|
|
|
154
173
|
.sapMText,
|
|
@@ -160,7 +179,7 @@
|
|
|
160
179
|
&.sapMIBar.sapMTB .sapMBarChild.sapMText,
|
|
161
180
|
&.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
|
|
162
181
|
margin-top: 2px; // to align the text/label with the title
|
|
163
|
-
margin-left: 0.
|
|
182
|
+
margin-left: 0.5rem;
|
|
164
183
|
}
|
|
165
184
|
}
|
|
166
185
|
|
|
@@ -179,7 +198,7 @@
|
|
|
179
198
|
|
|
180
199
|
.sapTntToolHeader {
|
|
181
200
|
.sapMSF {
|
|
182
|
-
height: 2.
|
|
201
|
+
height: 2.25rem;
|
|
183
202
|
padding-top: 0px;
|
|
184
203
|
|
|
185
204
|
&:not(.sapMSFVal) .sapMSFS {
|
|
@@ -192,15 +211,16 @@
|
|
|
192
211
|
}
|
|
193
212
|
|
|
194
213
|
.sapMSF .sapMSFF {
|
|
195
|
-
border-radius:
|
|
196
|
-
height: 2.
|
|
214
|
+
border-radius: 1.125rem;
|
|
215
|
+
height: 2.25rem;
|
|
197
216
|
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
217
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
198
218
|
}
|
|
199
219
|
|
|
200
220
|
.sapMSFB {
|
|
201
221
|
width: 2rem;
|
|
202
222
|
height: 2rem;
|
|
203
|
-
margin-top: 0.
|
|
223
|
+
margin-top: 0.05rem;
|
|
204
224
|
display: flex;
|
|
205
225
|
align-items: center;
|
|
206
226
|
justify-content: center;
|
|
@@ -211,25 +231,6 @@
|
|
|
211
231
|
box-shadow: none;
|
|
212
232
|
}
|
|
213
233
|
|
|
214
|
-
.sapMSFSSI {
|
|
215
|
-
display: inline;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.sapMSFF .sapMSFSSI:before {
|
|
219
|
-
content: "\e00d";
|
|
220
|
-
display: block;
|
|
221
|
-
font-style: normal;
|
|
222
|
-
width: 1rem;
|
|
223
|
-
height: 1rem;
|
|
224
|
-
font-family: 'SAP-icons';
|
|
225
|
-
margin-right: 0.375rem;
|
|
226
|
-
margin-top: 0.6875rem;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.sapMSFS::after {
|
|
230
|
-
content: "\e1ed";
|
|
231
|
-
}
|
|
232
|
-
|
|
233
234
|
.sapMSFR::after,
|
|
234
235
|
.sapMSFS::after {
|
|
235
236
|
display: block;
|
|
@@ -264,8 +265,9 @@
|
|
|
264
265
|
|
|
265
266
|
.sapMSFS:hover::after,
|
|
266
267
|
.sapMSFR:hover::after {
|
|
267
|
-
background: @
|
|
268
|
+
background: @sapUiShellHoverBackground;
|
|
268
269
|
color: @sapUiContentIconColor;
|
|
270
|
+
border: 1px solid @sapUiButtonLiteHoverBorderColor;
|
|
269
271
|
}
|
|
270
272
|
|
|
271
273
|
.sapMSFB.sapMSFR:not(:last-child):hover {
|
|
@@ -318,10 +320,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
318
320
|
.sapMSFS {
|
|
319
321
|
margin-right: 0.125rem;
|
|
320
322
|
}
|
|
321
|
-
|
|
322
|
-
.sapMSFF .sapMSFSSI:before {
|
|
323
|
-
margin-top: 0.4375rem;
|
|
324
|
-
}
|
|
325
323
|
}
|
|
326
324
|
}
|
|
327
325
|
|
|
@@ -348,7 +346,7 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
348
346
|
&.sapMIBar.sapMTB {
|
|
349
347
|
.sapMBarChild.sapMImg:first-child,
|
|
350
348
|
.sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
|
|
351
|
-
margin-left: 0.
|
|
349
|
+
margin-left: 0.5rem;
|
|
352
350
|
}
|
|
353
351
|
}
|
|
354
352
|
|
|
@@ -357,4 +355,14 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
|
|
|
357
355
|
outline-offset: 0.125rem;
|
|
358
356
|
border-radius: 0.25rem;
|
|
359
357
|
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// ==========================================================================
|
|
361
|
+
// sap.m.Avatar overriding
|
|
362
|
+
// ==========================================================================
|
|
363
|
+
|
|
364
|
+
.sapTntToolHeader {
|
|
365
|
+
.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled) {
|
|
366
|
+
border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
|
|
367
|
+
}
|
|
360
368
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap_horizon</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.132.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|