[O] Adjust expansion background clor

This commit is contained in:
Hykilpikonna
2019-10-13 14:51:47 -04:00
parent ed0b7a9740
commit c94435360f
2 changed files with 2 additions and 1 deletions
@@ -12,7 +12,7 @@
white-space: nowrap; white-space: nowrap;
// Expansion color // Expansion color
background: #f9f9f9; background: #f4f6f9;
// Main card content // Main card content
.course-card-content.main .course-card-content.main
@@ -24,6 +24,7 @@ export default class UnreadEntry extends Vue
*/ */
markAsRead() markAsRead()
{ {
// Call custom event
this.$emit('mark-as-read', this.assignment) this.$emit('mark-as-read', this.assignment)
} }
} }