From a3203fa81f3726a55b111873600ad90e0992693e Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Mon, 18 May 2020 10:39:40 +0200 Subject: [PATCH 1/2] 2216 Show active client icon on client index --- front/core/components/list/style.scss | 7 ++++++- modules/client/front/index/index.html | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/front/core/components/list/style.scss b/front/core/components/list/style.scss index fdadf460b..526836bd3 100644 --- a/front/core/components/list/style.scss +++ b/front/core/components/list/style.scss @@ -84,7 +84,12 @@ vn-item, flex: none; align-items: center; - & > .vn-button { + & > vn-icon { + height: 36px; + font: inherit; + } + + & > .vn-button, & > vn-icon { opacity: .4; margin-left: 8px; transition: opacity 250ms ease-out; diff --git a/modules/client/front/index/index.html b/modules/client/front/index/index.html index a501b68cf..6a64954aa 100644 --- a/modules/client/front/index/index.html +++ b/modules/client/front/index/index.html @@ -32,6 +32,14 @@ + + + + Date: Mon, 18 May 2020 10:42:26 +0200 Subject: [PATCH 2/2] Removed css changes --- front/core/components/list/style.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/front/core/components/list/style.scss b/front/core/components/list/style.scss index 526836bd3..fdadf460b 100644 --- a/front/core/components/list/style.scss +++ b/front/core/components/list/style.scss @@ -84,12 +84,7 @@ vn-item, flex: none; align-items: center; - & > vn-icon { - height: 36px; - font: inherit; - } - - & > .vn-button, & > vn-icon { + & > .vn-button { opacity: .4; margin-left: 8px; transition: opacity 250ms ease-out;