Backed out changeset d5baee70482a (bug 1597197) for DevTools failures in test/browser/browser_jsterm_no_input_and_tab_key_pressed.js. CLOSED TREE

This commit is contained in:
Dorel Luca 2019-11-19 14:59:36 +02:00
parent ce1cde2a76
commit b9735a21f4
2 changed files with 1 additions and 13 deletions

View File

@ -490,16 +490,6 @@ checkbox:-moz-focusring {
margin-inline-start: 3px;
}
.devtools-button.devtools-feature-callout::after {
content: url("chrome://browser/skin/badge-blue.svg");
width: 14px;
height: 14px;
display: block;
position: absolute;
top: 0;
right: 0;
}
/* Text input */
.devtools-textinput,

View File

@ -1168,9 +1168,7 @@ class JSTerm extends Component {
}
return dom.button({
className:
"devtools-button webconsole-input-openEditorButton" +
(this.props.showEditorOnboarding ? " devtools-feature-callout" : ""),
className: "devtools-button webconsole-input-openEditorButton",
title: l10n.getFormatStr("webconsole.input.openEditorButton.tooltip2", [
isMacOS ? "Cmd + B" : "Ctrl + B",
]),