File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 214
214
color : var (--_ui5_tc_overflowItem_default_color );
215
215
}
216
216
217
+ .ui5-tc__overflowItem [active ] .ui5-tc__overflowItemContent {
218
+ color : var (--sapUiListActiveTextColor );
219
+ }
220
+
217
221
.ui5-tc__overflowItemContent {
218
222
display : flex;
219
223
align-items : center;
220
224
padding : 0 0.5rem ;
221
225
height : 3rem ;
226
+ pointer-events : none;
222
227
}
223
228
224
229
.ui5-tc__overflowItem ui5-icon {
227
232
padding-right : 1rem ;
228
233
}
229
234
235
+ .ui5-tc__overflowItem ui5-icon {
236
+ color : var (--sapUiNeutralText );
237
+ }
238
+
239
+ .ui5-tc__overflowItem--positive ui5-icon ,
240
+ .ui5-tc__overflowItem--negative ui5-icon ,
241
+ .ui5-tc__overflowItem--critical ui5-icon {
242
+ color : currentColor;
243
+ }
244
+
230
245
.ui5-tc__content {
231
246
background-color : var (--sapUiGroupContentBackground );
232
247
border-bottom : var (--_ui5_tc_content_border_bottom );
You can’t perform that action at this time.
0 commit comments