Fixing keyboard focus issues to new layout

This commit is contained in:
Jonathan Kingston
2017-06-14 11:41:28 +01:00
parent fc789a49ac
commit c2ed5420a4
2 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -597,7 +597,8 @@ span ~ .panel-header-text {
}
.container-panel-row:hover .clickable .usercontext-icon,
.container-panel-row:focus .clickable .usercontext-icon {
.container-panel-row:focus .clickable .usercontext-icon,
.container-panel-row .clickable:focus .usercontext-icon {
background-image: url('/img/container-newtab.svg');
fill: #979797;
filter: url('/img/filters.svg#fill');