Smaller line-height in the file tree.

This commit is contained in:
Paulo Reis 2017-12-05 10:07:45 +00:00
parent 5da7d170a1
commit aab43f5916
3 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,7 @@
}
li {
line-height: 2.6;
line-height: @file-tree-line-height;
position: relative;
.entity {

View file

@ -906,6 +906,7 @@
// Editor file-tree
@file-tree-bg : transparent;
@file-tree-line-height : 2.6;
@file-tree-item-color : @gray-darker;
@file-tree-item-toggle-color : @gray;
@file-tree-item-icon-color : @gray-light;

View file

@ -174,6 +174,7 @@
@toolbar-border-bottom : 1px solid @toolbar-border-color;
// Editor file-tree
@file-tree-bg : @ol-blue-gray-4;
@file-tree-line-height : 2.05;
@file-tree-item-color : #FFF;
@file-tree-item-input-color : @ol-blue-gray-5;
@file-tree-item-toggle-color : @ol-blue-gray-2;