summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-01-25 10:50:31 +0100
committerJoas Schilling <coding@schilljs.com>2017-01-25 10:50:31 +0100
commit7e3bd63a70dbb3ec77e8d207d63fb2398dd40f1e (patch)
treedd94a94d7dcf1b24bf1f0d687afc641a8c6c4674 /settings
parent77fcee7979b35fc4a97470919c5a7dceaad75b1a (diff)
downloadnextcloud-server-7e3bd63a70dbb3ec77e8d207d63fb2398dd40f1e.tar.gz
nextcloud-server-7e3bd63a70dbb3ec77e8d207d63fb2398dd40f1e.zip
Remove the icon since it's defined by the app itself
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css3
-rw-r--r--settings/img/activity-dark.svg4
2 files changed, 0 insertions, 7 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 37132317e10..10c8563533b 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -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');
}
diff --git a/settings/img/activity-dark.svg b/settings/img/activity-dark.svg
deleted file mode 100644
index 0fccc552285..00000000000
--- a/settings/img/activity-dark.svg
+++ /dev/null
@@ -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>