mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Button: Fix global button styles! (#72391)
uncomment button focus styles!
This commit is contained in:
parent
deae64bb90
commit
60058cb3da
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user