Nesting <a> in <a> isn't allowed, apparently.
This commit is contained in:
parent
3abdb574e6
commit
a3c404de31
3 changed files with 4 additions and 3 deletions
|
@ -62,6 +62,7 @@
|
|||
position: relative;
|
||||
margin-left: 4px;
|
||||
padding-right: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: @foreground;
|
||||
|
|
|
@ -157,7 +157,7 @@ define([
|
|||
c({
|
||||
value: data,
|
||||
file: file
|
||||
})
|
||||
});
|
||||
}, function(err) {
|
||||
failures.push(id);
|
||||
c(null);
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
draggable
|
||||
href="tabs/{{index}}"
|
||||
command="session:raise-tab"
|
||||
argument={{index}}
|
||||
argument="{{index}}"
|
||||
title="{{fileName}}"
|
||||
class="tab {{animation}}"
|
||||
>
|
||||
{{fileName}} {{#modified}}•{{/modified}}
|
||||
<a class="close" command="session:close-tab" argument={{index}}>×</a>
|
||||
<span class="close" command="session:close-tab" argument={{index}}>×</span>
|
||||
</a>
|
Loading…
Reference in a new issue