Add rename to workspace files and navigation to project

This commit is contained in:
alonso.torres 2020-09-22 22:13:31 +02:00 committed by Andrey Antukh
parent 9873ac9104
commit 380f069822
3 changed files with 73 additions and 5 deletions

View file

@ -115,8 +115,23 @@
&.project-name {
color: $color-gray-20;
margin-right: $x-small;
cursor: pointer;
&:hover {
color: $color-primary;
}
}
}
.file-name {
margin: 0;
padding: 0;
border: none;
border-bottom: 1px solid $color-gray-10;
background: $color-gray-50;
color: $color-gray-10;
margin-bottom: -1px;
}
}
.menu {