[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> <ul>
<% for(var i in tabs) { %> <% for(var i in tabs) { %>
<li> <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> </li>
<% } %> <% } %>
<div class="marker"></div> <div class="marker"></div>

View file

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