Remove the new file and new folder buttons

This commit is contained in:
Clement Ho 2017-08-03 16:37:27 +02:00
parent 8e8f27f7c3
commit 21b820c4ec
2 changed files with 1 additions and 39 deletions

View file

@ -20,20 +20,6 @@ export default RepoFileOptions;
<tr v-if="isMini" class="repo-file-options">
<td>
<span class="title">{{projectName}}</span>
<ul>
<li>
<a href="#" title="New File">
<i class="fa fa-file-o"></i>
</a>
</li>
<li>
<a href="#" title="New Folder">
<i class="fa fa-folder-o"></i>
</a>
</li>
</ul>
</td>
</tr>
</template>

View file

@ -223,20 +223,9 @@
padding: 0;
border-top: none;
background: $gray-light;
width: 190px;
width: 100%;
display: inline-block;
&:hover {
.title {
width: 105px;
}
ul {
display: inline-block;
}
}
.title {
display: inline-block;
font-size: 10px;
@ -250,19 +239,6 @@
vertical-align: middle;
padding: 2px 16px;
}
ul {
display: none;
float: right;
margin: 0 10px 0 0;
padding: 1px 0;
li {
display: inline-block;
padding: 0 2px;
border-bottom: none;
}
}
}
.fa {