@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.

Fix diviner documenation hover states

Summary: Bump up the CSS scope, since we altered the normal rule for device-desktop

Test Plan: /diviner/ in sandbox

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3 -3
+2 -2
resources/celerity/map.php
··· 111 111 'rsrc/css/core/remarkup.css' => '4a2de2bb', 112 112 'rsrc/css/core/syntax.css' => '769d3498', 113 113 'rsrc/css/core/z-index.css' => '5e72c4e0', 114 - 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', 114 + 'rsrc/css/diviner/diviner-shared.css' => '896f1d43', 115 115 'rsrc/css/font/font-aleo.css' => '8bdb2835', 116 116 'rsrc/css/font/font-awesome.css' => 'e838e088', 117 117 'rsrc/css/font/font-lato.css' => 'c7ccd872', ··· 583 583 'diffusion-icons-css' => 'd678600a', 584 584 'diffusion-readme-css' => '297373eb', 585 585 'diffusion-source-css' => '750add59', 586 - 'diviner-shared-css' => 'aa3656aa', 586 + 'diviner-shared-css' => '896f1d43', 587 587 'font-aleo' => '8bdb2835', 588 588 'font-fontawesome' => 'e838e088', 589 589 'font-lato' => 'c7ccd872',
+1 -1
webroot/rsrc/css/diviner/diviner-shared.css
··· 172 172 margin: 4px -16px; 173 173 } 174 174 175 - .diviner-book-item:hover { 175 + a.diviner-book-item:hover { 176 176 text-decoration: none; 177 177 } 178 178