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