Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3301994
D3360.id10164.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
869 B
Referenced Files
None
Subscribers
None
D3360.id10164.diff
View Options
diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css
--- a/web/chat/chat-thread-list.css
+++ b/web/chat/chat-thread-list.css
@@ -132,6 +132,9 @@
color: var(--thread-color-read);
align-self: flex-start;
}
+div.sidebarTitle.unread {
+ color: var(--fg);
+}
div.sidebarLastActivity {
white-space: nowrap;
font-size: var(--xxs-font-10);
diff --git a/web/chat/sidebar-item.react.js b/web/chat/sidebar-item.react.js
--- a/web/chat/sidebar-item.react.js
+++ b/web/chat/sidebar-item.react.js
@@ -22,7 +22,7 @@
return (
<>
<SWMansionIcon icon="right-angle-arrow" size={28} />
- <div className={css.spacer}></div>
+ <div className={css.spacer} />
<a className={css.threadButtonSidebar} onClick={onClick}>
<div className={css.threadRow}>
<div className={unreadCls}>{threadInfo.uiName}</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 5:37 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2536619
Default Alt Text
D3360.id10164.diff (869 B)
Attached To
Mode
D3360: [web] Fix unread sidebar title styling in `SidebarItem`
Attached
Detach File
Event Timeline
Log In to Comment