UI fixes for moderation section

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-06-18 16:57:11 +02:00
parent 5759f2bc32
commit de2a4746f8
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 15 additions and 0 deletions

View File

@ -437,4 +437,13 @@ tbody td img.image,
.report-content {
border-left: 4px solid $primary;
}
.box a {
text-decoration: none;
color: inherit;
}
td > a {
text-decoration: none;
}
</style>

View File

@ -82,3 +82,9 @@ export default class ReportList extends Vue {
}
}
</script>
<style lang="scss" scoped>
section > ul li > a {
text-decoration: none;
}
</style>