-
Notifications
You must be signed in to change notification settings - Fork 28
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
背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 #1130
Merged
Merged
Conversation
This file contains 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
goutetsuguma
changed the title
背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
Apr 1, 2024
sysbird
changed the title
【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
【確認中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
Apr 1, 2024
sysbird
changed the title
【確認中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
Apr 1, 2024
@mtdkei |
mtdkei
approved these changes
Apr 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@goutetsuguma
今回のfixで、背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorが見えやすくなっているのを確認しました。
2人目確認待ちにしましたが、よければマージします。
mtdkei
changed the title
【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
【2人目確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
Apr 2, 2024
# Conflicts: # _g3/assets/css/editor.css # _g3/assets/css/style-theme-json.css # _g3/assets/css/style.css # readme.txt
ビルドがうまくいかないので各種調整
kurudrive
changed the title
【2人目確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
【調整中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
Apr 3, 2024
ビルド関連壊れてしまったので調整中...orz |
# Conflicts: # _g3/assets/css/editor.css
kurudrive
changed the title
【調整中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正
May 15, 2024
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.
チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)
#1128
どういう変更をしたか?
世代設定G3 で
has-black-background-color
クラスを持つ親要素、またはhas-text-color
クラスを持つ要素の場合にtext-decoration-color
が見えずらいので色を変更しました。(G2のOrigin 2の場合はリンクの
text-decoration
がnone
になっていたので何もしていません)※Lightningのdevelopブランチは、masterよりも古そうでしたのでもう使っていませんよね、、?
実装者の確認事項
実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。
プログラムの変更の場合
テストを書かないのは普通ではありません。書けるテストは極力書くようにしてください。
変更内容について何を確認したか、どういう方法で確認をしたかなど
実装者が確認した手順を箇条書きで記載してください。
確認URL
( どこかのデモサイトかテストサーバーにデプロイ済みなどで確認できる場合はそのURL )
レビュワーに回す前の確認事項
レビュワー確認方法・確認内容など
レビュワーがどういう手順で何を確認して欲しいかを記載してください。
レビュワー向け
レビュワーが確認して変更が反映されていない場合の確認事項
レビューしてみて意図した動作をしない場合は再度ビルドするなど以下の項目を確認してください。