Selaa lähdekoodia

Restores previous commit icon in the menu

main
Eric Amodio 5 vuotta sitten
vanhempi
commit
12e4d0aecf
3 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  1. +4
    -0
      images/dark/icon-commit-horizontal.svg
  2. +4
    -0
      images/light/icon-commit-horizontal.svg
  3. +2
    -2
      package.json

+ 4
- 0
images/dark/icon-commit-horizontal.svg Näytä tiedosto

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="4" stroke="#C5C5C5" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8 7.5)"/>
<path stroke="#C5C5C5" stroke-linejoin="bevel" d="M12 7.5h4M0 7.5h4"/>
</svg>

+ 4
- 0
images/light/icon-commit-horizontal.svg Näytä tiedosto

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<circle r="4" stroke="#424242" stroke-linejoin="bevel" transform="matrix(-1 0 0 1 8 7.5)"/>
<path stroke="#424242" stroke-linejoin="bevel" d="M12 7.5h4M0 7.5h4"/>
</svg>

+ 2
- 2
package.json Näytä tiedosto

@ -2289,8 +2289,8 @@
"title": "Show Revision Details",
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-commit.svg",
"light": "images/light/icon-commit.svg"
"dark": "images/dark/icon-commit-horizontal.svg",
"light": "images/light/icon-commit-horizontal.svg"
},
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git"
},

Ladataan…
Peruuta
Tallenna