Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workspaces / css / workspaces.overview.css
diff --git a/web/core/modules/workspaces/css/workspaces.overview.css b/web/core/modules/workspaces/css/workspaces.overview.css
new file mode 100644 (file)
index 0000000..17dba8e
--- /dev/null
@@ -0,0 +1,9 @@
+/**
+ * @file
+ * Styling for the Workspaces overview table.
+ */
+
+/** @todo Move to Seven theme before Workspaces is marked stable. */
+tr.active-workspace {
+  background-color: #ebeae4;
+}