From e2785118423a3bedfbbf40eea7282f66150c1faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=ED=98=95=EC=A4=80?= Date: Tue, 20 Jun 2023 12:43:58 +0900 Subject: [PATCH] =?UTF-8?q?[Style]=20[GGFE-86]=20NotiBar=20delete=20+=20re?= =?UTF-8?q?load=20=EB=B2=84=ED=8A=BC=EC=97=90=20cursor=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/Layout/NotiBar.module.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/Layout/NotiBar.module.scss b/styles/Layout/NotiBar.module.scss index 8a3d24f7e..c8be61590 100644 --- a/styles/Layout/NotiBar.module.scss +++ b/styles/Layout/NotiBar.module.scss @@ -49,12 +49,13 @@ padding-bottom: 1.625rem; .reloadButton { @include noti-reload-button; + cursor: pointer; } .spinReloadButton { @include noti-reload-button; opacity: 0.7; animation: spin 1s infinite; - cursor: not-allowed; + cursor: wait; } .deleteButton { width: 4.3rem; @@ -69,6 +70,7 @@ font-size: 0.8rem; font-family: 'Heebo', sans-serif; color: rgba(101, 97, 102, 1); + cursor: pointer; } } }