5417: add additional test updates to verify Run button status when input is not readable.
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index ec7eee44b72d3954600a79365d9f4eaa2896e56a..bb57d4be501aa1541613006072366edcbe3b69df 100644 (file)
@@ -296,3 +296,7 @@ span.editable-textile {
 ul.nav.nav-tabs {
     font-size: 90%
 }
+
+.hover-dropdown:hover .dropdown-menu {
+  display: block;
+}