From 6d98d2c6da58e4ec756429edad2158a599a3b0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 6 Sep 2017 14:24:02 +0200 Subject: [PATCH] removed outline from term buttons --- html_orig/css/app.css | 2 ++ html_orig/sass/pages/_term.scss | 4 ++++ 2 files changed, 6 insertions(+) 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; + } } }