mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
85870e79aa
Summary: Gets rid of all the dark css. Test Plan: Do it live. {F166665} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9545
28 lines
534 B
CSS
28 lines
534 B
CSS
/**
|
|
* @provides pholio-inline-comments-css
|
|
*/
|
|
|
|
.pholio-inline-comment {
|
|
margin: 0 0 4px 0;
|
|
padding: 8px;
|
|
}
|
|
|
|
.pholio-mock-inline-comments {
|
|
background: #fff;
|
|
border-top: 1px solid {$thinblueborder};
|
|
text-align: left;
|
|
}
|
|
|
|
.pholio-mock-inline-comments a {
|
|
font-weight: normal;
|
|
color: {$sky};
|
|
}
|
|
|
|
.device-desktop .pholio-mock-inline-comment-highlight.pholio-mock-select-fill {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.device-desktop .pholio-mock-inline-comment-highlight.pholio-inline-comment {
|
|
background: #555555;
|
|
border-color: #aaaaaa;
|
|
}
|