We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27c445 commit a008022Copy full SHA for a008022
packages/main/src/ListItem.hbs
@@ -43,11 +43,13 @@
43
{{/if}}
44
45
{{#if modeDelete}}
46
- <ui5-button
+ <div class="sapMDeleteListItemButton">
47
+ <ui5-button
48
id="{{ctr._id}}-deleteSelectionControl"
49
type="Transparent"
50
icon="sap-icon://decline"
51
@press="{{ctr._fnOnDelete}}"
- ></ui5-button>
52
+ ></ui5-button>
53
+ </div>
54
55
{{/inline}}
packages/main/src/themes/base/ListItem.less
@@ -57,6 +57,11 @@
57
-webkit-box-align: center;
58
align-items: center;
59
}
60
+
61
+ .sapMDeleteListItemButton {
62
+ display: flex;
63
+ align-items: center;
64
+ }
65
66
67
/* ListItem with title and description (should be 5rem in height in both compact and cozy) */
0 commit comments