From ff996d22b6be648be0537e13ef6b01939722ce5a Mon Sep 17 00:00:00 2001 From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de> Date: Sun, 5 Aug 2018 21:34:44 +0200 Subject: [PATCH] Fixed Export button closes #114 --- frontend/src/components/DataExport.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/DataExport.vue b/frontend/src/components/DataExport.vue index 2b3c5868..451fd950 100644 --- a/frontend/src/components/DataExport.vue +++ b/frontend/src/components/DataExport.vue @@ -163,8 +163,4 @@ export default { </script> <style scoped> - #export-link { - color: #000; - text-decoration: none; - } </style> -- GitLab