提交 21b820c4 编写于 作者: C Clement Ho

Remove the new file and new folder buttons

上级 8e8f27f7
......@@ -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>
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册