1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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:
Chad Little 2017-07-27 15:17:20 -07:00
parent 9cf5bc30cd
commit d114bc4a19

View file

@ -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};