Skip to content

Commit

Permalink
Added grey color hovering for submission panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Normanwqn committed May 23, 2024
1 parent 7bb8ea9 commit f96be47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/submission_list/submission_panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,9 @@ export default class SubmissionPanel extends Vue {
color: $navy-blue;
}
}
.submission-list-item:hover {
background-color: $pebble-light;
}
</style>

0 comments on commit f96be47

Please sign in to comment.