mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
3ba0ccbfcf
commit
87e005b40b
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -90,7 +90,6 @@ tab[selected="true"] {
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 6px;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
tab + tab {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user