From a806ace16bb93770286e0d3310acf2071035f13b Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 19 May 2025 18:11:33 +0300 Subject: [PATCH] Replace heatmap cell hover border with box-shadow --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index e16ebbb37..4a26ca9ae 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -985,7 +985,7 @@ img.trace_image { background-color: #4dd05a; } &:hover { - border: solid 1px #8884; + box-shadow: 0px 0px 0px 1px #8884; } } } -- 2.39.5