diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-04 10:18:24 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-04 11:13:06 +0100 |
commit | a4fec95e57cce29c4e318e75801b6a3527f07673 (patch) | |
tree | 77663232ef932233e4ac8405cbac0b5a7e504e82 /core/css/apps.css | |
parent | ce50acd9b2d7acb3f04fd7c7940e821cb3d76a71 (diff) | |
download | nextcloud-server-a4fec95e57cce29c4e318e75801b6a3527f07673.tar.gz nextcloud-server-a4fec95e57cce29c4e318e75801b6a3527f07673.zip |
Fix user status icon in avatar menu
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 8acddbe81bc..61c73026a44 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -938,6 +938,10 @@ kbd { .popover__menu > li > a > img { filter: var(--background-invert-if-dark); } +.contact .popovermenu ul > li > a > img[src^=data], +.popover__menu > li > a > img[src^=data] { + filter: none; +} .bubble, .app-navigation-entry-menu, |