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

chore(AMBER-1209): Update the class name on css to match the component #15016

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

lidimayra
Copy link
Contributor

@lidimayra lidimayra commented Dec 18, 2024

The type of this PR is: Chore

This PR solves AMBER-1209

Description

Similar to https://github.com/artsy/volt/pull/8211, but now for collectors

We must not display the SF chat bubble on the mobile version. We handled this during the migration from Zendesk to SF, but our css rule specifies a class that's defined on SF stylesheet, which became outdated after the recent upgrade.

Changes in this PR point update the class name to meet the current definition.

Before

Screenshot 2024-12-18 at 18 10 55

After

Screenshot 2024-12-18 at 18 10 00

cc @artsy/amber-devs

We must not display the SF chat bubble on the mobile version. We handled
this during the migration from Zendesk to SF, but our css rule specifies
a class that's defined on SF stylesheet, which became outdated after the
recent upgrade.

Changes in this PR point update the class name to meet the current
definition.
@lidimayra lidimayra requested a review from a team December 18, 2024 18:12
@lidimayra lidimayra self-assigned this Dec 18, 2024
.embeddedServiceHelpButton .helpButton .uiButton {
display: none;
.embeddedMessagingConversationButton {
display: none !important;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

More on the reasoning behind !important usage can be found here

@lidimayra lidimayra merged commit f5d3d1e into main Dec 19, 2024
11 checks passed
@lidimayra lidimayra deleted the lidimayra/AMBER-1209-hide-sf-chat-bubble-on-mobile branch December 19, 2024 09:13
@artsy-peril artsy-peril bot mentioned this pull request Dec 19, 2024
@Mitch-Henson
Copy link
Contributor

🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants