From a0080227b55bea5a56b93639642099e7b8e9f28f Mon Sep 17 00:00:00 2001 From: Filip Siderov Date: Wed, 20 Mar 2019 13:50:04 +0200 Subject: [PATCH] fix(ui5-li): fix delete list item button height (#221) --- packages/main/src/ListItem.hbs | 6 ++++-- packages/main/src/themes/base/ListItem.less | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/main/src/ListItem.hbs b/packages/main/src/ListItem.hbs index f44a46b9743b..910cc23af709 100644 --- a/packages/main/src/ListItem.hbs +++ b/packages/main/src/ListItem.hbs @@ -43,11 +43,13 @@ {{/if}} {{#if modeDelete}} - + + > + {{/if}} {{/inline}} \ No newline at end of file diff --git a/packages/main/src/themes/base/ListItem.less b/packages/main/src/themes/base/ListItem.less index 38503d28bcd2..ee57861a5f70 100644 --- a/packages/main/src/themes/base/ListItem.less +++ b/packages/main/src/themes/base/ListItem.less @@ -57,6 +57,11 @@ -webkit-box-align: center; align-items: center; } + + .sapMDeleteListItemButton { + display: flex; + align-items: center; + } } /* ListItem with title and description (should be 5rem in height in both compact and cozy) */