mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:31:55 +08:00
[DE] skiped browser's tooltip for the tabs
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user