From 1241d10827f7cc2d89c1986e1ec516b9390edc0b Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jan 2015 11:22:27 +0000 Subject: [PATCH] Remove Chromium's yellow focus outline. Closes #375. --- resources/report/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 16b34320..e01ad8fb 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -48,6 +48,9 @@ a { a:hover { text-decoration: underline; } +html /deep/ *:focus { + outline: none; +} /* App bar */ core-toolbar, div[drawer] > div:first-child {