-
Notifications
You must be signed in to change notification settings - Fork 1.2k
css: Move no-masthead-sidebar to pf-m-sidebar
#22342
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
css: Move no-masthead-sidebar to pf-m-sidebar
#22342
Conversation
1bfa114 to
ff792f4
Compare
|
This probably runs in a lot of flakes, started retries. |
ff792f4 to
ff7c5bf
Compare
Seem to not be flakes as they appear again |
|
re-triggered fedora-42/other after we merged #22371 |
960f47f to
3faceb0
Compare
|
This pixel diff is just noise, fine. This one is a weird regression or flake, though: The input line suddenly gets focus. I'll retry that one to see if it's stable. |
|
Ah, nevermind, they were already discussed above. This needs a closer look. If it's stable, please just push and queue this after #22241. Thanks! |
No, it isn't noise! We explicitly have |
This is the official class for it so we no longer need our own workaround. Related-to: patternfly/patternfly#7357 Signed-off-by: Freya Gustavsson <[email protected]>
3faceb0 to
d556c5a
Compare
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.
Thanks!
|
Waiting on fedora-42/devel to go green. |
|
|
||
| return ( | ||
| <Page id="storage" className={"no-masthead-sidebar" + (client.in_anaconda_mode() ? " anaconda" : "")}> | ||
| <Page id="storage" className={"pf-m-no-sidebar" + (client.in_anaconda_mode() ? " anaconda" : "")}> |
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.
This added line is not executed by any test. Details
|
Let's roll this out to other plugins after the |
This is the official class for it so we no longer need our own
workaround.
Related-to: patternfly/patternfly#7357
Signed-off-by: Freya Gustavsson [email protected]