mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 00:38:58 +08:00
Tabs: Fixes focus style (#76246)
This commit is contained in:
@ -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%',
|
||||
|
||||
|
Reference in New Issue
Block a user