Fix tabbing to actions

This commit is contained in:
Rob Garrison 2018-12-02 22:10:35 -06:00
parent cf4d4a2e91
commit 529172de5b

View File

@ -49,23 +49,23 @@
</label> </label>
</div> </div>
<div class="entry-col entry-name"> <div class="entry-col entry-name">
<a class="entry-name"></a> <a href="#" class="entry-name"></a>
<span class="entry-labels"></span> <span class="entry-labels"></span>
</div> </div>
<div class="entry-col entry-actions"> <div class="entry-col entry-actions">
<a class="entry-homepage"> <a href="#" class="entry-homepage">
<svg class="svg-icon home" viewBox="0 0 24 24"> <svg class="svg-icon home" viewBox="0 0 24 24">
<path d="M20 21h-7v-6h-2v6H4v-8H0L12 2l12 11h-4v8zm-5-2h3v-8h1l-7-6-7 6h1v8h3v-6h6v6z"/> <path d="M20 21h-7v-6h-2v6H4v-8H0L12 2l12 11h-4v8zm-5-2h3v-8h1l-7-6-7 6h1v8h3v-6h6v6z"/>
</svg> </svg>
</a> </a>
<a class="entry-support"> <a href="#" class="entry-support">
<svg class="svg-icon help" viewBox="0 0 24 24"> <svg class="svg-icon help" viewBox="0 0 24 24">
<path d="M11 18h2v-2h-2v2zm1-16a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 18a8.01 8.01 0 0 1 <path d="M11 18h2v-2h-2v2zm1-16a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 18a8.01 8.01 0 0 1
0-16 8.01 8.01 0 0 1 0 16zm0-14a4 4 0 0 0-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 0-16 8.01 8.01 0 0 1 0 16zm0-14a4 4 0 0 0-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3
5h2c0-2.25 3-2.5 3-5a4 4 0 0 0-4-4z"/> 5h2c0-2.25 3-2.5 3-5a4 4 0 0 0-4-4z"/>
</svg> </svg>
</a> </a>
<a class="entry-configure-usercss" i18n-title="configureStyle"> <a href="#" class="entry-configure-usercss" i18n-title="configureStyle">
<svg class="svg-icon config" viewBox="0 0 24 24"> <svg class="svg-icon config" viewBox="0 0 24 24">
<path d="M19.43 12.98a7.8 7.8 0 0 0 0-1.96l2.11-1.65a.5.5 0 0 0 .12-.64l-2-3.46a.5.5 <path d="M19.43 12.98a7.8 7.8 0 0 0 0-1.96l2.11-1.65a.5.5 0 0 0 .12-.64l-2-3.46a.5.5
0 0 0-.61-.22l-2.49 1a7.3 7.3 0 0 0-1.69-.98l-.38-2.65A.49.49 0 0 0 14 2h-4a.49.49 0 0 0-.61-.22l-2.49 1a7.3 7.3 0 0 0-1.69-.98l-.38-2.65A.49.49 0 0 0 14 2h-4a.49.49
@ -84,14 +84,14 @@
1.13zM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/> 1.13zM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>
</svg> </svg>
</a> </a>
<a class="entry-edit" i18n-title="editStyleLabel"> <a href="#" class="entry-edit" i18n-title="editStyleLabel">
<svg class="svg-icon edit" viewBox="0 0 24 24"> <svg class="svg-icon edit" viewBox="0 0 24 24">
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92
19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75
1.83-1.83a1 1 0 0 0 0-1.41z"/> 1.83-1.83a1 1 0 0 0 0-1.41z"/>
</svg> </svg>
</a> </a>
<a class="entry-delete" i18n-title="deleteStyleLabel"> <a href="#" class="entry-delete" i18n-title="deleteStyleLabel">
<svg class="svg-icon remove" viewBox="0 0 24 24"> <svg class="svg-icon remove" viewBox="0 0 24 24">
<path d="M6 19c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"/> <path d="M6 19c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"/>
</svg> </svg>