Эх сурвалжийг харах

Remove cursor pointer from all tables, only on sortable tables now

Lee Morgan 6 жил өмнө
parent
commit
e0ac9d4a52

+ 4 - 0
views/inventoryPage/inventory.css

@@ -17,6 +17,10 @@
         color: rgb(255, 99, 107);
     }
 
+    #inventoryStrand th{
+        cursor: pointer;
+    }
+
     .options{
         display: flex;
         justify-content: space-between;

+ 0 - 1
views/shared/shared.css

@@ -17,7 +17,6 @@ table{
     th{
         color: rgb(240, 252, 255);
         padding: 20px;
-        cursor: pointer;
         background: rgb(0, 27, 45);
         color: rgb(255, 99, 107);
     }