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

Litely-red theme has green background for "select a community" dropdown when creating a post #1112

Closed
RayBB opened this issue Jun 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@RayBB
Copy link
Contributor

RayBB commented Jun 8, 2023

Issue Summary

A summary of the bug.

Steps to Reproduce

  1. Set theme to litely-red
  2. Visit https://lemmy.ml/create_post

Screenshot:
image

Implementation details

imo there should be no background color for this dropdown.
But if there must be one then it should probably be red.

In the theme file it probably shouldn't have green as the secondary bg color:

background-color: #00c853 !important;

Where select a community is used:

label: i18n.t("select_a_community"),

PS: I'd like to fix this by removing the color but it's not clear to me where in the css we set this bg-secondary for the communities dropdown.

@RayBB RayBB added the bug Something isn't working label Jun 8, 2023
@dessalines
Copy link
Member

The main branch uses a different community dropdown, and is fixed there.

@dessalines dessalines closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants