mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +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:
parent
09151b509e
commit
86063d3fa7
3 changed files with 2 additions and 9 deletions
|
@ -2402,7 +2402,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-filetree-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/be0ab498/rsrc/css/layout/phabricator-filetree-view.css',
|
||||
'uri' => '/res/214cbf2b/rsrc/css/layout/phabricator-filetree-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
@ -2493,7 +2493,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phabricator-nav-view-css' =>
|
||||
array(
|
||||
'uri' => '/res/cda35516/rsrc/css/aphront/phabricator-nav-view.css',
|
||||
'uri' => '/res/766628f5/rsrc/css/aphront/phabricator-nav-view.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -106,7 +106,6 @@
|
|||
display: block;
|
||||
padding: 3px 6px 3px 24px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.phabricator-nav-col a.aphront-side-nav-selected {
|
||||
|
|
|
@ -47,12 +47,6 @@
|
|||
color: #3b5998;
|
||||
}
|
||||
|
||||
.phabricator-filetree a.phabricator-filetree-item:hover
|
||||
.phabricator-filetree-name {
|
||||
color: #f9f9f9;
|
||||
}
|
||||
|
||||
|
||||
.phabricator-filetree-icon-file {
|
||||
background-image: url(/rsrc/image/icon/fatcow/page_white_text.png);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue