mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Backing out fix for bug 251589 as well since it only makes sense when outlines are outside of the current tab
This commit is contained in:
parent
8b6b3cc5d2
commit
869514fc1f
@ -450,10 +450,8 @@
|
||||
<binding id="tab" display="xul:button"
|
||||
extends="chrome://global/content/bindings/tabbox.xml#tab-base">
|
||||
<content>
|
||||
<xul:hbox flex="1" style="min-width: 1px;" align="center">
|
||||
<xul:image class="tab-icon" xbl:inherits="validate,src=image"/>
|
||||
<xul:label class="tab-text" xbl:inherits="value=label,accesskey,crop,disabled" flex="1"/>
|
||||
</xul:hbox>
|
||||
<xul:image class="tab-icon" xbl:inherits="validate,src=image"/>
|
||||
<xul:label class="tab-text" xbl:inherits="value=label,accesskey,crop,disabled" flex="1"/>
|
||||
</content>
|
||||
|
||||
<implementation implements="nsIDOMXULSelectControlItemElement, nsIAccessibleProvider">
|
||||
|
@ -82,7 +82,7 @@ tab[selected="true"] {
|
||||
padding: 1px 6px 4px 6px;
|
||||
}
|
||||
|
||||
tab:focus > hbox {
|
||||
tab:focus {
|
||||
-moz-outline: 1px dotted invert;
|
||||
}
|
||||
|
||||
|
@ -83,7 +83,7 @@ tab[selected="true"]
|
||||
padding: 1px 6px 4px 6px;
|
||||
}
|
||||
|
||||
tab:focus > hbox {
|
||||
tab:focus {
|
||||
-moz-outline: 1px dotted invert;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user