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', + }, }, });