We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3715af1 commit 871dda3Copy full SHA for 871dda3
2 files changed
client/resources/stylesheets/files/tree.less
@@ -14,14 +14,18 @@
14
15
.file-item {
16
cursor: default;
17
- line-height: 26px;
+ line-height: 24px;
18
+ font-size: 14px;
19
20
>.files {
21
display: none;
22
}
23
- &.active {
24
- background: @codeboxActiveColor;
+ &.active, &.active:hover {
25
+ >.name {
26
+ #gradient > .vertical(#6eaeff, #5e9ef3) !important;
27
+ background-color: @codeboxActiveColor;
28
+ }
29
30
31
&.ui-context-menu {
client/views/files/tree.js
@@ -55,7 +55,7 @@ define([
55
this.subFiles = new FilesTreeView({
56
"codebox": this.codebox,
57
"model": this.model,
58
- "paddingLeft": this.paddingLeft+20
+ "paddingLeft": this.paddingLeft+15
59
});
60
this.subFiles.$el.appendTo(this.$(".files"));
61
this.subFiles.update();
0 commit comments