From e9813d5f97f700579d3cf3f5cd15ed96ffb4d88b Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 27 Oct 2022 14:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=20fix:=20less=E4=B8=AD=20.hover-v?= =?UTF-8?q?isible=20mixin=E4=B9=9F=E5=A4=84=E7=90=86=E4=B8=80=E4=B8=8Bcomb?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/visual.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/visual.less b/src/less/visual.less index 8e227fb8f..3c7601937 100644 --- a/src/less/visual.less +++ b/src/less/visual.less @@ -339,7 +339,7 @@ } .hover-visible(@cls) { - & .@{cls} { + & .@{cls}:not(.bi-combo-popup) { visibility: hidden; } &:hover {