Tabs: Fixes focus style (#76246)

This commit is contained in:
Torkel Ödegaard
2023-10-10 12:42:20 +02:00
committed by GitHub
parent 99e4894636
commit 8757f2baab

View File

@ -67,10 +67,13 @@ const getStyles = (theme: GrafanaTheme2) => {
position: 'relative',
display: 'flex',
whiteSpace: 'nowrap',
padding: theme.spacing(0.5),
}),
link: css({
color: theme.colors.text.secondary,
padding: theme.spacing(1.5, 2, 1),
padding: theme.spacing(1, 1.5, 0.5),
borderRadius: theme.shape.radius.default,
display: 'block',
height: '100%',