mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
0d8aba8550
Summary: Ref rPf2fcafb40dde94ddf4ee22716fea74fca0334a64#38208, I think this is a more usable layout. Gets rid of clippy, audit. Adds back Differential link as tag, Build Status as button. Test Plan: Faked data on this for Differential, Builds, should all work though. Test on real and fake repositories. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18061
42 lines
841 B
CSS
42 lines
841 B
CSS
/**
|
|
* @provides diffusion-history-css
|
|
*/
|
|
|
|
.diffusion-history-list .phui-oi-link {
|
|
color: #000;
|
|
font-size: {$biggerfontsize};
|
|
}
|
|
|
|
.diffusion-history-list .phui-oi-attribute .phui-tag-core {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.diffusion-history-list .phui-oi-attribute .phui-tag-indigo a {
|
|
color: {$indigo};
|
|
}
|
|
|
|
.diffusion-history-message {
|
|
background-color: {$bluebackground};
|
|
padding: 16px;
|
|
margin: 4px 0;
|
|
border-radius: 5px;
|
|
color: {$darkbluetext};
|
|
}
|
|
|
|
.diffusion-history-list .phui-oi-attribute {
|
|
font-size: {$smallerfontsize};
|
|
letter-spacing: 0.01em;
|
|
}
|
|
|
|
.diffusion-history-author-name a {
|
|
color: {$darkbluetext};
|
|
}
|
|
|
|
.diffusion-history-list .diffusion-differential-tag {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
a.phui-tag-view:hover.diffusion-differential-tag .phui-tag-core {
|
|
border-color: transparent;
|
|
text-decoration: underline;
|
|
}
|