提交 d7b6e7d7 编写于 作者: R Rachel Macfarlane

No resizing of inputs in issue reporter, fixes #41992

上级 80991ce8
......@@ -95,7 +95,7 @@ export class IssueReporter extends Disposable {
if (styles.inputBorder) {
content.push(`input, textarea, select { border: 1px solid ${styles.inputBorder}; }`);
} else {
content.push(`input, textarea, select { border: none; }`);
content.push(`input, textarea, select { border: 1px solid transparent; }`);
}
if (styles.inputForeground) {
......
......@@ -165,9 +165,14 @@ button:disabled {
}
select, input, textarea {
border: 1px solid transparent;
margin-top: 10px;
}
summary {
border: 1px solid transparent;
}
.validation-error {
font-size: 12px;
font-weight: bold;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册