зеркало из https://github.com/mozilla/gecko-dev.git
Bug 347772 Fix style rule regression from bug 201499 p=stefanh r+sr=me
This commit is contained in:
Родитель
76b58faaec
Коммит
560fdfcb0a
|
@ -58,11 +58,11 @@ tree {
|
|||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 2px solid -moz-mac-focusring;
|
||||
}
|
||||
|
||||
|
|
|
@ -59,11 +59,11 @@ tree {
|
|||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
|
|
|
@ -56,11 +56,11 @@ tree {
|
|||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<binding id="tree" extends="chrome://global/content/bindings/tree.xml#tree-base">
|
||||
<content hidevscroll="true" hidehscroll="true">
|
||||
<children includes="treecols"/>
|
||||
<xul:stack flex="1">
|
||||
<xul:stack class="tree-stack" flex="1">
|
||||
<xul:treerows class="tree-rows" flex="1" xbl:inherits="hidevscroll">
|
||||
<children/>
|
||||
</xul:treerows>
|
||||
|
|
|
@ -57,11 +57,11 @@ tree {
|
|||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid -moz-mac-focusring;
|
||||
}
|
||||
|
||||
|
|
|
@ -58,11 +58,11 @@ tree {
|
|||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<binding id="tree" extends="chrome://global/content/bindings/tree.xml#tree-base">
|
||||
<content hidevscroll="true" hidehscroll="true">
|
||||
<children includes="treecols"/>
|
||||
<xul:stack flex="1">
|
||||
<xul:stack class="tree-stack" flex="1">
|
||||
<xul:treerows class="tree-rows" flex="1" xbl:inherits="hidevscroll">
|
||||
<children/>
|
||||
</xul:treerows>
|
||||
|
|
Загрузка…
Ссылка в новой задаче