You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2021/01/23 07:49:24 UTC

[superset] branch master updated: [12486] Top tab dropdown indicator moved closer to the bottom of edge (#12658)

This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new dc740ec  [12486] Top tab dropdown indicator moved closer to the bottom of edge (#12658)
dc740ec is described below

commit dc740ecc1e48e596dd0f3fda32e09951ecaf39b6
Author: Kasia Kucharczyk <25...@users.noreply.github.com>
AuthorDate: Sat Jan 23 08:48:38 2021 +0100

    [12486] Top tab dropdown indicator moved closer to the bottom of edge (#12658)
---
 superset-frontend/src/dashboard/stylesheets/dnd.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/src/dashboard/stylesheets/dnd.less b/superset-frontend/src/dashboard/stylesheets/dnd.less
index 4efdb72..5929340 100644
--- a/superset-frontend/src/dashboard/stylesheets/dnd.less
+++ b/superset-frontend/src/dashboard/stylesheets/dnd.less
@@ -126,8 +126,8 @@
   }
 
   & > .empty-droptarget:first-child {
-    height: 16px;
-    top: -8px;
+    height: 14px;
+    top: -2px;
     z-index: @z-index-above-dashboard-charts;
   }