diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-01-03 09:18:12 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-01-03 14:42:07 +0100 |
commit | 7f86d4af658abc558ca622456f6d6dc00db2fe21 (patch) | |
tree | a8e9a4c721aa4ca2eb66409c7453c4db217c8012 /settings/templates/apps.php | |
parent | 8a226811dc86547ca5f79ffa35965c0f72e8fbb4 (diff) | |
download | nextcloud-server-7f86d4af658abc558ca622456f6d6dc00db2fe21.tar.gz nextcloud-server-7f86d4af658abc558ca622456f6d6dc00db2fe21.zip |
Fix icon rendering in apps management for IE11
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 0d313be6ede..d7b232b915e 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -203,9 +203,6 @@ script( </ul> </div> <div id="app-content" class="icon-loading"> - <svg class="app-filter"> - <defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs> - </svg> <div id="apps-list"></div> <div id="apps-list-empty" class="hidden emptycontent emptycontent-search"> <div id="app-list-empty-icon" class="icon-search"></div> |