mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
[Redesign] Bolder object names for ObjectItemListView
Summary: Ref T8099. I think this got overwritten at some point, but they should be full bold, not semi bold. Test Plan: inspect elements Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D12923
This commit is contained in:
parent
0de15e9869
commit
38445b47c0
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '53df8459',
|
||||
'core.pkg.css' => 'b18694c1',
|
||||
'core.pkg.js' => 'f3e08b38',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => 'bb338e4b',
|
||||
|
@ -140,7 +140,7 @@ return array(
|
|||
'rsrc/css/phui/phui-info-view.css' => '33595731',
|
||||
'rsrc/css/phui/phui-list.css' => '2e25ebfb',
|
||||
'rsrc/css/phui/phui-object-box.css' => '23e36d6b',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '7f99e759',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '4be0645f',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => 'eaab2b1b',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => 'd2d143ea',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
|
@ -775,7 +775,7 @@ return array(
|
|||
'phui-inline-comment-view-css' => '2174771a',
|
||||
'phui-list-view-css' => '2e25ebfb',
|
||||
'phui-object-box-css' => '23e36d6b',
|
||||
'phui-object-item-list-view-css' => '7f99e759',
|
||||
'phui-object-item-list-view-css' => '4be0645f',
|
||||
'phui-pinboard-view-css' => 'eaab2b1b',
|
||||
'phui-property-list-view-css' => 'd2d143ea',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
|
|
|
@ -92,8 +92,9 @@ ul.phui-object-item-list-view {
|
|||
}
|
||||
|
||||
.phui-object-item-objname {
|
||||
color: {$darkgreytext};
|
||||
color: {$darkbluetext};
|
||||
cursor: text;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.phui-object-item-content {
|
||||
|
|
Loading…
Reference in a new issue