-
Notifications
You must be signed in to change notification settings - Fork 56
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
EZP-28386: Update Create & Edit design layout #388
Conversation
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.
Looks better. Thanks @inakijv
h2, | ||
h4 { | ||
font-size: 1.125rem; | ||
color: $ez-color-base-light; |
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.
please remove the extra space :)
@@ -1,10 +1,18 @@ | |||
.ez-content-edit { | |||
h2, |
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.
Please, avoid styling by tag selectors. Use CSS class selectors instead. In case of there's none, please add a new one.
Update based on review. Ping @sunpietro |
@inakijv rebase is needed here. |
I was updated based on feedback. Still pending new review. |
Ping @sunpietro |
@@ -1,14 +1,21 @@ | |||
.content-item-status { |
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.
Wrong naming convention ez-content-item-status
Thanks for the feedback 👍 Updated based on review |
@mnocon we need a round of QA on this one too. |
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.
Proposed fixup based on @m-tyrala feedback (good call btw!). Tested on latest versions of Chrome and Firefox. |
For me, the button is a little bit bigger than the input box. Is it something we can improve? |
Updated based on @SylvainGuittard feedback |
@m-tyrala it is ready for re-test. |
It might be an independent issue (see: https://jira.ez.no/browse/EZP-28974) |
I will merge this one, and checkbox issue will be addressed by one person. |
MAybe this PR is not rebased with the latest master. It was fixed in #400 as far as I know. |
@sunpietro do you have possibility to rebase this PR? |
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.
So just as I thought - the rest seems to be fine - QA approve.
#400 was merged 2 days ago, the issue I linked (created by @barbaragr ) was added yesterday |
I've rebased this branch. Please, check it again. |
Most important aspects:
ez-card
following consistency with Editing view in Admin section.content_edit_component_preview_unavailable
.Next steps:
Checklist:
$ composer fix-cs
)