Bug 34100 - Accessibility: Increase navbar font size
Summary: Accessibility: Increase navbar font size
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Lucas Gass
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-22 19:00 UTC by Lisette Scheer
Modified: 2023-06-23 18:07 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
13 px font size, current size. (9.61 KB, image/png)
2023-06-22 19:00 UTC, Lisette Scheer
Details
15px, larger font size (10.24 KB, image/png)
2023-06-22 19:00 UTC, Lisette Scheer
Details
Bug 34100: Increase font size in staff interface header (1.48 KB, patch)
2023-06-22 19:39 UTC, Lucas Gass
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2023-06-22 19:00:29 UTC
Created attachment 152579 [details]
13 px font size, current size.

Reducing the font size, un-bolding the <li>, and adding a dark background has made header text in the staff interface more difficult to read. 

I'm attaching 2 screenshots, the 13px one is the current size. The 15px image is a mockup of a larger font size with some css for extra padding as well that's more readable. 

Lisette
Comment 1 Lisette Scheer 2023-06-22 19:00:51 UTC
Created attachment 152580 [details]
15px, larger font size
Comment 2 Lucas Gass 2023-06-22 19:39:21 UTC
Created attachment 152583 [details] [review]
Bug 34100: Increase font size in staff interface header

To test:
1. Apply patch
2. Regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface )
3. Look at the font size of the header on different pages in Koha making sure it looks good.
4. Look at different and smaller screen sizes making sure the text and icons look right.
Comment 3 Owen Leonard 2023-06-23 17:22:52 UTC
The font size in the redesign isn't smaller, it's the same. The bold style was removed because it was less readable with light-on-dark text.

I think this kind of issue is best handled with browser controls for changing the zoom on the page. The browser should remember the setting, and users can increase the font size even more than the patch does, if necessary.