mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Update timeline hyperlink colors
Summary: Makes hyperlinks in phui-timeline-title one color darker, with objects in bold. Test Plan: Tested a timeline with people, objects, and timestamps. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8214
This commit is contained in:
parent
30ffe0ce5d
commit
ffdf181274
2 changed files with 11 additions and 13 deletions
|
@ -144,7 +144,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '295d81c4',
|
||||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'f51a859b',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '31c2bafe',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => 'bf70dd2e',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => '6f8527f6',
|
||||
'rsrc/css/sprite-actions.css' => '4557baf8',
|
||||
|
@ -755,7 +755,7 @@ return array(
|
|||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-tag-view-css' => '295d81c4',
|
||||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => 'f51a859b',
|
||||
'phui-timeline-view-css' => '31c2bafe',
|
||||
'phui-workboard-view-css' => 'bf70dd2e',
|
||||
'phui-workpanel-view-css' => '6f8527f6',
|
||||
'policy-css' => '957ea14c',
|
||||
|
|
|
@ -47,19 +47,15 @@
|
|||
line-height: 18px;
|
||||
min-height: 18px;
|
||||
position: relative;
|
||||
color: {$darkbluetext};
|
||||
color: {$bluetext};
|
||||
}
|
||||
|
||||
.phui-timeline-minor-event .phui-timeline-title {
|
||||
padding: 4px 8px 4px 33px;
|
||||
color: {$bluetext};
|
||||
}
|
||||
|
||||
.phui-timeline-title a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.phui-timeline-title a.phui-link-person {
|
||||
color: {$darkbluetext};
|
||||
}
|
||||
|
||||
|
@ -169,9 +165,16 @@
|
|||
left: 6px;
|
||||
}
|
||||
|
||||
.phui-timeline-extra, .phui-timeline-extra a {
|
||||
.phui-timeline-extra,
|
||||
.phui-timeline-extra .phabricator-content-source-view {
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
color: {$lightbluetext};
|
||||
}
|
||||
|
||||
.phui-timeline-title .phui-timeline-extra a {
|
||||
font-weight: normal;
|
||||
color: {$bluetext};
|
||||
}
|
||||
|
||||
.device-desktop .phui-timeline-extra {
|
||||
|
@ -247,8 +250,3 @@
|
|||
border-color: #efefef;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
.phui-timeline-extra .phabricator-content-source-view,
|
||||
.phui-timeline-extra a {
|
||||
color: {$lightbluetext};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue