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

fix: (frontera) system_monitor colors #635

Merged
merged 1 commit into from
May 9, 2023

Conversation

wesleyboar
Copy link
Member

@wesleyboar wesleyboar commented May 9, 2023

Overview

Fix incorrect colors on System Monitor table (only used on Frontera).

Related

Changes

  • changed system monitor to unset global background color
    The <th>s were white cuz default --global-color-background--app is white, and it is used to color <th> backgrounds.
  • changed system monitor table color to be cell color (more specific)
    The <td> and <th> colors were trumped by Core Styles table CSS.

Testing

Use the new styles instead of the old styles. I believe this can reliably be tested live.

fix.mov

UI

before after
before after

1. The `<th>`s were white cuz default `--global-color-background--app`.
2. The `<td>` and <th>` colors were trumped by Core Styles table CSS.
@wesleyboar wesleyboar merged commit 6ede445 into main May 9, 2023
@wesleyboar wesleyboar deleted the bugfix/frontera-system-monitor-colors branch May 9, 2023 21:10
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

Successfully merging this pull request may close these issues.

1 participant