mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
fa278fcb08
Summary: Minor things - Fades out comment icon on hover - Adds hover to inline comment images - moves mask position to just the image, and not the transparent border Test Plan: Tested all of these items on various mocks Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9631
13 lines
183 B
CSS
13 lines
183 B
CSS
/**
|
|
* @provides pholio-inline-comments-css
|
|
*/
|
|
|
|
.pholio-inline-comment-head {
|
|
padding: 12px 0 4px;
|
|
color: {$greytext};
|
|
}
|
|
|
|
.pholio-inline-comment-head a {
|
|
font-weight: bold;
|
|
}
|
|
|