-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(clockface): remove same color used by text from the background in IndexList body #489
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the text color was used where the background color was supposed to be.
@@ -154,7 +154,6 @@ $cf-index-list--sort-text: $g11-sidewalk; | |||
|
|||
// Empty state | |||
.cf-index-list--empty-cell { | |||
background-color: $cf-card-text--disabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was supposed to be $cf-card-background--disabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mavarius good catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks guys! I have fixed it. Screenshot updated as well.
MASSIVE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go!
Closes influxdata/influxdb#17635
Closes #488
Changes
Remove the background color which is the same value as the text color. This applies to IndexList body when it is empty.
Screenshots
BEFORE: With text and background color the same

AFTER: Correct background color and text color

Checklist
Check all that apply