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

Message Hover Color, Popout Color #43

Open
Hollo1001 opened this issue Jun 24, 2024 · 2 comments
Open

Message Hover Color, Popout Color #43

Hollo1001 opened this issue Jun 24, 2024 · 2 comments

Comments

@Hollo1001
Copy link

Hollo1001 commented Jun 24, 2024

The --message-color-hover variable doesn't work for me, if it is supposed to work.
Generally I have no message hover effect.
Also --popout-color doesn't work for me either.
Best regards,
Hollo

@Hollo1001
Copy link
Author

Hollo1001 commented Jun 24, 2024

fixed it with some custom css for me

[class^="messageListItem_"]:hover {
  background-color: var(--message-color-hover);
  border-radius: var(--app-radius);
}
[class^="backdrop_"]{
  background-color: var(--popout-color) !important;
}

@Hollo1001
Copy link
Author

Ok it seems like I might have been wrong, since popout-color only changes the background of the image, which you only see if parts are transparent. If thats what is is supposed to do.

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

No branches or pull requests

1 participant