]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Removed test web route, extracted text, added test
[bookstack] / resources / sass / _lists.scss
index 19060fbbf5d3b02e0129656b40f6d5ccd94d46fe..5e251f9c7c1faa7d61c4a4054b394c0a3170b042 100644 (file)
@@ -443,6 +443,14 @@ ul.pagination {
   }
 }
 
+.entity-list-item.disabled {
+  pointer-events: none;
+  cursor: not-allowed;
+  opacity: 0.8;
+  user-select: none;
+  background: var(--bg-disabled);
+}
+
 .entity-list-item-path-sep {
   display: inline-block;
   vertical-align: top;