mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
65c9d789d2
Summary: Formally support borderless tags in PHUITagView. Test Plan: Used in Diffusion History List Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18074
29 lines
534 B
CSS
29 lines
534 B
CSS
/**
|
|
* @provides diffusion-history-css
|
|
*/
|
|
|
|
.diffusion-history-list .phui-oi-link {
|
|
color: #000;
|
|
font-size: {$biggerfontsize};
|
|
}
|
|
|
|
.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;
|
|
}
|