Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Change the directory DOM to match what's expected with the current CS…
Browse files Browse the repository at this point in the history
…S on rename.
  • Loading branch information
dangoor committed Sep 30, 2014
1 parent 1a84c95 commit db383a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/project/FileTreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,9 @@ define(function (require, exports, module) {
DOM.ins({
className: "jstree-icon"
}, " "),
renameInput,
nameDisplay,
childNodes,
renameInput);
childNodes);
}
});

Expand Down
8 changes: 0 additions & 8 deletions src/styles/jsTreeTheme.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
.jstree > ul > li { margin-left:0px; }
.jstree-rtl > ul > li { margin-right:0px; }
.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; }
.jstree a {
white-space: nowrap;
text-decoration: none;
padding: 1px 2px;
margin: 0;
line-height: 16px;
height: 16px;
}
.jstree a:focus { outline: none; }
.jstree a > ins { height:16px; width:16px; }
.jstree a > .jstree-icon { margin-right:3px; }
Expand Down

0 comments on commit db383a1

Please sign in to comment.