diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html index dc0a02a47..b7260aeb8 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html @@ -104,7 +104,7 @@ #quickNavigation (keydown)="preventArrowDefault($event)" (keyup)="preventArrowDefault($event)" - [class.activePanel]="pagesPanelActive" + [class.active-panel]="pagesPanelActive" class="pages" tabindex="0" > @@ -122,11 +122,10 @@ #annotationsElement (keydown)="preventArrowDefault($event)" (keyup)="preventArrowDefault($event)" - [class.activePanel]="!pagesPanelActive" + [class.active-panel]="!pagesPanelActive" class="annotations" tabindex="1" > -