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

group text + button for login with stable class name #3385

Closed
frisi opened this issue Jan 25, 2021 · 1 comment
Closed

group text + button for login with stable class name #3385

frisi opened this issue Jan 25, 2021 · 1 comment

Comments

@frisi
Copy link

frisi commented Jan 25, 2021

Suggestion

in order to hide the "join the conversation" text + buttons
grafik

one currently needs to hide
UserBoxUnauthenticated-actions-* and UserBoxUnauthenticated-joinText-*

.coral-comments div[class^='UserBoxUnauthenticated-actions'],
.coral-comments span[class^='UserBoxUnauthenticated-joinText'] {
  display: none;
}

margin and padding of the surrounding container are stil applied

if the surrounding div would have a stable class this would be easier and more robust to implement

@tessalt
Copy link
Contributor

tessalt commented Jan 23, 2023

updated stable classnames will be shipped in the next release #4131

@tessalt tessalt closed this as completed Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants