Skip to content

Commit 74c019d

Browse files
authored
Update high contrast styles for buttons and inputs (#3343)
1 parent 1a49166 commit 74c019d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

webviews/common/common.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ body img.avatar {
122122
}
123123

124124
.avatar-link {
125-
flex-shrink: 0;;
125+
flex-shrink: 0;
126126
}
127127

128128
.section-item .avatar-link {
@@ -164,10 +164,15 @@ body img.avatar {
164164

165165
/** Theming */
166166

167-
.vscode-high-contrast button,
167+
.vscode-high-contrast button {
168+
outline: none;
169+
background: var(--vscode-button-background);
170+
border: 1px solid var(--vscode-contrastBorder);
171+
}
172+
168173
.vscode-high-contrast input {
169174
outline: none;
170-
background: none !important;
175+
background: var(--vscode-input-background);
171176
border: 1px solid var(--vscode-contrastBorder);
172177
}
173178

0 commit comments

Comments
 (0)