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

Update server indicators #14

Open
dennisfrank opened this issue Feb 23, 2019 · 1 comment
Open

Update server indicators #14

dennisfrank opened this issue Feb 23, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dennisfrank
Copy link
Owner

I sometimes don’t recognize the vertical white bar as the active server indicator. Perhaps we can make the current server and servers with unread posts more easily distinguishable from each other.

image

@dennisfrank dennisfrank added the enhancement New feature or request label Feb 23, 2019
@dennisfrank dennisfrank self-assigned this Feb 23, 2019
@dennisfrank dennisfrank changed the title Change active server indicator Update server indicators Feb 23, 2019
@dennisfrank
Copy link
Owner Author

dennisfrank commented Feb 27, 2019

Perhaps we can also customize the appearance of non-active server icons like this:

image

[class*="guildInner-"]:not(:hover) {
  filter: grayscale(100%);
}

[class*="selected-"] [class*="guildInner-"]:not(:hover) {
  filter: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant