From 9ec2c468cbbcbd41b94bbf9f3cfeb43eed09f36e Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Wed, 17 Mar 2021 20:40:15 -0400 Subject: [PATCH] fix(ui): use appropriate cursor type for readonly input fields (#1208) * fix(ui): use appropriate cursor type for readonly input fields * fix(ui): revert change to API key field --- src/components/Settings/SettingsPlex.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Settings/SettingsPlex.tsx b/src/components/Settings/SettingsPlex.tsx index b1bc5fa38..be0eb40ed 100644 --- a/src/components/Settings/SettingsPlex.tsx +++ b/src/components/Settings/SettingsPlex.tsx @@ -364,6 +364,7 @@ const SettingsPlex: React.FC = ({ onComplete }) => { type="text" id="name" name="name" + className="cursor-not-allowed" placeholder={intl.formatMessage( messages.servernamePlaceholder )}