From a0d8afd435702e91871dd5cab887f1a6eba8ae9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 26 Apr 2017 14:18:52 +0200 Subject: [PATCH] ux: minor change to styles & heatmap option names --- public/app/plugins/panel/heatmap/axes_editor.ts | 4 ++-- public/sass/pages/_dashboard.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/app/plugins/panel/heatmap/axes_editor.ts b/public/app/plugins/panel/heatmap/axes_editor.ts index cd0f465636a..b8fcba871a7 100644 --- a/public/app/plugins/panel/heatmap/axes_editor.ts +++ b/public/app/plugins/panel/heatmap/axes_editor.ts @@ -26,8 +26,8 @@ export class AxesEditorCtrl { }; this.dataFormats = { - 'TS': 'timeseries', - 'TS Pre-bucketed': 'tsbuckets' + 'Time series': 'timeseries', + 'Time series Pre-bucketed': 'tsbuckets' }; } diff --git a/public/sass/pages/_dashboard.scss b/public/sass/pages/_dashboard.scss index beaf463fa8f..e75406c2c8a 100644 --- a/public/sass/pages/_dashboard.scss +++ b/public/sass/pages/_dashboard.scss @@ -185,9 +185,9 @@ div.flot-text { box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(82,168,236,10.8) } -.panel-hover-highlight { - box-shadow: inset 0 1px 1px rgba(0,0,0,0.025), 0 0 1px rgba(82,168,236,0.5) -} +// .panel-hover-highlight { +// box-shadow: inset 0 1px 1px rgba(0,0,0,0.025), 0 0 1px rgba(82,168,236,0.5) +// } .on-drag-hover { .panel-container {