Sha256: fdcd5982e36202ba6a98e7af7638697bf40d9498e7337cb3321d9968056f2319
Contents?: true
Size: 690 Bytes
Versions: 49
Compression:
Stored size: 690 Bytes
Contents
// // checklist.scss // Dashkit component // .checklist { outline: none; } .checklist-control { display: flex; flex-wrap: nowrap; outline: none; user-select: none; } .checklist-control .custom-control-input:checked ~ .custom-control-caption { text-decoration: line-through; color: $checklist-control-checked-color; } .checklist-control + .checklist-control { margin-top: $checklist-control-spacer; } .checklist-control:first-child[style*="display: none"] + .checklist-control { margin-top: 0; } .checklist-control.draggable-mirror { z-index: $zindex-fixed; } .checklist-control.draggable-source--is-dragging { opacity: .2; }
Version data entries
49 entries across 49 versions & 1 rubygems