Button: Fix global button styles! (#72391)
uncomment button focus styles!
This commit is contained in:
@@ -43,7 +43,7 @@ export function getElementStyles(theme: GrafanaTheme2) {
|
||||
button: {
|
||||
letterSpacing: theme.typography.body.letterSpacing,
|
||||
|
||||
// '&:focus-visible': getFocusStyles(theme),
|
||||
'&:focus-visible': getFocusStyles(theme),
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user