aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-14 19:39:17 +0300
committerHenry Jameson <me@hjkos.com>2018-11-14 19:39:17 +0300
commite7fe2dc9f9e52771c2ffe8d0ee1c4e8b2e38ab2f (patch)
treea1068a131e503d8452098c8ca839187ed3c03012 /src/components/timeline/timeline.vue
parent1723f427f59bb6bf62bb35de93c7226aef2e8727 (diff)
collateral fixes, removed alpha control for alerts, added contrast text
generation for alerts, updated getTextColor to also have fallback to black/white if resulting contrast isn't passable (only when inverting lightness!), updated UI to use tabs.
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 77a9a2af..c2d5b9e6 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -63,11 +63,6 @@
color: $fallback--faint;
color: var(--panelFaint, $fallback--faint);
}
-
- .loadmore-error {
- color: $fallback--text;
- color: var(--text, $fallback--text);
- }
}
.new-status-notification {