From 6c0453e03cf3354ead07eef619dcb2e956633718 Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Thu, 27 Mar 2014 23:13:14 -0700 Subject: [PATCH] Bug 879921 - Use the "tabbable" class to make the new tab page's close button tabbable. r=Gijs --- browser/base/content/newtab/newTab.xul | 2 +- browser/themes/linux/newtab/newTab.css | 1 - browser/themes/osx/newtab/newTab.css | 1 - browser/themes/windows/newtab/newTab.css | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/browser/base/content/newtab/newTab.xul b/browser/base/content/newtab/newTab.xul index d67bb970eaa5..9c21d25f4330 100644 --- a/browser/base/content/newtab/newTab.xul +++ b/browser/base/content/newtab/newTab.xul @@ -31,7 +31,7 @@ label="&newtab.undo.restoreButton;" class="newtab-undo-button" /> diff --git a/browser/themes/linux/newtab/newTab.css b/browser/themes/linux/newtab/newTab.css index c4f4a92c330f..652209cc2ff8 100644 --- a/browser/themes/linux/newtab/newTab.css +++ b/browser/themes/linux/newtab/newTab.css @@ -52,7 +52,6 @@ padding: 0; border: none; list-style-image: url("moz-icon://stock/gtk-close?size=menu"); - -moz-user-focus: normal; } #newtab-undo-close-button > .toolbarbutton-icon { diff --git a/browser/themes/osx/newtab/newTab.css b/browser/themes/osx/newtab/newTab.css index 3a5c3b2881ed..36fab433a374 100644 --- a/browser/themes/osx/newtab/newTab.css +++ b/browser/themes/osx/newtab/newTab.css @@ -51,7 +51,6 @@ #newtab-undo-close-button { padding: 0; border: none; - -moz-user-focus: normal; } #newtab-undo-close-button > .toolbarbutton-text { diff --git a/browser/themes/windows/newtab/newTab.css b/browser/themes/windows/newtab/newTab.css index c6adadcece90..80467e98d600 100644 --- a/browser/themes/windows/newtab/newTab.css +++ b/browser/themes/windows/newtab/newTab.css @@ -57,7 +57,6 @@ -moz-appearance: none; padding: 0; border: none; - -moz-user-focus: normal; } #newtab-undo-close-button > .toolbarbutton-text {