зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
5b1625c2cb
Коммит
75c80a355d
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче