Commit 78cd5b8d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'dz-small-ui-improvements' into 'master'

Small ui improvements

* make file tree row 2px smaller for more compact view
* make sub navigation  background a bit darker for better contrast with main navigation

cc @hazelyang @alfredo1 

See merge request !5315
parents 092d9740 df8e4f3a
......@@ -16,7 +16,7 @@ $border-color: #e5e5e5;
$focus-border-color: #3aabf0;
$table-border-color: #f0f0f0;
$background-color: #fafafa;
$dark-background-color: #f7f7f7;
$dark-background-color: #f5f5f5;
$table-text-gray: #8f8f8f;
/*
......
......@@ -19,7 +19,7 @@
border-top: 1px solid $table-border-gray;
td, th {
line-height: 23px;
line-height: 21px;
}
&:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment