We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d0c26 commit c367b6fCopy full SHA for c367b6f
1 file changed
webviews/common/common.css
@@ -142,7 +142,7 @@ input[type='checkbox'] {
142
body button:disabled,
143
input[type='submit']:disabled {
144
opacity: 0.4;
145
- border: 1px solid var(--vscode-button-border, transparent) !important;
+ border: 1px solid var(--vscode-button-background, transparent) !important;
146
}
147
148
body .hidden {
@@ -396,6 +396,8 @@ button.split-left {
396
397
.split.disabled {
398
399
+ border-top: 1px solid var(--vscode-button-background);
400
+ border-bottom: 1px solid var(--vscode-button-background);
401
402
403
.split.secondary {
0 commit comments