mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
a2ece038c6
Summary: This moves global search results to use standard UI, and hopefully allow us to easily add more information. Test Plan: Tested a number of open and closed task queries, tried a few users and projects. All seem to work well. {F328075} {F328078} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11948
10 lines
179 B
CSS
10 lines
179 B
CSS
/**
|
|
* @provides phabricator-search-results-css
|
|
*/
|
|
|
|
.phui-object-item-link strong {
|
|
background-color: {$lightyellow};
|
|
color: black;
|
|
padding: 0 4px;
|
|
border-radius: 3px;
|
|
}
|