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

Preview on vivid background button tweaks #312

Open
XhmikosR opened this issue Sep 22, 2021 · 0 comments · May be fixed by #407
Open

Preview on vivid background button tweaks #312

XhmikosR opened this issue Sep 22, 2021 · 0 comments · May be fixed by #407

Comments

@XhmikosR
Copy link
Collaborator

  1. would be nice to have a different color when the button is active. Something like this will probably do the job:
.minor-floating-action-button {
  // ...
  &.active {
    background-color: #00bcd4;
    color: #fff;
  }
}
  1. the button title should ideally change to reflect which option is currently active, i.e. "Preview on vivid background" or "Preview on light (?) background"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant