From f56c600fef3c2d258b52e341178895f77069ad79 Mon Sep 17 00:00:00 2001 From: nzaytsev Date: Tue, 10 Sep 2024 13:43:36 +0700 Subject: [PATCH] Fixes broken ref icon tooltip --- src/webviews/apps/plus/graph/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index 7c6b198f23176..ab3692c6c2987 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -972,7 +972,7 @@ gl-feature-gate gl-feature-badge { } } -.gk-graph:not(.ref-zone) { +.gk-graph:not(.ref-zone):not([role='tooltip']) { flex: 1 1 auto; position: relative; }