Shun Miyazawa пре 4 година
родитељ
комит
6845f15be9

+ 1 - 1
packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

@@ -97,7 +97,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
   }
   }
 
 
   return (
   return (
-    <div className="dropdown-item d-flex flex-row mb-3">
+    <div className="dropdown-item d-flex flex-row mb-3 grw-notification-elm">
       <div className="p-2 mr-2 d-flex align-items-center">
       <div className="p-2 mr-2 d-flex align-items-center">
         <span className={`${notification.status === 'UNOPENED' ? 'grw-unopend-notification' : 'ml-2'} rounded-circle mr-3`}></span>
         <span className={`${notification.status === 'UNOPENED' ? 'grw-unopend-notification' : 'ml-2'} rounded-circle mr-3`}></span>
         {renderActionUserPictures()}
         {renderActionUserPictures()}

+ 4 - 0
packages/app/src/styles/_navbar.scss

@@ -107,3 +107,7 @@
   top: 6px;
   top: 6px;
   right: 3.5px;
   right: 3.5px;
 }
 }
+
+.grw-notification-elm {
+  cursor: pointer;
+}