UI fixes for moderation section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5759f2bc32
commit
de2a4746f8
@ -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>
|
||||
|
@ -82,3 +82,9 @@ export default class ReportList extends Vue {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
section > ul li > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user