Bug 491636 - -moz-user-focus:normal for selected tabs should be set consistently and in the content stylesheet. r=enn

This commit is contained in:
Gavin Sharp 2009-06-15 15:43:34 +02:00
parent 3ba0ccbfcf
commit 87e005b40b
5 changed files with 4 additions and 4 deletions

View File

@ -1552,7 +1552,6 @@ tabbrowser > tabbox {
}
.tabbrowser-tab[selected="true"] {
-moz-user-focus: normal;
padding: 0 6px 1px;
border-width: 2px;
-moz-border-left-colors: rgba(0, 0, 0, .1) rgba(0, 0, 0, .2);

View File

@ -621,6 +621,10 @@ tab {
-moz-box-pack: center;
}
tab[selected="true"] {
-moz-user-focus: normal;
}
tabpanels {
-moz-binding: url("chrome://global/content/bindings/tabbox.xml#tabpanels");
display: -moz-deck;

View File

@ -86,7 +86,6 @@ tab[chromedir="rtl"] {
}
tab[selected="true"] {
-moz-user-focus: normal;
margin-top: 0;
border-bottom-color: transparent;
padding: 1px 6px 4px 6px;

View File

@ -90,7 +90,6 @@ tab[selected="true"] {
-moz-border-radius-bottomright: 3px;
padding-top: 4px;
padding-bottom: 6px;
-moz-user-focus: normal;
}
tab + tab {

View File

@ -95,7 +95,6 @@ tab[chromedir="rtl"] {
}
tab[selected="true"] {
-moz-user-focus: normal;
margin-top: 0;
border-bottom-color: transparent;
padding: 1px 6px 4px 6px;