11465: add tooltips to disabled collection file controls
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
index 2d2d0f25d12b462aeeed99f48646f53a4ee9a06d..cfb99e73b0cda17a62d9dd6871f4bd1cdede5c0c 100644 (file)
@@ -70,3 +70,11 @@ $active-bg: #39b3d7;
     padding: .5em 2em;
     margin: 0 1em;
 }
+
+.btn-collection-file-rename.disabled {
+    pointer-events: auto;
+}
+
+.btn-collection-file-remove.disabled {
+    pointer-events: auto;
+}