From 778380446d278adf45a9491b699b7e324d9edb8c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 28 Jul 2020 14:11:46 +0200 Subject: setting things as hidden --- .../app/views/viewer/transcript/components/elementTypes.text.js | 2 +- .../frontend/app/views/viewer/transcript/transcript.container.js | 1 + animism-align/frontend/app/views/viewer/transcript/transcript.css | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/transcript') diff --git a/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.text.js b/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.text.js index 8825479..98be99b 100644 --- a/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.text.js +++ b/animism-align/frontend/app/views/viewer/transcript/components/elementTypes.text.js @@ -24,7 +24,7 @@ export const Paragraph = ({ paragraph, currentParagraph, currentAnnotation, onAn } export const ParagraphHeading = ({ paragraph, currentParagraph, currentAnnotation, onAnnotationClick, onDoubleClick }) => { - let className = currentParagraph ? 'header current' : 'header' + let className = currentParagraph ? 'section_heading current' : 'section_heading' const text = paragraph.annotations.map(annotation => annotation.text).join(' ') return (