Log Panel: Improve log row hover contrast and visibility (#50908)
This commit is contained in:
@@ -6,7 +6,7 @@ import { styleMixins, stylesFactory } from '../../themes';
|
||||
|
||||
export const getLogRowStyles = stylesFactory((theme: GrafanaTheme2, logLevel?: LogLevel) => {
|
||||
let logColor = theme.isLight ? theme.v1.palette.gray5 : theme.v1.palette.gray2;
|
||||
const hoverBgColor = styleMixins.hoverColor(theme.colors.background.primary, theme);
|
||||
const hoverBgColor = styleMixins.hoverColor(theme.colors.background.secondary, theme);
|
||||
|
||||
switch (logLevel) {
|
||||
case LogLevel.crit:
|
||||
|
||||
Reference in New Issue
Block a user