Uh oh!
There was an error while loading. Please reload this page.
fix(desktop): keep composer focus frame stable - #1736
Closed
sunheyi6 wants to merge 1 commit into
Closed
Conversation
sunheyi6
marked this pull request as ready for review
August 1, 2026 00:47
sunheyi6
commented
Aug 1, 2026
ContributorAuthor
Closing as superseded: upstream migrated the composer card chrome to Astryx (#1728); the :focus-within\ frame swap this PR removed no longer exists in composer.css, so the issue is already resolved upstream. |
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 freeto 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.
Summary
Why
Focusing the message textarea introduced an additional rectangular frame and changed the outer container frame. The composer should present a single rounded boundary without nested focus boxes.
User impact
The message composer now keeps one consistent rounded frame while typing, without the extra square inner border or colored outer focus ring.
Validation
npm exec -- biome check apps/desktop/src/renderer/styles/composer.cssnpm --workspace @maka/desktop run build:renderergit diff --check中文说明
变更摘要
原因
消息输入框获得焦点后会出现额外的直角内框,同时外层边框也会变化。Composer 应当只显示一层稳定的圆角边界,不应出现嵌套的聚焦方框。
用户影响
输入消息时,输入框会维持一致的圆角边框,不再出现额外的直角内框或彩色外圈。
验证
npm exec -- biome check apps/desktop/src/renderer/styles/composer.cssnpm --workspace @maka/desktop run build:renderergit diff --check