Skip to content

Commit

Permalink
Remove outline when button of result item is focused
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jan 23, 2021
1 parent 1c910d3 commit ae8332b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ header .navbar.navbar-static-top {
& > div:nth-child(1) {

& > button {
&:focus {
outline: none;
}
& > .selected {
margin-right: 0.5em;
}
Expand Down

0 comments on commit ae8332b

Please sign in to comment.