mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaUI: Reverts changes in styling to tag component (#51911)
This commit is contained in:
parent
0ae98743e0
commit
7bb644d910
@ -64,15 +64,13 @@ const getTagStyles = (theme: GrafanaTheme, name: string, colorIndex?: number) =>
|
||||
font-weight: ${theme.typography.weight.semibold};
|
||||
font-size: ${theme.typography.size.sm};
|
||||
line-height: ${theme.typography.lineHeight.xs};
|
||||
vertical-align: baseline;
|
||||
background-color: ${colors.color};
|
||||
color: ${theme.palette.gray98};
|
||||
white-space: nowrap;
|
||||
text-shadow: none;
|
||||
padding: 3px 6px;
|
||||
border-radius: ${theme.border.radius.md};
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
`,
|
||||
hover: css`
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user