fix(frontend): style questions LearningPathPage
This commit is contained in:
parent
d32981b726
commit
e7119cf28d
1 changed files with 0 additions and 9 deletions
|
@ -150,12 +150,6 @@
|
||||||
const studentAssignmentsQueryResult = useStudentAssignmentsQuery(
|
const studentAssignmentsQueryResult = useStudentAssignmentsQuery(
|
||||||
authService.authState.user?.profile.preferred_username,
|
authService.authState.user?.profile.preferred_username,
|
||||||
);
|
);
|
||||||
const pathIsAssignment = computed(() => {
|
|
||||||
const assignments = (studentAssignmentsQueryResult.data.value?.assignments as AssignmentDTO[]) || [];
|
|
||||||
return assignments.some(
|
|
||||||
(assignment) => assignment.learningPath === props.hruid && assignment.language === props.language,
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
const discussionLink = computed(
|
const discussionLink = computed(
|
||||||
() =>
|
() =>
|
||||||
|
@ -354,9 +348,6 @@
|
||||||
color: #0e6942;
|
color: #0e6942;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-size: 32px;
|
|
||||||
}
|
|
||||||
.discussion-link-text {
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
.question-header {
|
.question-header {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue