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

Remove the new file and new folder buttons

上级 8e8f27f7
...@@ -20,20 +20,6 @@ export default RepoFileOptions; ...@@ -20,20 +20,6 @@ export default RepoFileOptions;
<tr v-if="isMini" class="repo-file-options"> <tr v-if="isMini" class="repo-file-options">
<td> <td>
<span class="title">{{projectName}}</span> <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> </td>
</tr> </tr>
</template> </template>
...@@ -223,20 +223,9 @@ ...@@ -223,20 +223,9 @@
padding: 0; padding: 0;
border-top: none; border-top: none;
background: $gray-light; background: $gray-light;
width: 190px; width: 100%;
display: inline-block; display: inline-block;
&:hover {
.title {
width: 105px;
}
ul {
display: inline-block;
}
}
.title { .title {
display: inline-block; display: inline-block;
font-size: 10px; font-size: 10px;
...@@ -250,19 +239,6 @@ ...@@ -250,19 +239,6 @@
vertical-align: middle; vertical-align: middle;
padding: 2px 16px; 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 { .fa {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册