You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2020/01/31 17:38:49 UTC

[incubator-superset] branch master updated (c214cf1 -> bbe4337)

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

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


    from c214cf1  [Viz/Query] Improve logging around cache hits (#9058)
     add bbe4337  LESS is more (#9023)

No new revisions were added by this update.

Summary of changes:
 superset/assets/package.json                       |   6 +-
 superset/assets/src/CRUD/crud.less                 |   6 +
 superset/assets/src/SqlLab/main.less               |  75 ++++++++---
 .../assets/src/components/FilterBadgeIcon.less     |   2 +
 .../FilterableTable/FilterableTableStyles.less     |  16 +++
 superset/assets/src/components/Menu/Menu.less      |   3 +
 superset/assets/src/components/RefreshLabel.less   |   8 +-
 superset/assets/src/components/TableSelector.less  |   5 +
 .../assets/src/dashboard/stylesheets/buttons.less  |  14 +--
 .../dashboard/stylesheets/components/chart.less    |   5 +
 .../dashboard/stylesheets/components/column.less   |   5 +-
 .../dashboard/stylesheets/components/header.less   |   5 +-
 .../dashboard/stylesheets/components/markdown.less |   2 +
 .../stylesheets/components/new-component.less      |   8 +-
 .../src/dashboard/stylesheets/components/row.less  |   3 +
 .../src/dashboard/stylesheets/components/tabs.less |  42 +++----
 .../src/dashboard/stylesheets/dashboard.less       |   7 ++
 superset/assets/src/dashboard/stylesheets/dnd.less |   1 +
 .../src/dashboard/stylesheets/popover-menu.less    | 140 ++++++++++-----------
 .../src/dashboard/stylesheets/resizable.less       | 112 +++++++++--------
 .../components/controls/VizTypeControl.less        |  30 ++---
 superset/assets/src/explore/main.less              | 102 ++++++++-------
 .../src/messageToasts/stylesheets/toast.less       |  24 ++--
 superset/assets/src/showSavedQuery/index.less      |   1 +
 .../src/visualizations/FilterBox/FilterBox.less    |  30 ++---
 .../assets/stylesheets/less/cosmo/bootswatch.less  |  52 +++++---
 superset/assets/stylesheets/less/index.less        |   1 +
 .../assets/stylesheets/react-select/select.less    |   3 +
 .../assets/stylesheets/reactable-pagination.less   |  18 +--
 superset/assets/stylesheets/superset.less          |  67 +++++++---
 30 files changed, 483 insertions(+), 310 deletions(-)