-
- Key:
ReadyAction RequiredNeeds MICCancelledNon-Rig
+
+ Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
diff --git a/pipeline/source_assets/scss/dark_screen.scss b/pipeline/source_assets/scss/dark_screen.scss
index 8dfc046c..8f8556a3 100644
--- a/pipeline/source_assets/scss/dark_screen.scss
+++ b/pipeline/source_assets/scss/dark_screen.scss
@@ -93,13 +93,6 @@
background-color: #222 !important;
}
}
- #event_table {
- > .bg-#{$color} {
- border: 0.3em solid theme-color-level($color, -6) !important;
- background-color: #222 !important;
- color: white !important;
- }
- }
}
del {
color: black;
@@ -126,7 +119,4 @@
background: #222;
color: $gray-100;
}
- .text-muted {
- color: #c9c9c9 !important;
- }
}