Fix missing keyboard focus ability and feedback for sessions action menu

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-11-01 12:39:29 +01:00
parent dfa862673d
commit 0f89354035
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
2 changed files with 4 additions and 3 deletions

View File

@ -458,7 +458,7 @@ table.nostyle {
} }
.token-list { .token-list {
td > a.icon-more { td > a.icon-more {
transition: opacity 0.5s; transition: opacity var(--animation-quick);
} }
a.icon-more { a.icon-more {
padding: 14px; padding: 14px;
@ -469,8 +469,9 @@ table.nostyle {
} }
tr { tr {
&:hover td > a.icon, &:hover td > a.icon,
td > a.icon:focus,
&.active td > a.icon { &.active td > a.icon {
opacity: 0.7; opacity: 1;
} }
} }
} }

View File

@ -8,7 +8,7 @@
<td> <td>
<span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td> <span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td>
<td class="more"> <td class="more">
{{#if showMore}}<a class="icon icon-more"/>{{/if}} {{#if showMore}}<a class="icon icon-more" tabindex="0"/>{{/if}}
<div class="popovermenu menu"> <div class="popovermenu menu">
{{#if canScope}} {{#if canScope}}
<li><span class="menuitem"> <li><span class="menuitem">