aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-08 03:22:03 +0300
committerHenry Jameson <me@hjkos.com>2018-04-08 03:22:03 +0300
commitcc02672e1451f28bcb85a0b34d34117567cc0802 (patch)
tree79701c3ade6376edfce0bbee62e8e9e8823d83a9 /src/components/timeline/timeline.vue
parent2e95193559b51d81a3e6de6f29ec277a842556cc (diff)
made alerts use red with transparent theme red. some UI improvs
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index adbbcd47..68439681 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -90,13 +90,6 @@
padding: 0 0.5em 0 0.5em;
opacity: 0.8;
}
-
- .error {
- color: $fallback--lightFg;
- color: var(--lightFg, $fallback--lightFg);
- background-color: $fallback--cRed;
- background-color: var(--cRed, $fallback--cRed);
- }
}
.new-status-notification {