mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Log Panel: Improve log row hover contrast and visibility (#50908)
This commit is contained in:
parent
677b2a43b5
commit
5cf25f4b7f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user