[DE] skiped browser's tooltip for the tabs
This commit is contained in:
parent
49df5ea043
commit
7e0ec37f28
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue