Merge pull request #4583 from matrix-org/t3chguy/redactions-electron

Rename `trash (custom).svg` as electron doesn't like paths with spaces
pull/21833/head
Michael Telatynski 2020-05-12 17:09:02 +01:00 committed by GitHub
commit 5783a9359e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
height: 14px;
width: 14px;
background-color: $muted-fg-color;
mask-image: url('$(res)/img/feather-customised/trash (custom).svg');
mask-image: url('$(res)/img/feather-customised/trash.custom.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;

View File

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B