fix: the following is done:

- show cursor as pointer when hovering "Advanced Options"
- show error reporting identifier as bold text
- when closing account menu with opened "Sign in" form and then reopening account menu, don't show "Sign in" form
This commit is contained in:
VardanHakobyan
2021-06-24 12:51:26 +03:00
parent 6ba3fbe9ca
commit e9406b682e
3 changed files with 15 additions and 3 deletions

View File

@@ -277,7 +277,7 @@ const Authentication = observer(({
<div className="sk-panel-row" />
<button
type="button"
className="sk-a info font-bold text-left p-0 hover:underline mr-1 ml-1"
className="sk-a info font-bold text-left p-0 cursor-pointer hover:underline mr-1 ml-1"
onClick={() => {
setShowAdvanced(!showAdvanced);
}}>