-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature Request: Color bundle icon (email) #12
Comments
+1. This would be a fantastic enhancement. And THANK YOU for creating this! It's improved my email life significantly and even made me just a little less bitter/spiteful about the demise of Inbox. :) |
Continuing the discussion from #64
I think we should fully embrace the idea that the bundles are driven by labels by adopting the label's styles in the row. .bundle-and-count {
background-color: rgb(73, 134, 231);
color: rgb(255, 255, 255);
border-radius: 4px;
padding: 0 4px;
}
.bundle-count {
font-size: .75rem;
margin-left: 4px;
letter-spacing: .3px;
opacity: 0.75;
} I only took CSS from other places:
|
Given that Gmail has colors for labels, it might be nice to color the email icon with the same color as the label (if assigned one).
The text was updated successfully, but these errors were encountered: