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:
parent
9cf5bc30cd
commit
d114bc4a19
1 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue