diff client/src/components/importoverview/LogEntry.vue @ 2609:546ed93a9829

overview2: usability
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Mar 2019 10:08:31 +0100
parents 11fd7ee37f10
children be60888e7c43
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Wed Mar 13 09:45:29 2019 +0100
+++ b/client/src/components/importoverview/LogEntry.vue	Wed Mar 13 10:08:31 2019 +0100
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div class="logentry d-flex flex-row text-left">
+    <div class="d-flex flex-row text-left">
       <font-awesome-icon
         v-if="entry.id === show"
         @click="toggleDetails"
@@ -136,9 +136,6 @@
 </script>
 
 <style lang="scss" scoped>
-.logentry {
-}
-
 .id {
   width: 10%;
 }