Skip to content
Snippets Groups Projects
Commit be125e50 authored by paf's avatar paf
Browse files

highlight block containing featured unit in medium view

fixes https://github.com/iqb-berlin/testcenter-frontend/issues/203
parent f4d32350
No related branches found
No related tags found
No related merge requests found
{
"name": "itc-ng",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",
"repository": {
"type": "git",
......
......@@ -232,6 +232,7 @@
[class]="{
unit: true,
aggregated: true,
current: true,
selected: selectedElement?.id === testletOrUnit.id,
marked: markedElement?.id === testletOrUnit.id
}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment