mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
03d4d674f8
Summary: Grep for phui-tag-shade and verify we're no longer calling shade-color directly. Test Plan: Search, workboard, story points, etc. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17993
31 lines
486 B
CSS
31 lines
486 B
CSS
/**
|
|
* @provides phabricator-search-results-css
|
|
*/
|
|
|
|
.phui-oi-link strong {
|
|
color: {$fire};
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.phui-source-fragment {
|
|
color: {$darkgreytext};
|
|
}
|
|
|
|
.phui-source-fragment strong {
|
|
background-color: {$lightyellow};
|
|
font-weight: normal;
|
|
color: #000;
|
|
}
|
|
|
|
.phui-fulltext-tokens {
|
|
margin: 16px 8px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phui-fulltext-tokens .phui-tag-view {
|
|
margin: 0 2px;
|
|
}
|
|
|
|
.phui-fulltext-tokens .phui-tag-view.phui-tag-grey {
|
|
opacity: 0.5;
|
|
}
|