Skip to content

Commit

Permalink
Visually highlight the focused spec when navigating via the keyboard (#…
Browse files Browse the repository at this point in the history
…2273)

When navigating through the specs using the `{tab}` key there was no visual feedback about which spec was currently focused. With this change you get the same visual feedback as you do when hovering over a spec with the mouse.
  • Loading branch information
richdouglasevans authored and brian-mann committed Oct 31, 2018
1 parent 5da5bd2 commit 759715f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/desktop-gui/src/specs/specs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,12 @@
}
}

&:hover {
&:hover, &:focus {
background-color: #f8f8f8;
color: #38589c;
cursor: pointer;
text-decoration: none;
}

&:focus {
text-decoration: none;
}
}

.list-as-table>.folder {
Expand Down

0 comments on commit 759715f

Please sign in to comment.