Skip to content

Preview on vivid background button tweaks #312

Open
@XhmikosR

Description

@XhmikosR
  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"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions