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

Fix Captcha styles, fix subscribe to product alignment, prevent custom styles from interfering with predefined widgets #2734

Open
wants to merge 3 commits into
base: fui/master
Choose a base branch
from

Conversation

Onatolich
Copy link
Collaborator

No description provided.

…m styles from interfering with predefined widgets
@Onatolich
Copy link
Collaborator Author

@microsoft-github-policy-service agree company="Microsoft"

@Onatolich Onatolich requested a review from jsorohova December 10, 2024 09:40
padding: 7px 10px 5px !important;
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please, move all this to another file. Let's keep this for just imports.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Why? This seems as an appropriate file to import all specific widget styles as well as defining global widget styles as well.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This file is not redesign specific. Please, create a new one and place it there.
Also, why .fui-FluentProvider is specified 3 times? Can we specify it once as old widgets don't have this class at all.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This file is not redesign specific. Please, create a new one and place it there.

Where do we put redesign specific files?

Also, why .fui-FluentProvider is specified 3 times?

Read a comment I written to it

Copy link
Collaborator

@jsorohova jsorohova Dec 13, 2024

Choose a reason for hiding this comment

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

Where do we put redesign specific files?

There is a folder named fui right next to this file.

Read a comment I written to it

Ok. My bad. Let's leave like this.

[data-bind="widget: widget"] {
.button {
margin: 10px 20px 10px 0 !important;
padding: 9px 50px !important;
Copy link
Collaborator

Choose a reason for hiding this comment

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

50px seems like a very big number. Are you sure?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I believe I just copied what I had by default

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just checked again, it is indeed 50px
image

padding: 7px 10px 5px !important;
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

This file is not redesign specific. Please, create a new one and place it there.
Also, why .fui-FluentProvider is specified 3 times? Can we specify it once as old widgets don't have this class at all.

.fui-FluentProvider.fui-FluentProvider.fui-FluentProvider {
.button {
margin: 10px 20px 10px 0;
padding: 9px 50px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I am still sure this 50px value is wrong for the redesign. I know you took it from old widgets. Please, check designs and come up with proper spacing. For everything you specify here, not just this padding.

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