소스 검색

Merge pull request #1469 from porter-dev/master

stage buildpack button style hotfix
jusrhee 4 년 전
부모
커밋
724507f366
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;
   }