mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
4d335b7bef
Summary: Roughs this in a little, kinda basic. Allows for grouping results by page. A bit better on mobile. Would like more content return from conduit though. Test Plan: Test `CMS`, `cms`, and `OMGLOLWTFBBQ`, desktop and mobile {F5099081} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18429
32 lines
522 B
CSS
32 lines
522 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: {$gentle.highlight};
|
|
font-weight: 600;
|
|
color: {$blacktext};
|
|
letter-spacing: 0.02em;
|
|
}
|
|
|
|
.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;
|
|
}
|