portersupport %!s(int64=4) %!d(string=hai) anos
pai
achega
817124e7cd
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      dashboard/src/components/repo-selector/ActionDetails.tsx

+ 6 - 0
dashboard/src/components/repo-selector/ActionDetails.tsx

@@ -708,8 +708,14 @@ const DeleteButton = styled.button`
   justify-content: center;
   align-items: center;
   border-radius: 50%;
+  cursor: pointer;
   color: #aaaabb;
 
+  :hover {
+    background: #ffffff11;
+    border: 1px solid #ffffff44;
+  }
+
   > span {
     font-size: 20px;
   }