Skip to content

css: Remove overrides #22012

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Venefilyn
Copy link
Member

This removes a bunch of overrides that no longer seem to serve a
purpose. Tests will indicate otherwise.

Signed-off-by: Freya Gustavsson [email protected]

This removes a bunch of overrides that no longer seem to serve a
purpose. Tests will indicate otherwise.

Signed-off-by: Freya Gustavsson <[email protected]>
@@ -843,7 +843,7 @@ export const StoragePage = ({ location, plot_state }) => {
const page = get_page_from_location(location);

return (
<Page id="storage" className={"no-masthead-sidebar" + (client.in_anaconda_mode() ? " storage-anaconda" : "")}>
<Page id="storage" className={"pf-m-no-sidebar" + (client.in_anaconda_mode() ? " storage-anaconda" : "")}>
Copy link
Contributor

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.

Comment on lines +247 to +250
value={edited_real_name !== null ? edited_real_name : account.gecos}
onKeyDown={(event) => {
if (event.key == "Enter") {
event.target.blur();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 4 added lines are not executed by any test.

Comment on lines +253 to +254
onChange={(_event, value) => set_edited_real_name(value)}
onBlur={() => change_real_name()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 2 added lines are not executed by any test.

</Popover>
<span id="account-expiration-text">{expiration.account_text}</span>
<Button
onClick={() => account_expiration_dialog(account, expiration.account_date)}
Copy link
Contributor

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.

<Flex flex={{ default: "inlineFlex" }}>
<span id="password-expiration-text">{expiration.password_text}</span>
<Button
onClick={() => password_expiration_dialog(account, expiration.password_days)}
Copy link
Contributor

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.

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.

2 participants