From e9813d5f97f700579d3cf3f5cd15ed96ffb4d88b Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 27 Oct 2022 14:49:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=97=A0jira=20fix:=20less=E4=B8=AD=20.hov?= =?UTF-8?q?er-visible=20mixin=E4=B9=9F=E5=A4=84=E7=90=86=E4=B8=80=E4=B8=8B?= =?UTF-8?q?combo?= 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 { From 65b610d2d67d6746a499291753487c72a3d44aa1 Mon Sep 17 00:00:00 2001 From: data Date: Thu, 27 Oct 2022 15:24:45 +0800 Subject: [PATCH 2/2] auto upgrade version to 2.0.20221027152436 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f08a3b639..f321aad08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20221027142438", + "version": "2.0.20221027152436", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts",