Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Keyboard focus on questionnaire viewer: Difference between revisions

From Catglobe Wiki
Created page with "Questionnaire viewer has supported the keyboard focus. Very useful when your page contains multi questions, it can tell you which question you are focusing on by showing a ye..."
(No difference)

Revision as of 06:47, 26 April 2021

Questionnaire viewer has supported the keyboard focus.

Very useful when your page contains multi questions, it can tell you which question you are focusing on by showing a yellow arrow in front of the question:

In case don't need it, you can remove the yellow arrow by this CSS

.cg-ui-state-active > .cg-ui-text, .cg-ui-grid-row.cg-ui-state-active > :nth-child(1), .cg-ui-state-active .cg-ui-question-text {
   position: unset;
}

Put this on CSS tab of questionnaire editor: