@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clean up fullscreen remarkup UI

Summary: Some aftermath fallout from rebuilding the comment box.

Test Plan: Go fullscreen, pop back out.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16836

+14 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'cea72e09', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'f7ab1e0b', 12 + 'core.pkg.css' => '9d155da1', 13 13 'core.pkg.js' => '1a77dddf', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 109 109 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 110 110 'rsrc/css/application/uiexample/example.css' => '528b19de', 111 111 'rsrc/css/core/core.css' => 'd0801452', 112 - 'rsrc/css/core/remarkup.css' => 'dda84e80', 112 + 'rsrc/css/core/remarkup.css' => 'e70ca862', 113 113 'rsrc/css/core/syntax.css' => '769d3498', 114 114 'rsrc/css/core/z-index.css' => 'd1270942', 115 115 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 809 809 'phabricator-object-selector-css' => '85ee8ce6', 810 810 'phabricator-phtize' => 'd254d646', 811 811 'phabricator-prefab' => '8d40ae75', 812 - 'phabricator-remarkup-css' => 'dda84e80', 812 + 'phabricator-remarkup-css' => 'e70ca862', 813 813 'phabricator-search-results-css' => '7dea472c', 814 814 'phabricator-shaped-request' => '7cbe244b', 815 815 'phabricator-slowvote-css' => 'a94b7230',
+11 -1
webroot/rsrc/css/core/remarkup.css
··· 557 557 558 558 .remarkup-control-fullscreen-mode textarea.remarkup-assist-textarea { 559 559 position: absolute; 560 - top: 27px; 560 + top: 32px; 561 561 left: 0; 562 562 right: 0; 563 563 bottom: 0; ··· 566 566 border-width: 1px 0 0 0; 567 567 outline: none; 568 568 resize: none; 569 + background: #fff !important; 570 + } 571 + 572 + .remarkup-control-fullscreen-mode textarea.remarkup-assist-textarea:focus { 573 + border-color: none; 574 + box-shadow: none; 575 + } 576 + 577 + .remarkup-control-fullscreen-mode .remarkup-assist-button .fa-arrows-alt { 578 + color: {$sky}; 569 579 } 570 580 571 581 .phabricator-image-macro-hero {