Skip to content

Commit

Permalink
Merge branch 'release-2.25.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
svoronuk committed Nov 17, 2021
2 parents 0c0a388 + e51aeb6 commit 89276d8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oat-sa/tao-test-runner-qti",
"version": "2.25.0",
"version": "2.25.1",
"description": "TAO Test Runner QTI implementation",
"files": [
"dist",
Expand Down
19 changes: 18 additions & 1 deletion scss/inc/_navigatorFizzy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ $panelPadding: 19px;
background: none;
}

/****** theme specific **********/
/**
this styles rewrite default theme styles for MEXCBT project
if sometimes in the future this design should be spread out to another project
it will be better to move this rewriting to MEXCBT extension/project
*/
html body .qti-navigator.fizzy .qti-navigator-filter{
width: auto;
}
html body .qti-navigator.fizzy .qti-navigator-filters{
width: auto;
}
/*********************************/

/* panel styles */

.qti-navigator.fizzy {
Expand All @@ -110,7 +124,7 @@ $panelPadding: 19px;
}

/* reset parent style */
button [class*=' icon-'] {
button [class*='icon-'] {
padding: 0;
}

Expand Down Expand Up @@ -181,6 +195,9 @@ $panelPadding: 19px;
& .icon-viewed {
display: none;
}
& .icon-indicator {
display: none;
}

.qti-navigator-item {
height: $hitboxSize;
Expand Down

0 comments on commit 89276d8

Please sign in to comment.