From 7d4fc4d325b6bce8874a8e95da9657dd4ade90fc Mon Sep 17 00:00:00 2001 From: Anwar khanfir Date: Fri, 24 May 2024 12:25:36 +0100 Subject: [PATCH] fix: App center - Application help icon is mis-placed - EXO-71815 - Meeds-io/meeds#2035. Before this change, when,add a hlep url on any app & save and display app center and check? icon displayed, the icon ? location is wrong. After this change, the ? icon is on the bottom of the card next to the bookmark icon on the left. --- app-center-webapps/src/main/webapp/skin/less/app-center.less | 3 ++- .../userSetup/components/UserAuthorizedApplications.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-center-webapps/src/main/webapp/skin/less/app-center.less b/app-center-webapps/src/main/webapp/skin/less/app-center.less index a432edde0..22d4f20bf 100644 --- a/app-center-webapps/src/main/webapp/skin/less/app-center.less +++ b/app-center-webapps/src/main/webapp/skin/less/app-center.less @@ -530,7 +530,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. position: relative; margin: 0; .v-icon { - color: @greyColorLighten2!important; + color: @greyColorLighten1!important; + bottom: -1px; } } } diff --git a/app-center-webapps/src/main/webapp/vue-apps/userSetup/components/UserAuthorizedApplications.vue b/app-center-webapps/src/main/webapp/vue-apps/userSetup/components/UserAuthorizedApplications.vue index b46cec9ad..485a1faaa 100644 --- a/app-center-webapps/src/main/webapp/vue-apps/userSetup/components/UserAuthorizedApplications.vue +++ b/app-center-webapps/src/main/webapp/vue-apps/userSetup/components/UserAuthorizedApplications.vue @@ -133,8 +133,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. icon @click="navigateTo(authorizedApp.helpPageURL)"> - fas fa-question-circle + x-small> + mdi-help