Skip to content

Commit c367b6f

Browse files
mrleemurraymrleemurray
andauthored
Fix button border styles for disabled state and split buttons (#8410)
Co-authored-by: mrleemurray <lee.murray@microsoft.com>
1 parent 14d0c26 commit c367b6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webviews/common/common.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ input[type='checkbox'] {
142142
body button:disabled,
143143
input[type='submit']:disabled {
144144
opacity: 0.4;
145-
border: 1px solid var(--vscode-button-border, transparent) !important;
145+
border: 1px solid var(--vscode-button-background, transparent) !important;
146146
}
147147

148148
body .hidden {
@@ -396,6 +396,8 @@ button.split-left {
396396

397397
.split.disabled {
398398
opacity: 0.4;
399+
border-top: 1px solid var(--vscode-button-background);
400+
border-bottom: 1px solid var(--vscode-button-background);
399401
}
400402

401403
.split.secondary {

0 commit comments

Comments
 (0)