Skip to content

fix: agenda 'show meeting materials' button theme #9119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025

Conversation

holloway
Copy link
Contributor

@holloway holloway commented Jul 9, 2025

fixes #9117

The 'show agenda materials' button wasn't themed correctly. This was because (1) it was a <button> not a <a> which meant the CSS selectors didn't match, and (2) the current CSS class text-black collided with a class already made elsewhere with a !important which clobbered the dark mode variation, so I changed the color name to darkgray (sic) to avoid the problem.

screenshots (light and dark mode)

Screenshot_2025-07-10_11-12-50
Screenshot_2025-07-10_11-13-37

@rjsparks rjsparks merged commit 98f19cd into main Jul 10, 2025
8 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Show meeting materials" icon on the agenda has poor contrast in dark mode
3 participants