From b6e9646a6ad5fef497c48d955cc0e6141e6146f2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 6 Aug 2018 18:40:46 +0800 Subject: [PATCH] Fix that focusable element in inactive panel cause tabs disappear close #11261 --- components/tabs/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index b2f71b26cd..1d6be76efa 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -238,6 +238,9 @@ height: 0; padding: 0 !important; pointer-events: none; + input { + visibility: hidden; + } } } > .@{tab-prefix-cls}-content-animated {