Bug 500019 - remove workaround for bug 303428. r=gavin

This commit is contained in:
Dão Gottwald 2009-06-25 21:45:29 +02:00
parent 650d2e664b
commit 3398165d33
3 changed files with 3 additions and 3 deletions

View File

@ -1214,7 +1214,7 @@ tabpanels {
border: 1px dotted transparent;
}
.tabbrowser-tab[selected="true"]:focus > .tab-text {
.tabbrowser-tab:focus > .tab-text {
border: 1px dotted -moz-DialogText;
}

View File

@ -1561,7 +1561,7 @@ tabbrowser > tabbox {
background-color: -moz-mac-chrome-active;
}
.tabbrowser-tab[selected="true"]:focus > .tab-text {
.tabbrowser-tab:focus > .tab-text {
-moz-box-shadow: 0 0 4px -moz-mac-focusring,
0 0 4px -moz-mac-focusring,
0 0 3px -moz-mac-focusring,

View File

@ -1404,7 +1404,7 @@ tabpanels {
border: 1px dotted transparent;
}
.tabbrowser-tab[selected="true"]:focus > .tab-text {
.tabbrowser-tab:focus > .tab-text {
border: 1px dotted -moz-DialogText;
}