提交 7408d69c 编写于 作者: R Rachel Macfarlane

Fix button background color on focus in issue reporter

上级 e0e11632
...@@ -205,7 +205,7 @@ export class IssueReporter extends Disposable { ...@@ -205,7 +205,7 @@ export class IssueReporter extends Disposable {
} }
if (styles.buttonHoverBackground) { if (styles.buttonHoverBackground) {
content.push(`.monaco-text-button:hover, monaco-text-button:focus { background-color: ${styles.buttonHoverBackground} !important; }`); content.push(`.monaco-text-button:hover, .monaco-text-button:focus { background-color: ${styles.buttonHoverBackground} !important; }`);
} }
styleTag.innerHTML = content.join('\n'); styleTag.innerHTML = content.join('\n');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册