20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
diff --git a/apps/workbench/app/assets/stylesheets/select_modal.css.scss b/apps/workbench/app/assets/stylesheets/select_modal.css.scss
deleted file mode 100644 (file)
index bd7ff92..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
-
-.selectable-container > .row {
-    padding-top: 5px;
-    padding-bottom: 5px;
-    padding-right: 1em;
-    color: #888;
-}
-.selectable-container > .row.selectable {
-    color: #000;
-}
-.selectable.active, .selectable:hover {
-    background: #d9edf7;
-    cursor: pointer;
-}
-.selectable.active,
-.selectable.active *,
-.selectable.active:hover,
-.selectable.active:hover * {
-    background: #428bca;
-    color: #fff;
-}
-.selectable-container > .row.class-separator {
-    background: #ddd;
-}