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

Content in a truncated list item in history pane is unreadable when selected #1429

Closed
vicmeow opened this issue Aug 6, 2019 · 0 comments · Fixed by #1461
Closed

Content in a truncated list item in history pane is unreadable when selected #1429

vicmeow opened this issue Aug 6, 2019 · 0 comments · Fixed by #1461
Labels

Comments

@vicmeow
Copy link
Contributor

vicmeow commented Aug 6, 2019

Description
Content in a truncated list item in history pane is unreadable when selected, because the text/content is the same color as the background.

Screenshots
Screenshot 2019-08-06 at 13 14 14

{type === 'truncated' && (
          <div className={styles.truncatedInfo}>
            <p>
              <a
                href="https://www.sanity.io/docs/content-studio/history-experience"
                target="_blank"
                rel="noopener noreferrer"
              >
                Learn about history retention
              </a>
            </p>
          </div>
        )}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant