From 3105eb3cdfc72f29b636eaf4f532c2caa9534737 Mon Sep 17 00:00:00 2001 From: Brahm Lower Date: Thu, 3 Oct 2019 01:18:27 -0700 Subject: [PATCH] Hide chromes default active button outline --- src/theme/css/chrome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index 495f9b6a..87b7e304 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -49,6 +49,9 @@ a > .hljs { cursor: pointer; transition: color 0.5s; } +.menu-bar button:focus { + outline: 0; +} @media only screen and (max-width: 420px) { #menu-bar i, #menu-bar .icon-button { padding: 0 5px;