mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 04:02:08 +08:00
ChangePassword: improved keyboard navigation (#29567)
* ChangePassword: improved keyboard navigation * updated skip button with appropriate tag * applied box shadow to skip button
This commit is contained in:
@ -51,7 +51,6 @@ const getPropertiesForVariant = (theme: GrafanaTheme, variant: ButtonVariant) =>
|
||||
variantStyles: css`
|
||||
&:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
Reference in New Issue
Block a user