소스 검색

fixed cursor issue

Former-commit-id: 0de5022bd546340e35d16f2961c2d1048fbf120d
Gildas 6 년 전
부모
커밋
d65bfa0f9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extension/ui/pages/pendings.css

+ 1 - 1
extension/ui/pages/pendings.css

@@ -72,7 +72,7 @@ header button {
     white-space: nowrap;
 }
 
-.result-row:not(:first-child) .result-url {
+.result-row:not(.result-head) .result-url {
     cursor: pointer;
 }