-
Notifications
You must be signed in to change notification settings - Fork 386
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
"All Unreads" section headings unstyled #150
Comments
Hey @Line-Noise, I'm not super familiar with the keyboard controls for "All Unreads", but examining that part of Slack on the latest version today it appears that the channel headers are being themed correctly. If that's not the case, can you re-open this and include a screenshot of what you're seeing? |
I have the latest version installed on May 14. It's still happening. I've attached a screenshot.
Thanks for your work on this theme! It makes Slack usable without burning out my retinas! |
Awesome, thank you @Line-Noise, I'll look for an opportunity to repro and fix! |
Fixes laCour#150 Before: https://cl.ly/3T0V2z3h2U41 After: https://cl.ly/3T0V2z3h2U41 Test Plan: - Have two or more un-muted channels containing new messages - Click on "All Unreads" and click the first channel header (collapsing it) - Press the "r" key to mark that channel as read - Notice the focus is now moved to the next unread section - Verify that the focused section has a dark background, and that the buttons and text appear correctly
When using keyboard shortcuts for "All Unreads" (
Enter
to show unreads,r
to mark as read) the channel section headings are unstyled. The class for thediv
isunread_group_header display_flex justify_content_between
.The text was updated successfully, but these errors were encountered: