Commit dc6bc4f
committed
Fix SVG icons for VS Code theme compatibility and reduce tasks font size
Activity bar icons use CSS mask-image, so only the alpha channel matters.
Use a mask cutout on the C[] path to create a transparent card area for the
bot icon, matching the original design where the bot sits on a white card
overlapping the bottom-right of the square bracket. Align both activity bar
icons to the same viewBox origin so C[] portions line up vertically.
Simplify TreeItem icon SVGs by inlining fill colors instead of using CSS
classes. Reduce the tasks webview base font size to 90% of the VS Code
default for a more compact sidebar appearance.1 parent 13744b2 commit dc6bc4f
File tree
8 files changed
+369
-42
lines changed- media
- packages/tasks/src
- src/webviews/tasks
8 files changed
+369
-42
lines changedLarge diffs are not rendered by default.
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 288 | + | |
292 | 289 | | |
293 | 290 | | |
294 | 291 | | |
| |||
297 | 294 | | |
298 | 295 | | |
299 | 296 | | |
300 | | - | |
301 | 297 | | |
302 | 298 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 299 | + | |
307 | 300 | | |
308 | 301 | | |
309 | 302 | | |
| |||
315 | 308 | | |
316 | 309 | | |
317 | 310 | | |
318 | | - | |
319 | 311 | | |
320 | 312 | | |
321 | 313 | | |
| |||
343 | 335 | | |
344 | 336 | | |
345 | 337 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | 338 | | |
350 | 339 | | |
351 | 340 | | |
| |||
0 commit comments