1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +02:00

hints are not new anymore

This commit is contained in:
Hubert depesz Lubaczewski 2022-10-11 11:48:55 +02:00
parent c7284a61f7
commit b53ec4a22f
2 changed files with 2 additions and 12 deletions

View File

@ -224,16 +224,6 @@ button.copy:hover, button.copy:focus {
}
div.tabs span.newblink {
margin: 10px;
animation: newblink .3s alternate infinite;
}
@keyframes newblink {
0% { color: #ff0000; }
100% { color: #ffff00; }
}
#explain>thead>tr {
max-height: 100px;
position: sticky;
@ -241,4 +231,4 @@ div.tabs span.newblink {
margin: 0px;
top: 0;
z-index: 1;
}
}

View File

@ -626,7 +626,7 @@
<a href="#hints"
title="view plan hints"
onclick="$( this ).explain( 'toggleView', 'hints', this ); return false;"
onkeypress="return this.onclick( );">HINTS <span class="newblink">!NEW!</span></a>
onkeypress="return this.onclick( );">HINTS</a>
</li>
% }
% if ( stash('query') ) {