-
Notifications
You must be signed in to change notification settings - Fork 4
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
蛍光マーカーURLPopoverからPopoverに変更 #970
Conversation
URLPopoverからPopoverに変更 関連 : WordPress/gutenberg#34680
value={value} | ||
className="components-inline-color-popover" | ||
className="components-inline-color-popover components-inline-color-popover" |
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.
@shimotmk ここは同じclass名(components-inline-color-popover)を追加してますが、vk- 系のクラスの誤りでしょうか。paddingが無かったので、それは別ブランチかなと思ってたんですが、ご確認をば。
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.
@mthaichi
確認ありがとうございます
修正しました
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.
@shimotmk paddingの調整は別ブランチで行いますか?
であれば、マージしておきます。
ここで併せてやっちゃっても問題ないような気がしますが、おまかせします。
・・・あ、paddingの調整はインライン文字列の方にいれるのかな。
一応確認です。
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.
@mthaichi
paddingのcss追加は別ブランチでやりますー
Popover独自のクラス名を追加
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.
ありがとうございましたー。
Inline font sizeで使用しているURLPopoverからPopoverに変更しました
5.8,5.9で問題がないか確認お願いします
fix: #954
related : #962 #969