From 2aa39bb1073fe8bb40d9fc32d18fdd2ea9cee1d5 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Sun, 29 Jan 2017 17:21:48 -0700 Subject: [PATCH] Revert "Add focus ring to about page form elements" This reverts commit 6faf43a489eea518f6ddee357feddd4ca6a8e358. --- app/renderer/components/bookmarksToolbar.js | 4 ++-- less/bookmarksToolbar.less | 6 ------ less/button.less | 1 + less/navigationBar.less | 5 ----- 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/app/renderer/components/bookmarksToolbar.js b/app/renderer/components/bookmarksToolbar.js index 9f47fba34ea..2d0bc313dd8 100644 --- a/app/renderer/components/bookmarksToolbar.js +++ b/app/renderer/components/bookmarksToolbar.js @@ -172,7 +172,7 @@ class BookmarkToolbarButton extends ImmutableComponent { : siteDetailLocation } - return + } } diff --git a/less/bookmarksToolbar.less b/less/bookmarksToolbar.less index c2dd40f1a30..fe513aa0663 100644 --- a/less/bookmarksToolbar.less +++ b/less/bookmarksToolbar.less @@ -61,12 +61,6 @@ box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); } - &:focus { - outline-color: rgb(59, 153, 252); - outline-style: auto; - outline-width: 5px; - } - &.draggingOverLeft { &:not(.isDragging) { margin-left: 25px; diff --git a/less/button.less b/less/button.less index b1b807fdb02..cfca90cc432 100644 --- a/less/button.less +++ b/less/button.less @@ -6,6 +6,7 @@ button[class*="Button"] { background: none; + outline: none; border: none; margin: 0; white-space: nowrap; diff --git a/less/navigationBar.less b/less/navigationBar.less index f1da3aa0986..92e756d6adf 100644 --- a/less/navigationBar.less +++ b/less/navigationBar.less @@ -545,11 +545,6 @@ } } -.navbutton, -.navigationButton { - outline: none; -} - .navigationButton { background-color: @buttonColor; display: inline-block;