This is an automated email from the ASF dual-hosted git repository. kristw 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 efede0a fix(sqllab): remove duplicate selector in style file (#7126) efede0a is described below commit efede0af9140d37f21921b6e4fe530e78c54d222 Author: rasmi-ranjan-guavus <rasmiranjan.na...@guavus.com> AuthorDate: Tue Apr 2 01:03:23 2019 +0530 fix(sqllab): remove duplicate selector in style file (#7126) --- superset/assets/src/SqlLab/main.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/superset/assets/src/SqlLab/main.less b/superset/assets/src/SqlLab/main.less index 89e5d11..822e7d8 100644 --- a/superset/assets/src/SqlLab/main.less +++ b/superset/assets/src/SqlLab/main.less @@ -295,23 +295,25 @@ div.Workspace { .popover{ max-width:400px; } -.Select-menu-outer { - z-index: 1000; -} + .table-label { margin-top: 5px; margin-right: 10px; float: left; } + div.tablePopover { opacity: 0.7 !important; } + div.tablePopover:hover { opacity: 1 !important; } + .ResultSetControls { padding: 8px 0; } + .ace_editor { border: 1px solid #ccc; } @@ -319,10 +321,13 @@ div.tablePopover:hover { .Select-menu-outer { min-width: 100%; width: inherit; + z-index: 1000; } + .Select-clear { margin-top: -2px; } + .Select-arrow { margin-top: 5px; }