Fleet UI: [released bug] Add hover state/ tabbing state to user side panel buttons (#13292)
This commit is contained in:
@@ -113,13 +113,18 @@ const UserSidePanel = ({
|
||||
onClick={onChangePassword}
|
||||
disabled={ssoEnabled}
|
||||
className={`${baseClass}__button`}
|
||||
variant="brand"
|
||||
>
|
||||
Change password
|
||||
</Button>
|
||||
<p className={`${baseClass}__last-updated`}>
|
||||
Last changed: {lastUpdatedAt}
|
||||
</p>
|
||||
<Button onClick={onGetApiToken} className={`${baseClass}__button`}>
|
||||
<Button
|
||||
onClick={onGetApiToken}
|
||||
className={`${baseClass}__button`}
|
||||
variant="brand"
|
||||
>
|
||||
Get API token
|
||||
</Button>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user