Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Conversation

@willmartian
Copy link
Contributor

Responding to issue #574 , added styling to make the "Synced at (time)" text black. First pull request, let me know how this looks!

@Natim
Copy link
Collaborator

Natim commented Feb 1, 2018

Some of this were fixed with #639 can you rebase and remove the .black class from #639 to use your solution instead?


if (syncSuccess === true && !footerButtons.classList.contains('syncSuccess')) {
footerButtons.classList.add('syncSuccess');
} else if (footerButtons.classList.contains('syncSuccess')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the if clause to have a else clause here?

color: black;
}

#footer-buttons.syncSuccess div:first-child {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can add the condition close in the previous CSS rule line 125.

@willmartian
Copy link
Contributor Author

@Natim, on it!

@Natim Natim mentioned this pull request Feb 2, 2018
14 tasks
@Natim Natim merged commit b129863 into mozilla:master Feb 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants