You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2020/10/29 07:36:14 UTC

[incubator-superset] branch master updated: fix: dashboard tab only shows move cursor when editing (#11480)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68d493e  fix: dashboard tab only shows move cursor when editing (#11480)
68d493e is described below

commit 68d493ebf57b6ba3c3bf5dc9536389e271f7189b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Oct 29 00:35:32 2020 -0700

    fix: dashboard tab only shows move cursor when editing (#11480)
---
 superset-frontend/src/dashboard/stylesheets/components/tabs.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/dashboard/stylesheets/components/tabs.less b/superset-frontend/src/dashboard/stylesheets/components/tabs.less
index c09599f..39987b0 100644
--- a/superset-frontend/src/dashboard/stylesheets/components/tabs.less
+++ b/superset-frontend/src/dashboard/stylesheets/components/tabs.less
@@ -46,7 +46,7 @@
         }
       }
 
-      & .dragdroppable-tab {
+      & .dragdroppable-tab[draggable='true'] {
         cursor: move;
       }