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

Bug: Assignee field text on card not visible in dark theme #4621

Open
0xBEN opened this issue Mar 8, 2023 · 1 comment · Fixed by Kuuchuu/focalboard#11 · May be fixed by #4706
Open

Bug: Assignee field text on card not visible in dark theme #4621

0xBEN opened this issue Mar 8, 2023 · 1 comment · Fixed by Kuuchuu/focalboard#11 · May be fixed by #4706
Labels
Bug Something isn't working Help Wanted Extra attention is needed Up for grabs Looking for a contributor to fix it

Comments

@0xBEN
Copy link

0xBEN commented Mar 8, 2023

Steps to reproduce the behavior

  1. Set the theme to dark theme (not an issue in light/default theme)
  2. Open a board where cards use the Assignee field
  3. Select/create a card and note the text in the Assignee field matches the background color

Expected behavior

In the dark theme, most text should inherit its color using the CSS variable --center-channel-color-rgb: 220, 220, 220;. However, this does not seem to be the case for the Assignee field. In my testing, the text in this field is visible in lighter themes. It appears as if the RGB value of 51,51,51 is hardcoded in the styling for that item rather than using the theme variable.

I tried hard reloading with a clean cache, new browsers, and incognito windows, and the issue persisted.

Screenshots (optional)

Original

image
image
image
image

Modified Using Developer Tools

image
image

Default Theme

image
image

Light Theme

image
image

Edition and Platform

  • Edition: Focalboard Server (Debian)
  • Version: 7.8.2
  • Browser and OS: Chome, Windows 10

Additional context (optional)

Add any other context about the problem here, and any notes about the severity:

  • Sev 3: Affects minor, non-critical functionality

Text still "legible" if you hover over the field, workaround exists by using a light theme.

@0xBEN 0xBEN added Bug Something isn't working Triage labels Mar 8, 2023
@Joe-0237
Copy link

Joe-0237 commented Mar 21, 2023

This (Focalboard 7.8.2) issue also effects Firefox on Linux, definitely a mistake in a style-sheet somewhere.
The field type with the issue is "Person"; "Assignee" was OPs, field name

@sbishel sbishel added Help Wanted Extra attention is needed Up for grabs Looking for a contributor to fix it and removed Triage labels Mar 21, 2023
@barisunsalhn barisunsalhn linked a pull request Apr 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Help Wanted Extra attention is needed Up for grabs Looking for a contributor to fix it
Projects
None yet
3 participants