Skip to content
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 8 commits into from
May 15, 2024

Conversation

goutetsuguma
Copy link
Collaborator

@goutetsuguma goutetsuguma commented Apr 1, 2024

チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)

#1128

どういう変更をしたか?

  • このプルリクで変更した事を記載してください

世代設定G3 でhas-black-background-color クラスを持つ親要素、または has-text-color クラスを持つ要素の場合にtext-decoration-colorが見えずらいので色を変更しました。
(G2のOrigin 2の場合はリンクのtext-decorationnoneになっていたので何もしていません)

※Lightningのdevelopブランチは、masterよりも古そうでしたのでもう使っていませんよね、、?

実装者の確認事項

実装者はレビュワーに回す前に以下の事を確認してチェックをつけてください。

  • 複数の意図の変更 ( 機能の不具合修正 + 別の機能追加など ) を含んでいないか?
  • Files changed (変更ファイル)の内容は目視で確認したか?
  • readme.txt に変更内容は書いたか?
  • 本当にちゃんと確認をしたか?

プログラムの変更の場合

テストを書かないのは普通ではありません。書けるテストは極力書くようにしてください。

  • 書けそうなテストは書いたか?

変更内容について何を確認したか、どういう方法で確認をしたかなど

実装者が確認した手順を箇条書きで記載してください。

  • 世代設定G3 で、グループブロックの背景色を適当な色に変えて(例えば黒とか)、中に段落ブロックをいれて、テキストににリンクを入れます。リンクされているテキストのtext-decoration-colorが見えやすい色になっていることを確認しました。

確認URL

( どこかのデモサイトかテストサーバーにデプロイ済みなどで確認できる場合はそのURL )

レビュワーに回す前の確認事項

  • 実装者はこのテンプレートのチェック項目をちゃんと確認してチェックしたか?

レビュワー確認方法・確認内容など

レビュワーがどういう手順で何を確認して欲しいかを記載してください。

  • 世代設定G3 で、グループブロックの背景色を適当な色に変えて(例えば黒とか)、中に段落ブロックをいれて、テキストににリンクを入れます。リンクされているテキストのtext-decoration-colorが見えやすい色になっていることを確認してください。

レビュワー向け

レビュワーが確認して変更が反映されていない場合の確認事項

レビューしてみて意図した動作をしない場合は再度ビルドするなど以下の項目を確認してください。

  • プルしたか?
  • ビルドしたか?
  • ビルドしたディレクトリは正しいか(別の開発環境のディレクトリを見ていないか)?
  • npm install したか?
  • composer install したか?
  • キャッシュをクリアして確認したか?

@goutetsuguma goutetsuguma marked this pull request as draft April 1, 2024 01:07
@goutetsuguma goutetsuguma marked this pull request as ready for review April 1, 2024 01:25
@goutetsuguma goutetsuguma changed the title 背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 Apr 1, 2024
@sysbird sysbird changed the title 【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 【確認中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 Apr 1, 2024
@sysbird sysbird changed the title 【確認中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 【確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 Apr 1, 2024
@sysbird
Copy link
Member

sysbird commented Apr 1, 2024

@mtdkei
すみません、環境でエラーが出てしまってすぐに確認できない状況です
確認お願いしてもよいでしょうか?

Copy link
Contributor

@mtdkei mtdkei left a 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 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 kurudrive changed the title 【2人目確認待ち】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 【調整中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 Apr 3, 2024
@kurudrive
Copy link
Member

ビルド関連壊れてしまったので調整中...orz

@kurudrive kurudrive changed the title 【調整中】背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 背景色を持つ親要素やテキストカラーを持つ要素のtext-decoration-colorを修正 May 15, 2024
@kurudrive kurudrive merged commit c626f29 into master May 15, 2024
4 checks passed
@kurudrive kurudrive deleted the fix/has_text-decoration-color branch May 15, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants