From 386d933fc6ba63c3d7ac8d26701b973fded1175e Mon Sep 17 00:00:00 2001 From: Wojciech Date: Wed, 31 Jul 2024 10:00:10 +0200 Subject: [PATCH] fix styles --- src/index.css | 4 ---- src/staff/components/StaffProperties/StaffProperties.tsx | 7 ++++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 7a9b6092312..286a7f284b3 100644 --- a/src/index.css +++ b/src/index.css @@ -74,7 +74,3 @@ body { .noBorder { border: none; } - -.staff-avatar:hover .avatar-hover { - opacity: 1; -} diff --git a/src/staff/components/StaffProperties/StaffProperties.tsx b/src/staff/components/StaffProperties/StaffProperties.tsx index 59d550e67db..5bf9ccf0b37 100644 --- a/src/staff/components/StaffProperties/StaffProperties.tsx +++ b/src/staff/components/StaffProperties/StaffProperties.tsx @@ -76,7 +76,6 @@ const StaffProperties: React.FC = props => { position="relative" __height="120px" __width="120px" - className="staff-avatar" > {hasAvatar ? ( @@ -101,9 +100,11 @@ const StaffProperties: React.FC = props => { )} {canEditAvatar && (