From 203e019e829112226767db2f110fef748662d318 Mon Sep 17 00:00:00 2001 From: jinapurapu <65002498+jinapurapu@users.noreply.github.com> Date: Wed, 14 Dec 2022 12:38:34 -0800 Subject: [PATCH] Add hover effect to Notification type selector buttons (#2502) --- .../Console/Common/FormComponents/common/styleLibrary.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts index 9c6157590..fd71e770c 100644 --- a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts +++ b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts @@ -587,9 +587,13 @@ export const typesSelection = { cursor: "pointer", padding: 0, overflow: "hidden", + "&:hover": { + backgroundColor: "#ebebeb", + }, }, + lambdaNotifIcon: { - backgroundColor: "#FEFEFE", + background: "transparent", display: "flex", alignItems: "center", justifyContent: "center",