Bug 1419479 - devtools-reps v0.16.0: update reps bundle from GitHub;r=miker

MozReview-Commit-ID: FHfU7l6oSXa

--HG--
extra : rebase_source : 228e9bc99bf709b3e1e6155106a697bf42d333d5
This commit is contained in:
Nicolas Chevobbe 2017-12-01 17:18:11 +01:00
Родитель fc50fe21a9
Коммит 7d4e7cb531
2 изменённых файлов: 786 добавлений и 853 удалений

Просмотреть файл

@ -212,6 +212,22 @@
fill: var(--theme-highlight-blue);
}
/******************************************************************************/
/* Jump to definition button */
.jump-definition svg {
stroke: var(--comment-node-color);
height: 16px;
width: 16px;
margin-left: .25em;
cursor: pointer;
vertical-align: middle;
}
.jump-definition svg:hover {
stroke: var(--theme-highlight-blue);
}
/******************************************************************************/
/* "more…" ellipsis */
.more-ellipsis {
@ -222,16 +238,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.tree {
--arrow-width: 10px;
--arrow-single-margin: 5px;
--arrow-total-width: calc(var(--arrow-width) + var(--arrow-single-margin));
--arrow-fill-color: var(--theme-splitter-color, #9B9B9B);
--tree-indent-width: 1em;
--tree-indent-border-color: #A2D1FF;
--tree-indent-border-width: 1px;
--tree-node-hover-background-color: #F0F9FE;
--tree-node-focus-color: white;
--tree-node-focus-background-color: var(--theme-selection-background, #0a84ff);
overflow: auto;
}
@ -255,25 +261,45 @@
display: block;
}
.tree .tree-node {
display: flex;
}
.tree-indent {
display: inline-block;
width: 12px;
margin-inline-start: 5px;
border-inline-start: 1px solid #A2D1FF;
flex-shrink: 0;
}
/* Align with expandables siblings (where we have the arrow) */
.tree-node[data-expandable="false"] .tree-indent:last-of-type {
margin-inline-end: 15px;
}
.tree .tree-node[data-expandable="true"] {
cursor: default;
}
.tree .tree-node:not(.focused):hover {
background-color: var(--tree-node-hover-background-color);
background-color: #F0F9FE;
}
.tree .tree-node.focused {
color: var(--tree-node-focus-color);
background-color: var(--tree-node-focus-background-color);
--arrow-fill-color: currentColor;
color: white;
background-color: var(--theme-selection-background, #0a84ff);
}
.tree-node.focused .arrow svg {
fill: currentColor;
}
.arrow svg {
fill: var(--arrow-fill-color);
fill: var(--theme-splitter-color, #9B9B9B);
transition: transform 0.125s ease;
width: var(--arrow-width);
margin-inline-end: var(--arrow-single-margin);
width: 10px;
margin-inline-end: 5px;
transform: rotate(-90deg);
}
@ -290,6 +316,10 @@ html[dir="rtl"] .arrow svg,
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.tree.object-inspector .node.object-node {
display: inline-block;
}
.tree.object-inspector .object-label,
.tree.object-inspector .object-label * {
color: var(--theme-highlight-blue);

Разница между файлами не показана из-за своего большого размера Загрузить разницу