Remove styling of attaches file icon

This commit is contained in:
KingOfDog 2020-08-22 13:27:18 +02:00
parent 76a56ddc68
commit 8df79b00a0

View File

@ -74,9 +74,3 @@ export default {
}
};
</script>
<style scoped>
.attaches-block-file-icon::before {
content: attr(data-extension);
}
</style>