1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-11 23:31:03 +01:00

Tweak status list highlight

Summary: Removes highlight from the 'notes' row, leaves for status and name.

Test Plan: Tested on a diff. Faked a note.

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7258
This commit is contained in:
Chad Little 2013-10-07 08:57:39 -07:00
parent e2824648e4
commit bc46403cef
2 changed files with 6 additions and 1 deletions

View file

@ -3850,7 +3850,7 @@ celerity_register_resource_map(array(
), ),
'phui-status-list-view-css' => 'phui-status-list-view-css' =>
array( array(
'uri' => '/res/02351f1a/rsrc/css/phui/phui-status.css', 'uri' => '/res/f50f0ead/rsrc/css/phui/phui-status.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -29,3 +29,8 @@
.phui-status-item-highlighted { .phui-status-item-highlighted {
background-color: {$lightyellow}; background-color: {$lightyellow};
} }
.phui-status-item-highlighted .phui-status-item-note {
background-color: #fff;
padding-left: 4px;
}