From edc41b880cd2bdcbb8b3d857c226d47baefff8e7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 10 Dec 2013 12:39:11 +0000 Subject: [PATCH] feature(style) .cmd-button focus: add outline --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 878d05cb..7451e720 100644 --- a/css/style.css +++ b/css/style.css @@ -111,6 +111,10 @@ body { transition: ease 0.1s; } +.cmd-button:focus { + outline: 0; +} + .clear-storage { margin-right: 6px; margin-left: 7px;