浏览代码

button hover

portersupport 4 年之前
父节点
当前提交
817124e7cd
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;
   }