[O] Adjust expansion background clor
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user