20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
diff --git a/apps/workbench/app/assets/stylesheets/collections.css.scss b/apps/workbench/app/assets/stylesheets/collections.css.scss
deleted file mode 100644 (file)
index 2edd683..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
-  "active" and "inactive" colors are too similar for a toggle switch
-  in the default bootstrap theme.
-  */
-
-$inactive-bg: #5bc0de;
-$active-bg: #39b3d7;
-
-.btn-group[data-toggle=buttons] label {
-    background-color: lighten($inactive-bg, 15%);
-}
-
-.btn-group[data-toggle=buttons] label.active {
-    background-color: $active-bg;
-    opacity: 1;
-}