Bug 879921 - Use the "tabbable" class to make the new tab page's close button tabbable. r=Gijs

This commit is contained in:
Matthew Noorenberghe 2014-03-27 23:13:14 -07:00
parent eea0ce2e84
commit 6c0453e03c
4 changed files with 1 additions and 4 deletions

View File

@ -31,7 +31,7 @@
label="&newtab.undo.restoreButton;"
class="newtab-undo-button" />
<xul:toolbarbutton id="newtab-undo-close-button" tabindex="-1"
class="close-icon"
class="close-icon tabbable"
tooltiptext="&newtab.undo.closeTooltip;" />
</div>
</div>

View File

@ -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 {

View File

@ -51,7 +51,6 @@
#newtab-undo-close-button {
padding: 0;
border: none;
-moz-user-focus: normal;
}
#newtab-undo-close-button > .toolbarbutton-text {

View File

@ -57,7 +57,6 @@
-moz-appearance: none;
padding: 0;
border: none;
-moz-user-focus: normal;
}
#newtab-undo-close-button > .toolbarbutton-text {