[DE] refactoring

This commit is contained in:
Maxim Kadushkin 2017-03-21 17:16:46 +03:00
parent d7caf23d65
commit 1e46c9b386
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@
width: 27px;
height: 27px;
background-position: @arrow-big-offset-x @arrow-big-offset-y;
transition: transform .2s;
}
&.active {

View file

@ -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>