Drag and Drop - more distinctive focus indication when using the keyboard
Submitted by KathySimic on Fri, 06/13/2025 - 06:09
Forums:
Hello,
Would it be possible to increase the thickness of the focus border when you are using the keyboard to access the dropzones. Many of our students use a keyboard to access this activity type, and it is very difficult for them to identify which drop zone they have landed on. If this can be adjusted and I have just not found the option, can I please be directed how to do this.
Thank you very much for your consideration of this request.
otacke
Sat, 06/14/2025 - 13:43
Permalink
Hi Kathy!The visible focus
Hi Kathy!
The visible focus styling is not applied by H5P directly in most cases, but left to the browser and may in fact differ depending on what browser you use. For instance, Chrome will add a black outline to buttons while Firefox uses blue. The width of the outline may also differ.
H5P itself does not provide an option to override that particular styling, but H5P offers you to overwrite its CSS definitions, see https://h5p.test.schulcloud-thueringen.de/documentation/for-developers/visual-changes. You, could, for instance, use
for a very very prominent green visible focus on every actionable element or whatever suits your needs.
Best,
Oliver