From c40cff7056bcf5c6b6cc76a79d10eec015ca1f32 Mon Sep 17 00:00:00 2001 From: Clemens Richter Date: Wed, 1 Aug 2018 18:38:15 +0200 Subject: [PATCH] minor changes --- .htaccess | 2 +- user/themes/church/css/css-only-navigation-lazy.css | 8 ++++++++ user/themes/church/templates/partials/base.html.twig | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 25ddcbc..ea75487 100644 --- a/.htaccess +++ b/.htaccess @@ -118,7 +118,7 @@ Header set Expect-CT "max-age=0, report-uri=https://csrichter.report-uri.com/r/d #problem: dynamic on-click handler on predigtaufnahmen page #cache static file for 1 month - + Header set Cache-Control "max-age=2628000, public" Header set Pragma "cache" diff --git a/user/themes/church/css/css-only-navigation-lazy.css b/user/themes/church/css/css-only-navigation-lazy.css index c1f2d1f..32db1f0 100644 --- a/user/themes/church/css/css-only-navigation-lazy.css +++ b/user/themes/church/css/css-only-navigation-lazy.css @@ -36,3 +36,11 @@ display:none color: #555; background-color: #e7e7e7; } + +a:focus,label:focus{ + outline: 5px auto -webkit-focus-ring-color; + outline-color: -webkit-focus-ring-color; + outline-style: auto; + outline-width: 5px; + outline-offset: -2px; +} diff --git a/user/themes/church/templates/partials/base.html.twig b/user/themes/church/templates/partials/base.html.twig index 4a61590..c1994df 100644 --- a/user/themes/church/templates/partials/base.html.twig +++ b/user/themes/church/templates/partials/base.html.twig @@ -53,8 +53,6 @@ {% block javascripts %} {% do assets.add('theme://js/all.min.js', 99) %} - {% endif %} - {% endblock %} {{ assets.js() }}