[O] Adjust expansion background clor
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
white-space: nowrap;
|
||||
|
||||
// Expansion color
|
||||
background: #f9f9f9;
|
||||
background: #f4f6f9;
|
||||
|
||||
// Main card content
|
||||
.course-card-content.main
|
||||
|
||||
@@ -24,6 +24,7 @@ export default class UnreadEntry extends Vue
|
||||
*/
|
||||
markAsRead()
|
||||
{
|
||||
// Call custom event
|
||||
this.$emit('mark-as-read', this.assignment)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user