Forráskód Böngészése

去掉cursor:pointer

tremble 4 éve
szülő
commit
2d852edba6
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      css/hardware.css

+ 3 - 2
css/hardware.css

@@ -111,10 +111,11 @@
 
 .ac-left li{
   margin: 16px 0;
+  cursor: pointer;
 }
 
-.ac-left li:not(:first-of-type),.ac-left li:not(:last-of-type){
-  cursor: pointer;
+.ac-left li:first-of-type,.ac-left li:last-of-type{
+  cursor: auto;
 }