Kaynağa Gözat

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

Lee Morgan 6 yıl önce
ebeveyn
işleme
e0ac9d4a52
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 0
      views/inventoryPage/inventory.css
  2. 0 1
      views/shared/shared.css

+ 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);
     }