Replace radio button group with a single click-to-toggle button.
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
index 2edd683511408271e9cb442566c4b3bc51a8fdf6..24b08fa03ce9fbd039131a04c998e1c760cb84ec 100644 (file)
@@ -6,11 +6,13 @@
 $inactive-bg: #5bc0de;
 $active-bg: #39b3d7;
 
-.btn-group[data-toggle=buttons] label {
+.btn-group.toggle-persist .btn {
+    width: 6em;
+}
+.btn-group.toggle-persist .btn-info {
     background-color: lighten($inactive-bg, 15%);
 }
 
-.btn-group[data-toggle=buttons] label.active {
+.btn-group.toggle-persist .btn-info.active {
     background-color: $active-bg;
-    opacity: 1;
 }