From 9cbc1b51635958ad629f10c488c19c490a78cee0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 16 Oct 2020 11:57:03 +0200 Subject: [PATCH] =?UTF-8?q?Nezobrazovat=20outline=20p=C5=99i=20kliknut?= =?UTF-8?q?=C3=AD=20na=20objekt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/style.scss b/sass/style.scss index 22e717e..8cbfc31 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -6,6 +6,7 @@ $header-width: 1560px; $main-width: 1024px; +:focus { outline: none; } body { margin: 0;