Explorar el Código

fixed cursor issue

Former-commit-id: 0de5022bd546340e35d16f2961c2d1048fbf120d
Gildas hace 6 años
padre
commit
d65bfa0f9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }