diff --git a/assets/css/global.scss b/assets/css/global.scss index 0ca2d7856..68aa38a43 100644 --- a/assets/css/global.scss +++ b/assets/css/global.scss @@ -227,8 +227,6 @@ button { } } -/* TODO DESIGN I tried adding "appear" transitions, e.g. for elements in chitchat, or messages. But they then don't - show the computed emessage property. Don't know why */ .fade-enter-active, .fade-leave-active { transition: opacity 1s; } diff --git a/components/ExploreMap.vue b/components/ExploreMap.vue index d15659585..e9ecb10e3 100644 --- a/components/ExploreMap.vue +++ b/components/ExploreMap.vue @@ -138,7 +138,6 @@ }