mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
1c45a7d8e2
Summary:
This reverts commit 1583738842
.
See T8646 for discussion. This version of the feature feels terrible on real data.
Test Plan: Strict revert.
Reviewers: chad
Reviewed By: chad
Differential Revision: https://secure.phabricator.com/D14097
18 lines
296 B
CSS
18 lines
296 B
CSS
/**
|
|
* @provides phabricator-search-results-css
|
|
*/
|
|
|
|
.phui-object-item-link strong {
|
|
color: {$fire};
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.phui-source-fragment {
|
|
color: {$darkgreytext};
|
|
}
|
|
|
|
.phui-source-fragment strong {
|
|
background-color: {$lightyellow};
|
|
font-weight: normal;
|
|
color: #000;
|
|
}
|