Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3488307
D3639.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
587 B
Referenced Files
None
Subscribers
None
D3639.diff
View Options
diff --git a/web/calendar/calendar.css b/web/calendar/calendar.css
--- a/web/calendar/calendar.css
+++ b/web/calendar/calendar.css
@@ -141,7 +141,7 @@
overflow: hidden;
}
div.actionLinks svg {
- fill: gray;
+ fill: var(--fg);
width: 10px;
height: 10px;
}
@@ -150,7 +150,7 @@
top: 1px;
}
div.darkEntry div.actionLinks svg {
- fill: lightgray;
+ fill: var(--fg);
}
div.actionLinks a:hover svg {
fill: black;
@@ -162,7 +162,7 @@
z-index: 3 !important;
}
div.actionLinks a {
- color: gray;
+ color: var(--fg);
}
div.actionLinks a:hover {
color: black;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 9:41 AM (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2676595
Default Alt Text
D3639.diff (587 B)
Attached To
Mode
D3639: [web] [fix] [ENG-965] calendar hover history + add show on hover
Attached
Detach File
Event Timeline
Log In to Comment