From 4017eab888484052394be7899dc2eb99d0e53b37 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Tue, 16 Feb 2016 12:17:26 +0000 Subject: [PATCH] don't show outline on new doc/folder/upload buttons on select --- services/web/public/stylesheets/app/editor/toolbar.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index b7313d997c..bc1976764f 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -13,6 +13,10 @@ } } + > a:focus { + outline: none; + } + > a:not(.btn), .toolbar-right > a:not(.btn) { display: inline-block; color: @gray-light;