Skip to content

Commit

Permalink
ISSUE 221 - Tabbing on search results in mobile
Browse files Browse the repository at this point in the history
- In mobile view, when you tab through the search results and tab past
  the last result:
  - The focus goes to a 'close table of contents' button
- Update the SASS to hide the button when the search results are open.
  • Loading branch information
iqbalgds committed Mar 24, 2021
1 parent 9553bfd commit 1cb53cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/assets/stylesheets/modules/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ html.has-search-results-open {
.app-pane__content {
overflow: hidden;
}

.toc__close{
display: none;
}
}
.search-results {
display: none;
Expand Down

0 comments on commit 1cb53cf

Please sign in to comment.