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:
Uchechukwu Obasi
2020-12-10 09:41:44 +01:00
committed by GitHub
parent 955c96ffd8
commit 4ea2c7d2b1
2 changed files with 3 additions and 4 deletions

View File

@ -51,7 +51,6 @@ const getPropertiesForVariant = (theme: GrafanaTheme, variant: ButtonVariant) =>
variantStyles: css`
&:focus {
outline: none;
box-shadow: none;
}
`,
};