mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Adjust accessibility app color replacement
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
aec0a6c096
commit
4b7ef668a4
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class AccessibilityController extends Controller {
|
|||
* @return string
|
||||
*/
|
||||
private function invertSvgIconsColor(string $css) {
|
||||
return str_replace(['/000', '/fff', '/***'], ['/***', '/000', '/fff'], $css);
|
||||
return str_replace(['color=000', 'color=fff', 'color=***'], ['color=***', 'color=000', 'color=fff'], $css);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue