[DE] refactoring
This commit is contained in:
parent
d7caf23d65
commit
1e46c9b386
|
@ -141,6 +141,7 @@
|
|||
width: 27px;
|
||||
height: 27px;
|
||||
background-position: @arrow-big-offset-x @arrow-big-offset-y;
|
||||
transition: transform .2s;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<ul>
|
||||
<% for(var i in tabs) { %>
|
||||
<li>
|
||||
<a href="#" data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
|
||||
<a data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
<div class="marker"></div>
|
||||
|
|
Loading…
Reference in a new issue