[DE] skiped browser's tooltip for the tabs

This commit is contained in:
Maxim Kadushkin 2017-03-23 15:54:03 +03:00
parent 49df5ea043
commit 7e0ec37f28
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<ul>
<% for(var i in tabs) { %>
<li>
<a data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
<a data-tab="<%= tabs[i].action %>" data-title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
</li>
<% } %>
<div class="marker"></div>

View file

@ -68,7 +68,7 @@
&::after {
display: block;
content: attr(title);
content: attr(data-title);
font-weight: bold;
height: 1px;
overflow: hidden;