diff --git a/html_orig/css/app.css b/html_orig/css/app.css index 0518663..01a240a 100644 --- a/html_orig/css/app.css +++ b/html_orig/css/app.css @@ -1186,6 +1186,8 @@ body.term #content { min-width: 62px; cursor: pointer; font-weight: bold; } + #action-buttons button:focus { + outline: 0 none !important; } #term-nav { padding-top: 1.5em; diff --git a/html_orig/sass/pages/_term.scss b/html_orig/sass/pages/_term.scss index c419192..694df0b 100755 --- a/html_orig/sass/pages/_term.scss +++ b/html_orig/sass/pages/_term.scss @@ -59,6 +59,10 @@ body.term { min-width: 62px; cursor: pointer; font-weight: bold; + + &:focus { + outline: 0 none !important; + } } }