Replace Icons for IconButtons when used as buttons (#23554)
This commit is contained in:
@@ -43,6 +43,8 @@ export const IconButton = React.forwardRef<HTMLButtonElement, Props>(
|
||||
}
|
||||
);
|
||||
|
||||
IconButton.displayName = 'IconButton';
|
||||
|
||||
function getHoverColor(theme: GrafanaTheme, surface: SurfaceType): string {
|
||||
switch (surface) {
|
||||
case 'body':
|
||||
|
||||
@@ -149,7 +149,7 @@ export const getLogRowStyles = stylesFactory((theme: GrafanaTheme, logLevel?: Lo
|
||||
`,
|
||||
logDetailsTable: css`
|
||||
label: logs-row-details-table;
|
||||
line-height: 1.7;
|
||||
line-height: 18px;
|
||||
width: 100%;
|
||||
td:last-child {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user