From 85e2b4f85f72184cdef42250f42a1cd02703c92b Mon Sep 17 00:00:00 2001 From: Justice Arthur Date: Tue, 7 Nov 2023 11:07:50 +0000 Subject: [PATCH] fix: floating button (#18182) remove unused vars --- frontend/src/scenes/plugins/Plugins.scss | 4 ---- frontend/src/styles/vars.scss | 1 - 2 files changed, 5 deletions(-) diff --git a/frontend/src/scenes/plugins/Plugins.scss b/frontend/src/scenes/plugins/Plugins.scss index afb04ca603640..cf6c4a5787ac0 100644 --- a/frontend/src/scenes/plugins/Plugins.scss +++ b/frontend/src/scenes/plugins/Plugins.scss @@ -1,7 +1,3 @@ -.Plugins__Popconfirm { - z-index: var(--z-plugins-popconfirm); -} - .Plugin__JobJsonEditor { border: 1px solid #efefef; } diff --git a/frontend/src/styles/vars.scss b/frontend/src/styles/vars.scss index 45adf1ab8d342..0c6f648551d2f 100644 --- a/frontend/src/styles/vars.scss +++ b/frontend/src/styles/vars.scss @@ -264,7 +264,6 @@ $_lifecycle_dormant: $_danger; --z-ant-modal-wrap: 1060; --z-hedgehog-buddy: 1059; --z-ant-modal-mask: 1050; - --z-plugins-popconfirm: 1001; --z-drawer: 950; --z-notifications-popover: 949; // below the TZ aware popover but over the main-nav --z-main-nav: 948;