1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02: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 {
background: {$sh-yellowbackground};
border: 1px solid {$sh-yellowborder};
background: {$gentle.highlight};
border: 1px solid {$gentle.highlight.border};
text-align: center;
padding: 12px;
color: {$darkgreytext};