Bug 1555354 - Prevent debug line from displaying in conditional panel r=jlast

Differential Revision: https://phabricator.services.mozilla.com/D36413

--HG--
extra : moz-landing-system : lando
This commit is contained in:
David Walsh 2019-07-16 21:59:03 +00:00
Родитель 5b1625c2cb
Коммит 75c80a355d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -142,7 +142,7 @@ html[dir="rtl"] .editor-mount {
background-color: var(--debug-expression-error-background);
}
:not(.conditional-breakpoint-panel) .new-debug-line .CodeMirror-line {
.new-debug-line > .CodeMirror-line {
background-color: transparent !important;
outline: var(--debug-line-border) solid 1px;
}
@ -153,7 +153,7 @@ html[dir="rtl"] .editor-mount {
display: none;
}
:not(.conditional-breakpoint-panel) .new-debug-line-error .CodeMirror-line {
.new-debug-line-error > .CodeMirror-line {
background-color: var(--debug-expression-error-background) !important;
outline: var(--debug-line-error-border) solid 1px;
}