Merge pull request #3252 from nextcloud/remove-activity-icon-hacking

Remove the icon since it's defined by the app itself
This commit is contained in:
Morris Jobke 2017-01-25 19:19:44 -06:00 committed by GitHub
commit 659d4b8d32
2 changed files with 0 additions and 7 deletions

View file

@ -20,9 +20,6 @@ input#openid, input#webdav { width:20em; }
.nav-icon-clientsbox {
background-image: url('../img/change.svg?v=1');
}
.nav-icon-activity {
background-image: url('../img/activity-dark.svg?v=1');
}
.nav-icon-federated-cloud {
background-image: url('../img/share.svg?v=1');
}

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0">
<path d="m16 1-10 18h11l-1 12 10-18h-11z"/>
</svg>

Before

Width:  |  Height:  |  Size: 185 B