tremble 4 лет назад
Родитель
Сommit
2d852edba6
1 измененных файлов с 3 добавлено и 2 удалено
  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;
 }