Skip to content

Commit

Permalink
fix(FEC-9390): keyboard focus outline not working in menus in test pa…
Browse files Browse the repository at this point in the history
…ge (#420)
  • Loading branch information
RoyBregman committed Oct 2, 2019
1 parent 5ee0257 commit 871a5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.player.nav {
* {
&:focus {
outline: 1px solid $tab-focus-color;
outline: 1px solid $tab-focus-color !important;
}
}
}
Expand Down

0 comments on commit 871a5b2

Please sign in to comment.