We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a49166 commit 74c019dCopy full SHA for 74c019d
webviews/common/common.css
@@ -122,7 +122,7 @@ body img.avatar {
122
}
123
124
.avatar-link {
125
- flex-shrink: 0;;
+ flex-shrink: 0;
126
127
128
.section-item .avatar-link {
@@ -164,10 +164,15 @@ body img.avatar {
164
165
/** Theming */
166
167
-.vscode-high-contrast button,
+.vscode-high-contrast button {
168
+ outline: none;
169
+ background: var(--vscode-button-background);
170
+ border: 1px solid var(--vscode-contrastBorder);
171
+}
172
+
173
.vscode-high-contrast input {
174
outline: none;
- background: none !important;
175
+ background: var(--vscode-input-background);
176
border: 1px solid var(--vscode-contrastBorder);
177
178
0 commit comments