Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3738752
D3421.id10338.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
794 B
Referenced Files
None
Subscribers
None
D3421.id10338.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
@@ -28,6 +28,10 @@
div.threadListSidebar:hover {
background: var(--selected-thread-bg);
}
+
+div.thread:hover {
+ background: var(--thread-hover-bg);
+}
div.title {
flex: 1;
font-size: var(--m-font-16);
diff --git a/web/theme.css b/web/theme.css
--- a/web/theme.css
+++ b/web/theme.css
@@ -67,6 +67,7 @@
--keyserver-selection: var(--violet-dark-60);
--thread-selection: var(--violet-light-80);
--selected-thread-bg: var(--shades-black-90);
+ --thread-hover-bg: var(--shades-black-80);
--chat-timestamp-color: var(--shades-black-60);
--tool-tip-bg: var(--shades-black-80);
--tool-tip-color: var(--shades-white-60);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 9:42 AM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2847499
Default Alt Text
D3421.id10338.diff (794 B)
Attached To
Mode
D3421: [web] [fix] hover state background color on thread list
Attached
Detach File
Event Timeline
Log In to Comment