Fix dark mode highlight in Timeline
Summary: Moves these to `gentle.highlight` Test Plan: View a timeline that is collapsed, see correct color in Dark Mode. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18287
This commit is contained in:
@@ -344,8 +344,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.phui-timeline-older-transactions-are-hidden {
|
.phui-timeline-older-transactions-are-hidden {
|
||||||
background: {$sh-yellowbackground};
|
background: {$gentle.highlight};
|
||||||
border: 1px solid {$sh-yellowborder};
|
border: 1px solid {$gentle.highlight.border};
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
color: {$darkgreytext};
|
color: {$darkgreytext};
|
||||||
|
|||||||
Reference in New Issue
Block a user