[DE] skiped browser's tooltip for the tabs
This commit is contained in:
parent
49df5ea043
commit
7e0ec37f28
|
@ -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>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
&::after {
|
||||
display: block;
|
||||
content: attr(title);
|
||||
content: attr(data-title);
|
||||
font-weight: bold;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue