mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove default which didn't work
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
152fb08288
commit
0b2ef7e608
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class IconsCacher {
|
|||
$svg = preg_replace('/fill="#([a-z0-9]{3,6})"/mi', 'fill="#' . $color . '"', $svg);
|
||||
|
||||
$encode = base64_encode($svg);
|
||||
$data .= "--$icon: url(data:image/svg+xml;base64,$encode) !default;";
|
||||
$data .= "--$icon: url(data:image/svg+xml;base64,$encode);";
|
||||
}
|
||||
|
||||
if (strlen($data) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue