From 85045737308542c785c132e360aca31d7c8d8bb3 Mon Sep 17 00:00:00 2001 From: Lakith Date: Thu, 11 Jan 2024 13:33:25 +0530 Subject: [PATCH] Add styles correction to avoid extra hover grey box on Menuitem --- .../src/app/components/Shared/AppsAndKeys/SubscribeToApi.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portals/devportal/src/main/webapp/source/src/app/components/Shared/AppsAndKeys/SubscribeToApi.jsx b/portals/devportal/src/main/webapp/source/src/app/components/Shared/AppsAndKeys/SubscribeToApi.jsx index e8f05cdd013..0c8221393b5 100755 --- a/portals/devportal/src/main/webapp/source/src/app/components/Shared/AppsAndKeys/SubscribeToApi.jsx +++ b/portals/devportal/src/main/webapp/source/src/app/components/Shared/AppsAndKeys/SubscribeToApi.jsx @@ -112,6 +112,9 @@ const styles = theme => ({ }, appDropDown: { color: theme.palette.getContrastText(theme.palette.background.paper), + '&:hover': { + backgroundColor: 'unset', + }, }, });