diff --git a/QA.md b/QA.md index c1f413d..8cba39f 100644 --- a/QA.md +++ b/QA.md @@ -36,6 +36,7 @@ The behaviors of the console are tested in [Console section](#consoles). #### Navigation - [ ] H, L: go back and forward in histories +- [ ] [[, ]]: Open next/prev link in `` tags. - [ ] [[, ]]: find prev and next links and open it - [ ] gu: go to parent directory - [ ] gU: go to root directory @@ -143,11 +144,13 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] able to scroll on Gmail and Slack - [ ] Fucus text box on Twitter or Slack, press j, then j is typed in the box - [ ] Focus the text box on Twitter or Slack on following mode +- [ ] Tha pages is shown in https://pitchify.com/ +- [ ] Open console in http://www.espncricinfo.com/ ## Find mode - [ ] open console with / -- [ ] highlight a word on Enter pressed in find console +- [ ] highlight a word on Enter pressed in find console - [ ] Search next/prev by n/N - [ ] Wrap search by n/N - [ ] Find with last keyword if keyword is empty diff --git a/src/console/site.scss b/src/console/site.scss index 5aaea12..cb89e50 100644 --- a/src/console/site.scss +++ b/src/console/site.scss @@ -69,6 +69,8 @@ body { &-message { @include consoole-font; + + border-top: 1px solid gray; } &-error {