From 2516ea93f3d29441b7c6ce57490adc16182c02ad Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 6 Aug 2024 22:45:04 +0200 Subject: [PATCH] fix(NcListItem): Adjust icon color when the list item is active Signed-off-by: Ferdinand Thiessen --- src/components/NcListItem/NcListItem.vue | 94 ++++++++++++------------ 1 file changed, 49 insertions(+), 45 deletions(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index d81cb58a0d..3c3e3d85c1 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -10,13 +10,12 @@ ```vue @@ -98,10 +97,10 @@ + details="1h"> @@ -237,14 +236,13 @@ ### NcListItem one line mode ```vue - + counterType="highlighted" + details="1h" + name="This is an active element with highlighted counter" + one-line> @@ -279,7 +277,7 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen
-