Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/phui-inline-comment.css
| Show First 20 Lines • Show All 368 Lines • ▼ Show 20 Lines | .differential-inline-comment.inline-comment-ghost { | ||||
| border-color: {$lightgreyborder}; | border-color: {$lightgreyborder}; | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| /* - Hiding Inlines ------------------------------------------------------------ | /* - Hiding Inlines ------------------------------------------------------------ | ||||
| */ | */ | ||||
| .reveal-inlines { | .reveal-inline { | ||||
| float: left; | |||||
| margin-left: 4px; | |||||
| color: {$lightbluetext}; | color: {$lightbluetext}; | ||||
| margin: 4px 0; | |||||
| display: none; | |||||
| } | |||||
| .inline-hidden .reveal-inline { | |||||
| display: block; | |||||
| } | |||||
| .inline-hidden .differential-inline-comment { | |||||
| display: none; | |||||
| } | |||||
| .differential-inline-summary { | |||||
| background: {$greybackground}; | |||||
| padding: 0 4px; | |||||
| color: {$greytext}; | |||||
| display: none; | |||||
| } | |||||
| .inline-hidden .differential-inline-summary { | |||||
| display: block; | |||||
| } | } | ||||
| .reveal-inlines span.phui-icon-view { | .reveal-inline span.phui-icon-view { | ||||
| color: {$lightbluetext}; | color: {$lightbluetext}; | ||||
| } | } | ||||
| .reveal-inlines:hover span.phui-icon-view { | .reveal-inline:hover span.phui-icon-view { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .inline-button-divider { | .inline-button-divider { | ||||
| border-left: 1px solid rgba({$alphagrey},.25); | border-left: 1px solid rgba({$alphagrey},.25); | ||||
| margin-left: 8px; | margin-left: 8px; | ||||
| } | } | ||||
| .differential-inline-comment-synthetic .inline-button-divider { | .differential-inline-comment-synthetic .inline-button-divider { | ||||
| border: none; | border: none; | ||||
| } | } | ||||