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

Merge branch 'master' into syscheck-refac

parents 6b29da7a 140f9f7c
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",
......
......@@ -130,9 +130,12 @@ mat-sidenav {
}
.corner-menu {
position: absolute;
position: fixed;
right: 30px;
top: 2px;
top: 70px;
background: white;
z-index: 10000;
border-bottom-left-radius: 10px;
}
.emph {
......
......@@ -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