Skip to content

Commit 012969a

Browse files
authored
Fix quote icon (#8203)
Fixes #8192
1 parent 8843276 commit 012969a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webviews/common/common.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ input[type='checkbox'] {
133133
outline: 1px solid var(--vscode-contrastActiveBorder);
134134
}
135135

136-
svg path:first-of-type {
136+
:not(.copilot-icon) > svg path,
137+
.copilot-icon svg path:first-of-type {
137138
fill: var(--vscode-foreground);
138139
}
139140

0 commit comments

Comments
 (0)