Remove upper case on collection chooser (BL-16856) - #8345
Merged
Conversation
https://issues.bloomlibrary.org/youtrack/issue/BL-16856 The Open / Create Collections dialog forced the UI language button's label to uppercase ("ENGLISH"). Drop that override so the label keeps the language menu's normal casing. Tests: CSS-only change; no tests exercise this styling, so none run. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
Author
|
[Claude Fable 5.1] Consulted Devin on 2026-09-10 22:46 UTC up to commit f8ac4da. Devin review: https://app.devin.ai/review/BloomBooks/BloomDesktop/pull/8345 — no bugs, no Investigate flags, no informational items. CI (pr-automation) passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem. In the Open / Create Collections dialog, the UI language button in the title bar showed the selected language in all capitals ("ENGLISH"), unlike the same menu elsewhere in Bloom. The language name should read in its normal casing.
What the PR does. The dialog's title-bar style had a rule that forced the language button's label to uppercase. That rule is removed, so the button now shows the language name as the shared UI language menu renders it ("English"). The button's 14px size and normal weight in this dialog are kept.
Ref: https://issues.bloomlibrary.org/youtrack/issue/BL-16856
🤖 Generated with Claude Code
Devin review
This change is