Remove vestiges of the new tab button
This commit is contained in:
parent
d6e1ec6c73
commit
078d5471a7
3 changed files with 1 additions and 32 deletions
|
@ -71,8 +71,5 @@
|
|||
"ignoreFiles": "node_modules",
|
||||
|
||||
//Crazy? You might like Vim keybindings. Only takes effect on restart
|
||||
"emulateVim": false,
|
||||
|
||||
//Whether to show the "New file" tab button on the tab bar;
|
||||
"showNewTabButton": false
|
||||
"emulateVim": false
|
||||
}
|
|
@ -89,24 +89,5 @@
|
|||
color: @foreground;
|
||||
}
|
||||
}
|
||||
|
||||
&.newtab {
|
||||
opacity: .25;
|
||||
min-width: 30px;
|
||||
max-width: 30px;
|
||||
margin: 2px 0 4px 0;
|
||||
border-radius: 2px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
|
||||
.big-label {
|
||||
font-size: 24px;
|
||||
color: lighten(@foreground, 60%);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
<span
|
||||
class="tab newtab"
|
||||
>
|
||||
<a
|
||||
class="big-label"
|
||||
command="session:new-file"
|
||||
title="Create a new file"
|
||||
>+</a>
|
||||
</span>
|
Loading…
Reference in a new issue