Kaynağa Gözat

change to display pointer cursor

akira-s 6 yıl önce
ebeveyn
işleme
fc8c8f0923

+ 8 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -59,6 +59,14 @@
     }
   }
 
+  // Custom Control
+  .custom-control {
+    .custom-control-input,
+    .custom-control-input + .custom-control-label {
+      cursor: pointer;
+    }
+  }
+
   // card (substitute panel of bootstrap3)
   .card {
     margin-bottom: 20px;