3140: address tab content mangling issue when infinte scrolling is applied to tabs...
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index f97110a2b7f9781559f201d40a9a478060f22028..09017697b646298a2a71d34b5c16c60db662a5bb 100644 (file)
@@ -5,11 +5,12 @@
 }
 .selectable.active, .selectable:hover {
     background: #d9edf7;
+    cursor: pointer;
 }
 .selectable.active,
-.selectable.active a,
+.selectable.active *,
 .selectable.active:hover,
-.selectable.active:hover a {
+.selectable.active:hover * {
     background: #428bca;
     color: #fff;
 }