1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/webroot/rsrc/css/application/search/search-results.css
Chad Little 03d4d674f8 Clean up some colors missing from PHUITagView type shade
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
2017-05-22 10:52:10 -07:00

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;
}