@openui5/themelib_sap_horizon 1.131.1 → 1.132.1
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ======================================== */
|
|
2
2
|
/* CSS for control sap.m/ProgressIndicator */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
6
|
.sapMPI {
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
|
|
46
46
|
.sapMPIBarRemaining {
|
|
47
47
|
position: absolute;
|
|
48
|
-
|
|
49
|
-
border: 0.0625rem solid
|
|
48
|
+
width: ~'calc(100% - 1.25rem)';
|
|
49
|
+
border: 0.0625rem solid var(--sapProgress_BorderColor);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.sapMPIBar {
|
|
53
53
|
z-index: 1;
|
|
54
|
-
border: 0.0625rem solid
|
|
54
|
+
border: 0.0625rem solid var(--sapProgress_Value_TextColor);
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMPIValueMin .sapMPIBar {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.sapMPIBar::before {
|
|
62
|
-
font-family:
|
|
62
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
63
63
|
font-size: 1rem;
|
|
64
64
|
margin-left: 0.25rem;
|
|
65
65
|
position: absolute;
|
|
@@ -85,116 +85,121 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.sapMPIBarPositive {
|
|
88
|
-
background-color:
|
|
89
|
-
border-color:
|
|
88
|
+
background-color: var(--sapProgress_Value_PositiveBackground);
|
|
89
|
+
border-color: var(--sapProgress_Value_PositiveBorderColor);
|
|
90
|
+
|
|
90
91
|
.sapMPIText.sapMPITextLeft,
|
|
91
92
|
.sapMPIText.sapMPITextRight {
|
|
92
|
-
color:
|
|
93
|
+
color: var(--sapProgress_PositiveTextColor);
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
&::before {
|
|
96
97
|
content: '\e1c1';
|
|
97
|
-
color:
|
|
98
|
+
color: var(--sapProgress_Value_PositiveTextColor);
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
+ .sapMPIBarRemaining {
|
|
101
|
-
background-color:
|
|
102
|
-
border-color:
|
|
102
|
+
background-color: var(--sapProgress_PositiveBackground);
|
|
103
|
+
border-color: var(--sapProgress_PositiveBorderColor);
|
|
103
104
|
|
|
104
105
|
&::after,
|
|
105
106
|
&::before {
|
|
106
|
-
background-color:
|
|
107
|
+
background-color: var(--sapProgress_Value_PositiveBackground);
|
|
107
108
|
}
|
|
108
109
|
}
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
.sapMPIBarNegative {
|
|
112
|
-
background-color:
|
|
113
|
-
border-color:
|
|
113
|
+
background-color: var(--sapProgress_Value_NegativeBackground);
|
|
114
|
+
border-color: var(--sapProgress_Value_NegativeBorderColor);
|
|
115
|
+
|
|
114
116
|
.sapMPIText.sapMPITextLeft,
|
|
115
117
|
.sapMPIText.sapMPITextRight {
|
|
116
|
-
color:
|
|
118
|
+
color: var(--sapProgress_NegativeTextColor);
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
&::before {
|
|
120
122
|
content: '\e1ec';
|
|
121
|
-
color:
|
|
123
|
+
color: var(--sapProgress_Value_NegativeTextColor);
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
+ .sapMPIBarRemaining {
|
|
125
|
-
background-color:
|
|
126
|
-
border-color:
|
|
127
|
+
background-color: var(--sapProgress_NegativeBackground);
|
|
128
|
+
border-color: var(--sapProgress_NegativeBorderColor);
|
|
127
129
|
|
|
128
130
|
&::after,
|
|
129
131
|
&::before {
|
|
130
|
-
background:
|
|
132
|
+
background: var(--sapProgress_Value_NegativeBackground);
|
|
131
133
|
}
|
|
132
134
|
}
|
|
133
135
|
}
|
|
134
136
|
|
|
135
137
|
.sapMPIBarCritical {
|
|
136
|
-
background-color:
|
|
137
|
-
border-color:
|
|
138
|
+
background-color: var(--sapProgress_Value_CriticalBackground);
|
|
139
|
+
border-color: var(--sapProgress_Value_CriticalBorderColor);
|
|
140
|
+
|
|
138
141
|
.sapMPIText.sapMPITextLeft,
|
|
139
142
|
.sapMPIText.sapMPITextRight {
|
|
140
|
-
color:
|
|
143
|
+
color: var(--sapProgress_CriticalTextColor);
|
|
141
144
|
}
|
|
142
145
|
|
|
143
146
|
&::before {
|
|
144
147
|
content: '\e053';
|
|
145
|
-
color:
|
|
148
|
+
color: var(--sapProgress_Value_CriticalTextColor);
|
|
146
149
|
}
|
|
147
150
|
|
|
148
151
|
+ .sapMPIBarRemaining {
|
|
149
|
-
background-color:
|
|
150
|
-
border-color:
|
|
152
|
+
background-color: var(--sapProgress_CriticalBackground);
|
|
153
|
+
border-color: var(--sapProgress_CriticalBorderColor);
|
|
151
154
|
|
|
152
155
|
&::after,
|
|
153
156
|
&::before {
|
|
154
|
-
background:
|
|
157
|
+
background: var(--sapProgress_Value_CriticalBackground);
|
|
155
158
|
}
|
|
156
159
|
}
|
|
157
160
|
}
|
|
158
161
|
|
|
159
162
|
.sapMPIBarInformation {
|
|
160
|
-
background-color:
|
|
161
|
-
border-color:
|
|
163
|
+
background-color: var(--sapProgress_Value_InformationBackground);
|
|
164
|
+
border-color: var(--sapProgress_Value_InformationBorderColor);
|
|
165
|
+
|
|
162
166
|
.sapMPIText.sapMPITextLeft,
|
|
163
167
|
.sapMPIText.sapMPITextRight {
|
|
164
|
-
color:
|
|
168
|
+
color: var(--sapProgress_InformationTextColor);
|
|
165
169
|
}
|
|
166
170
|
|
|
167
171
|
&::before {
|
|
168
172
|
content: '\e289';
|
|
169
|
-
color:
|
|
173
|
+
color: var(--sapProgress_Value_InformationTextColor);
|
|
170
174
|
}
|
|
171
175
|
|
|
172
176
|
+ .sapMPIBarRemaining {
|
|
173
|
-
background-color:
|
|
174
|
-
border-color:
|
|
177
|
+
background-color: var(--sapProgress_InformationBackground);
|
|
178
|
+
border-color: var(--sapProgress_InformationBorderColor);
|
|
175
179
|
|
|
176
180
|
&::after,
|
|
177
181
|
&::before {
|
|
178
|
-
background:
|
|
182
|
+
background: var(--sapProgress_Value_InformationBackground);
|
|
179
183
|
}
|
|
180
184
|
}
|
|
181
185
|
}
|
|
182
186
|
|
|
183
187
|
.sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
|
|
184
188
|
.sapMPIBarNeutral {
|
|
185
|
-
background-color:
|
|
189
|
+
background-color: var(--sapProgress_Value_Background);
|
|
190
|
+
|
|
186
191
|
.sapMPIText.sapMPITextLeft,
|
|
187
192
|
.sapMPIText.sapMPITextRight {
|
|
188
|
-
color:
|
|
193
|
+
color: var(--sapProgress_TextColor);
|
|
189
194
|
}
|
|
190
195
|
|
|
191
196
|
+ .sapMPIBarRemaining {
|
|
192
|
-
background-color:
|
|
193
|
-
border-color:
|
|
197
|
+
background-color: var(--sapProgress_Background);
|
|
198
|
+
border-color: var(--sapProgress_BorderColor);
|
|
194
199
|
|
|
195
200
|
&::after,
|
|
196
201
|
&::before {
|
|
197
|
-
background:
|
|
202
|
+
background: var(--sapProgress_Value_Background);
|
|
198
203
|
}
|
|
199
204
|
}
|
|
200
205
|
}
|
|
@@ -206,8 +211,8 @@
|
|
|
206
211
|
top: 0.125rem;
|
|
207
212
|
left: 0;
|
|
208
213
|
margin-bottom: 0.1875rem;
|
|
209
|
-
font-size:
|
|
210
|
-
color:
|
|
214
|
+
font-size: var(--sapProgress_FontSize);
|
|
215
|
+
color: var(--sapProgress_TextColor);
|
|
211
216
|
white-space: nowrap;
|
|
212
217
|
overflow: hidden;
|
|
213
218
|
text-overflow: ellipsis;
|
|
@@ -229,7 +234,6 @@
|
|
|
229
234
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
|
|
230
235
|
padding: 0.4375rem 0;
|
|
231
236
|
margin: 0;
|
|
232
|
-
|
|
233
237
|
}
|
|
234
238
|
|
|
235
239
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMPIValueGreaterHalf .sapMPITextLeft {
|
|
@@ -6,16 +6,14 @@
|
|
|
6
6
|
@_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
|
|
7
7
|
@_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
|
|
8
8
|
@_sap_m_QuickView_PagePaddingTop: 2.75rem;
|
|
9
|
-
|
|
10
9
|
@_sap_m_QuickViewCard_PagePadding: 1rem;
|
|
11
10
|
@_sap_m_QuickView_TitleMarginBottom: 0.25rem;
|
|
12
|
-
@_sap_m_QuickView_TitleFontSize:
|
|
13
|
-
@_sap_m_QuickView_FormTitleFontSize:
|
|
11
|
+
@_sap_m_QuickView_TitleFontSize: var(--sapFontHeader6Size);
|
|
12
|
+
@_sap_m_QuickView_FormTitleFontSize: var(--sapFontHeader6Size);
|
|
14
13
|
@_sap_m_QuickView_TitleMaxHeight: 2.125rem;
|
|
15
14
|
|
|
16
15
|
.sapMQuickViewCard {
|
|
17
|
-
background:
|
|
16
|
+
background: var(--sapGroup_ContentBackground);
|
|
18
17
|
box-shadow: @sapUiShadowLevel0;
|
|
19
18
|
border-radius: 1rem;
|
|
20
|
-
}
|
|
21
|
-
|
|
19
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_m_Radio_Button_Read_Only_fill:
|
|
6
|
+
@_sap_m_Radio_Button_Read_Only_fill: var(--sapField_TextColor);
|
|
7
7
|
|
|
8
8
|
.sapMRb {
|
|
9
9
|
height: 2.75rem;
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
&:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo) {
|
|
16
|
+
|
|
16
17
|
.sapMRbBOut {
|
|
17
|
-
stroke-width:
|
|
18
|
+
stroke-width: var(--sapField_BorderWidth);
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -34,21 +35,21 @@
|
|
|
34
35
|
margin: 0.6875rem;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
|
-
.sapMRbHasLabel.sapMRb:focus
|
|
38
|
-
bottom: .5rem;
|
|
38
|
+
.sapMRbHasLabel.sapMRb:focus::before {
|
|
39
|
+
bottom: 0.5rem;
|
|
39
40
|
top: 0.5rem;
|
|
40
41
|
left: 0.5rem;
|
|
41
42
|
right: 0;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
/* Right to left */
|
|
45
|
-
.sapMRbG[dir=rtl] .sapMRbHasLabel.sapMRb:focus
|
|
46
|
+
.sapMRbG[dir=rtl] .sapMRbHasLabel.sapMRb:focus::before {
|
|
46
47
|
left: 0;
|
|
47
48
|
right: 0.5rem;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
.sapMRb.sapMRbHasLabel .sapMRbBLabel .sapMLabelTextWrapper {
|
|
51
|
-
|
|
52
|
+
color: var(--sapField_TextColor);
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
.sapMRbHasLabel .sapMRbB {
|
|
@@ -57,6 +58,7 @@
|
|
|
57
58
|
|
|
58
59
|
/* Align RadioButton in Form with other controls */
|
|
59
60
|
.sapUiForm.sapUiFormEdit-CTX {
|
|
61
|
+
|
|
60
62
|
.sapMRb > .sapMRbB {
|
|
61
63
|
width: 2.1875rem;
|
|
62
64
|
}
|
|
@@ -75,7 +77,7 @@
|
|
|
75
77
|
line-height: 2rem;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
|
-
.sapMRb:focus
|
|
80
|
+
.sapMRb:focus::before {
|
|
79
81
|
bottom: 0.25rem;
|
|
80
82
|
top: 0.25rem;
|
|
81
83
|
left: 0.25rem;
|
|
@@ -84,12 +86,12 @@
|
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc):not(.sapMRbDis) .sapMRbHoverable:hover .sapMRbBOut {
|
|
87
|
-
stroke:
|
|
88
|
-
fill:
|
|
89
|
+
stroke: var(--sapField_Hover_BorderColor);
|
|
90
|
+
fill: var(--sapContent_Selected_Hover_Background);
|
|
89
91
|
}
|
|
90
92
|
|
|
91
|
-
.sapMRb:focus
|
|
92
|
-
border:
|
|
93
|
+
.sapMRb:focus::before {
|
|
94
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
93
95
|
bottom: 0.25rem;
|
|
94
96
|
top: 0.25rem;
|
|
95
97
|
left: 0.25rem;
|
|
@@ -98,19 +100,19 @@
|
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
.sapMLIBActive .sapMRbB .sapMRbBOut {
|
|
101
|
-
border: 1px solid
|
|
103
|
+
border: 1px solid var(--sapList_Active_TextColor);
|
|
102
104
|
}
|
|
103
105
|
|
|
104
106
|
.sapMLIBActive .sapMRbSel .sapMRbBOut {
|
|
105
|
-
background-color:
|
|
107
|
+
background-color: var(--sapList_Active_Background);
|
|
106
108
|
}
|
|
107
109
|
|
|
108
110
|
.sapMRbDis {
|
|
109
|
-
opacity:
|
|
111
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
.sapMRbSel .sapMRbBInn {
|
|
113
|
-
fill:
|
|
115
|
+
fill: var(--sapContent_Selected_ForegroundColor);
|
|
114
116
|
}
|
|
115
117
|
|
|
116
118
|
.sapMRbB .sapMRbBInn {
|
|
@@ -121,90 +123,99 @@
|
|
|
121
123
|
|
|
122
124
|
.sapMRbErr.sapMRbSel,
|
|
123
125
|
.sapMRbErr.sapMRbSel.sapMRbRo {
|
|
126
|
+
|
|
124
127
|
.sapMRbBInn {
|
|
125
|
-
fill:
|
|
128
|
+
fill: var(--sapField_InvalidColor);
|
|
126
129
|
stroke: none;
|
|
127
130
|
}
|
|
128
131
|
}
|
|
129
132
|
|
|
130
133
|
.sapMRbErr,
|
|
131
134
|
.sapMRbErr.sapMRbBTouched {
|
|
135
|
+
|
|
132
136
|
.sapMRbB .sapMRbBOut {
|
|
133
|
-
stroke:
|
|
134
|
-
fill:
|
|
135
|
-
stroke-width:
|
|
137
|
+
stroke: var(--sapField_InvalidColor);
|
|
138
|
+
fill: var(--sapField_InvalidBackground);
|
|
139
|
+
stroke-width: var(--sapField_InvalidBorderWidth);
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
142
|
|
|
139
143
|
.sapMRbWarn.sapMRbSel,
|
|
140
144
|
.sapMRbWarn.sapMRbSel.sapMRbRo {
|
|
145
|
+
|
|
141
146
|
.sapMRbBInn {
|
|
142
|
-
fill:
|
|
147
|
+
fill: var(--sapField_WarningColor);
|
|
143
148
|
stroke: none;
|
|
144
149
|
}
|
|
145
150
|
}
|
|
146
151
|
|
|
147
152
|
.sapMRbWarn,
|
|
148
153
|
.sapMRbWarn.sapMRbBTouched {
|
|
154
|
+
|
|
149
155
|
.sapMRbB .sapMRbBOut {
|
|
150
|
-
stroke:
|
|
151
|
-
fill:
|
|
152
|
-
stroke-width:
|
|
156
|
+
stroke: var(--sapField_WarningColor);
|
|
157
|
+
fill: var(--sapField_WarningBackground);
|
|
158
|
+
stroke-width: var(--sapField_WarningBorderWidth);
|
|
153
159
|
}
|
|
154
160
|
}
|
|
155
161
|
|
|
156
162
|
.sapMRbSucc.sapMRbSel,
|
|
157
163
|
.sapMRbSucc.sapMRbSel.sapMRbRo {
|
|
164
|
+
|
|
158
165
|
.sapMRbBInn {
|
|
159
|
-
fill:
|
|
166
|
+
fill: var(--sapField_SuccessColor);
|
|
160
167
|
stroke: none;
|
|
161
168
|
}
|
|
162
169
|
}
|
|
163
170
|
|
|
164
171
|
.sapMRbSucc,
|
|
165
172
|
.sapMRbSucc.sapMRbBTouched {
|
|
173
|
+
|
|
166
174
|
.sapMRbB .sapMRbBOut {
|
|
167
|
-
stroke:
|
|
168
|
-
fill:
|
|
169
|
-
stroke-width:
|
|
175
|
+
stroke: var(--sapField_SuccessColor);
|
|
176
|
+
fill: var(--sapField_SuccessBackground);
|
|
177
|
+
stroke-width: var(--sapField_SuccessBorderWidth);
|
|
170
178
|
}
|
|
171
179
|
}
|
|
172
180
|
|
|
173
181
|
.sapMRbInfo.sapMRbSel,
|
|
174
182
|
.sapMRbInfo.sapMRbSel.sapMRbRo {
|
|
183
|
+
|
|
175
184
|
.sapMRbBInn {
|
|
176
|
-
fill:
|
|
185
|
+
fill: var(--sapField_InformationColor);
|
|
177
186
|
stroke: none;
|
|
178
187
|
}
|
|
179
188
|
}
|
|
180
189
|
|
|
181
190
|
.sapMRbInfo,
|
|
182
191
|
.sapMRbInfo.sapMRbBTouched {
|
|
192
|
+
|
|
183
193
|
.sapMRbB .sapMRbBOut {
|
|
184
|
-
stroke:
|
|
185
|
-
fill:
|
|
186
|
-
stroke-width:
|
|
194
|
+
stroke: var(--sapField_InformationColor);
|
|
195
|
+
fill: var(--sapField_InformationBackground);
|
|
196
|
+
stroke-width: var(--sapField_InformationBorderWidth);
|
|
187
197
|
}
|
|
188
198
|
}
|
|
189
199
|
|
|
190
200
|
.sapMRbRo .sapMRbBOut {
|
|
191
|
-
stroke-dasharray:
|
|
201
|
+
stroke-dasharray: 4,2; /* parameter needed for the type of the dashes */
|
|
192
202
|
}
|
|
193
203
|
|
|
194
204
|
|
|
195
|
-
html[data-sap-ui-browser^=
|
|
196
|
-
|
|
205
|
+
html[data-sap-ui-browser^='sf'] {
|
|
206
|
+
/* fix for blur caused by drop-shadow in Safari */
|
|
197
207
|
.sapMRbHoverable:hover {
|
|
198
208
|
z-index: 1;
|
|
199
209
|
}
|
|
200
210
|
|
|
201
|
-
|
|
211
|
+
/* fix for circle width on zoom in Safari */
|
|
202
212
|
.sapMRb.sapMRbErr .sapMRbBOut,
|
|
203
213
|
.sapMRb.sapMRbWarn .sapMRbBOut,
|
|
204
214
|
.sapMRb.sapMRbInfo .sapMRbBOut {
|
|
205
215
|
stroke-width: 2px;
|
|
206
216
|
}
|
|
207
|
-
|
|
217
|
+
|
|
218
|
+
/* fix for circle width on zoom in Safari */
|
|
208
219
|
.sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo) .sapMRbBOut {
|
|
209
220
|
stroke-width: 1px;
|
|
210
221
|
}
|
|
@@ -9,16 +9,18 @@
|
|
|
9
9
|
@_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
|
|
10
10
|
|
|
11
11
|
.sapMRangeSlider.sapMSlider .sapMSliderInner {
|
|
12
|
+
|
|
12
13
|
&:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
|
|
13
|
-
.sapMSliderHandle:hover
|
|
14
|
-
border: 0.0625rem
|
|
15
|
-
background:
|
|
14
|
+
.sapMSliderHandle:hover {
|
|
15
|
+
border: 0.0625rem var(--sapContent_FocusStyle) var(--sapSlider_Hover_HandleBorderColor);
|
|
16
|
+
background: var(--sapSlider_Hover_RangeHandleBackground);
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
20
|
+
|
|
19
21
|
&:not(:focus) {
|
|
20
22
|
background: transparent;
|
|
21
|
-
border: 0.125rem solid
|
|
23
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
22
24
|
outline: none;
|
|
23
25
|
box-shadow: none;
|
|
24
26
|
top: -0.625rem;
|
|
@@ -26,26 +28,26 @@
|
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
&:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
29
|
-
background:
|
|
30
|
-
border: 0.125rem solid
|
|
31
|
+
background: var(--sapSlider_Active_RangeHandleBackground);
|
|
32
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
31
33
|
outline: none;
|
|
32
34
|
box-shadow: none;
|
|
33
35
|
top: -0.625rem;
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
.sapMSliderHandle {
|
|
37
|
-
background:
|
|
39
|
+
background: var(--sapSlider_RangeHandleBackground);
|
|
38
40
|
top: -0.625rem;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
|
-
.sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)
|
|
43
|
+
.sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
|
|
42
44
|
top: 4px;
|
|
43
45
|
}
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
.sapMRangeSlider .sapMSliderInner::before {
|
|
47
|
-
border: 0.0625rem solid
|
|
48
|
-
background-color:
|
|
49
|
+
border: 0.0625rem solid var(--sapContent_MeasureIndicatorColor);
|
|
50
|
+
background-color: var(--sapContent_MeasureIndicatorColor);
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
.sapMRangeSlider .sapMSliderLabels {
|
|
@@ -63,10 +65,12 @@
|
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
.sapUiSizeCompact {
|
|
68
|
+
|
|
66
69
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
70
|
+
|
|
67
71
|
&:not(:focus) {
|
|
68
72
|
background: transparent;
|
|
69
|
-
border:
|
|
73
|
+
border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);
|
|
70
74
|
outline: none;
|
|
71
75
|
box-shadow: none;
|
|
72
76
|
top: -0.5rem;
|
|
@@ -82,8 +86,8 @@
|
|
|
82
86
|
}
|
|
83
87
|
|
|
84
88
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
85
|
-
background:
|
|
86
|
-
border: 0.125rem solid
|
|
89
|
+
background: var(--sapSlider_Active_RangeHandleBackground);
|
|
90
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
87
91
|
outline: none;
|
|
88
92
|
box-shadow: none;
|
|
89
93
|
top: -0.5rem;
|
|
@@ -93,7 +97,7 @@
|
|
|
93
97
|
top: -0.5rem;
|
|
94
98
|
}
|
|
95
99
|
|
|
96
|
-
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)
|
|
100
|
+
.sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus)::after {
|
|
97
101
|
top: 2px;
|
|
98
102
|
right: 0.25rem;
|
|
99
103
|
}
|
|
@@ -103,10 +107,10 @@
|
|
|
103
107
|
}
|
|
104
108
|
}
|
|
105
109
|
|
|
106
|
-
html.sap-desktop .sapMSliderProgress:focus
|
|
107
|
-
border:
|
|
110
|
+
html.sap-desktop .sapMSliderProgress:focus::before {
|
|
111
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
108
112
|
border-radius: 0.5rem;
|
|
109
|
-
content:
|
|
113
|
+
content: '';
|
|
110
114
|
display: block;
|
|
111
115
|
position: absolute;
|
|
112
116
|
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height} + 0.375rem)";
|
|
@@ -115,7 +119,7 @@ html.sap-desktop .sapMSliderProgress:focus:before {
|
|
|
115
119
|
left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width} / 2) + 0.3125rem))";
|
|
116
120
|
}
|
|
117
121
|
|
|
118
|
-
html.sap-desktop .sapUiSizeCompact .sapMSliderProgress:focus
|
|
122
|
+
html.sap-desktop .sapUiSizeCompact .sapMSliderProgress:focus::before {
|
|
119
123
|
height: ~"calc(@{_sap_m_RangeSlider_Handle_Height_Compact} + 0.375rem)";
|
|
120
124
|
width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width_Compact}) + 0.375rem))";
|
|
121
125
|
top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height_Compact} / 2) + 0.1875rem))";
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
/* ====================================== */
|
|
5
5
|
|
|
6
6
|
.sapMRI {
|
|
7
|
+
|
|
7
8
|
& {
|
|
8
9
|
margin: 0.75rem 0;
|
|
9
10
|
}
|
|
@@ -13,21 +14,22 @@
|
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.sapMRIUnsel {
|
|
16
|
-
color:
|
|
17
|
+
color: var(--sapContent_UnratedColor);
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
.sapMRISel {
|
|
20
|
-
color:
|
|
21
|
+
color: var(--sapContent_RatedColor);
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.sapMRI.sapMRIDisplayOnly,
|
|
25
26
|
.sapMRI.sapMRIReadOnly {
|
|
27
|
+
|
|
26
28
|
.sapMRIIconSel {
|
|
27
|
-
color:
|
|
29
|
+
color: var(--sapContent_RatedColor);
|
|
28
30
|
}
|
|
29
31
|
.sapMRIUnsel {
|
|
30
|
-
color:
|
|
32
|
+
color: var(--sapContent_UnratedColor);
|
|
31
33
|
}
|
|
32
34
|
}
|
|
33
35
|
|
|
@@ -36,22 +38,25 @@
|
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
/* Custom focus outline */
|
|
39
|
-
html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
41
|
+
html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
|
|
40
42
|
border-radius: 0.25rem;
|
|
41
|
-
outline:
|
|
43
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
42
44
|
outline-offset: 0.125rem;
|
|
43
45
|
}
|
|
44
46
|
|
|
45
|
-
.sapMRIIconSel,
|
|
47
|
+
.sapMRIIconSel,
|
|
48
|
+
.sapMRIIconUnsel,
|
|
49
|
+
.sapMRIIconHov,
|
|
50
|
+
.sapMRIIconReadOnly {
|
|
46
51
|
font-size: 1.5rem;
|
|
47
52
|
}
|
|
48
|
-
.sapMRIIconSel, .sapMRIIconUnsel {
|
|
49
|
-
text-shadow: @sapContent_TextShadow;
|
|
50
|
-
}
|
|
51
53
|
|
|
54
|
+
.sapMRIIconSel,
|
|
55
|
+
.sapMRIIconUnsel {
|
|
56
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
57
|
+
}
|
|
52
58
|
|
|
53
59
|
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
54
|
-
|
|
55
60
|
.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
56
61
|
.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
57
62
|
.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
@@ -59,6 +64,7 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
59
64
|
}
|
|
60
65
|
|
|
61
66
|
.sapUiSizeCompact {
|
|
67
|
+
|
|
62
68
|
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
63
69
|
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
64
70
|
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|