1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 10:12:41 +01:00

Don't hide filename in filetree on hover

Summary:
It currently looks like this:

{F21417, size=full}

Test Plan: Hovered file name in filetree.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3729
This commit is contained in:
vrana 2012-10-17 15:55:42 -07:00
parent 09151b509e
commit 86063d3fa7
3 changed files with 2 additions and 9 deletions

View file

@ -2402,7 +2402,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-filetree-view-css' => 'phabricator-filetree-view-css' =>
array( array(
'uri' => '/res/be0ab498/rsrc/css/layout/phabricator-filetree-view.css', 'uri' => '/res/214cbf2b/rsrc/css/layout/phabricator-filetree-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(
@ -2493,7 +2493,7 @@ celerity_register_resource_map(array(
), ),
'phabricator-nav-view-css' => 'phabricator-nav-view-css' =>
array( array(
'uri' => '/res/cda35516/rsrc/css/aphront/phabricator-nav-view.css', 'uri' => '/res/766628f5/rsrc/css/aphront/phabricator-nav-view.css',
'type' => 'css', 'type' => 'css',
'requires' => 'requires' =>
array( array(

View file

@ -106,7 +106,6 @@
display: block; display: block;
padding: 3px 6px 3px 24px; padding: 3px 6px 3px 24px;
font-weight: bold; font-weight: bold;
text-decoration: none;
} }
.phabricator-nav-col a.aphront-side-nav-selected { .phabricator-nav-col a.aphront-side-nav-selected {

View file

@ -47,12 +47,6 @@
color: #3b5998; color: #3b5998;
} }
.phabricator-filetree a.phabricator-filetree-item:hover
.phabricator-filetree-name {
color: #f9f9f9;
}
.phabricator-filetree-icon-file { .phabricator-filetree-icon-file {
background-image: url(/rsrc/image/icon/fatcow/page_white_text.png); background-image: url(/rsrc/image/icon/fatcow/page_white_text.png);
} }