選択の帯のネイビーをやめ、ブラウザ既定に戻す - #3300
Merged
Merged
Conversation
本文の選択は端末の慣れた色でよい、という判断。typescript-guide へ同じ色を 入れようとして出た結論で、アーキテクチャガイドラインからも外す。 下線の位置(link-underline-offset)の理由は残る。帯からはみ出した線が消える 制約は、帯の色が何であっても変わらない。 見本(.sg-selected)は作り直さずに落とす。色がブラウザのものになるので、 こちらで塗った見本は実物と違うものになる。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
#3299
変更
テキスト選択の帯に当てていたブランドのネイビーをやめて、ブラウザ既定に戻します。
::selection/::-moz-selection(ページ全体・フッター、明るい側と暗い側)を落とす--selection-bg/--selection-inkとdark-selectionを落とす.sg-selected)と、ダークの段の表のselection-bgの行を落とす本文の選択は端末の慣れた色でよい、という判断です。typescript-guide へ同じ色を入れようとして出た結論で(future-architect/typescript-guide#169 は閉じました)、アーキテクチャガイドラインからも外します。
残すもの
「選択されると色が消えるので、下線だけが残る」の節と
link-underline-offset(2px)はそのままです。 選択されると文字も下線も選択の文字色1色で塗り直され、帯からはみ出した線が消える——この制約は帯の色が何であっても変わりません。見本は作り直さずに落としました。 色がブラウザのものになるので、こちらで塗った見本は実物と違うものになります。節の文章そのものを選択すれば実物が見えるので、そう書き足してあります。
🤖 Generated with Claude Code