This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
from 8e1db22651 compile
add 951814bb1f style: Remove explicit fontSize from AntdIconComponent
styles
add f44ea9a862 style: Update tooltip border color in AsyncAceEditor
component
add bcb25ed6d6 style: Update AceEditor border color to lighter shade
add f161a7cb15 ligther border
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 22 +++-
superset-frontend/package.json | 8 +-
.../src/chart/components/reactify.tsx | 2 +-
.../packages/superset-ui-core/src/theme/Theme.tsx | 48 ++++----
.../packages/superset-ui-core/src/theme/types.ts | 4 +-
.../plugins/plugin-chart-table/src/TableChart.tsx | 2 +-
.../src/SqlLab/components/QueryTable/index.tsx | 2 +-
.../components/RunQueryActionButton/index.tsx | 2 +-
.../SqlLab/components/ShareSqlLabQuery/index.tsx | 2 +-
.../src/components/AsyncAceEditor/index.tsx | 3 +-
.../src/components/AsyncEsmComponent/index.tsx | 1 +
.../src/components/Button/Button.stories.tsx | 4 -
superset-frontend/src/components/Button/index.tsx | 131 ++++-----------------
.../src/components/Datasource/CollectionTable.tsx | 2 +-
.../src/components/Form/LabeledErrorBoundInput.tsx | 2 +-
superset-frontend/src/components/Icons/Icon.tsx | 25 ++--
.../src/components/Label/Label.test.tsx | 1 +
superset-frontend/src/components/Label/index.tsx | 4 +-
.../src/components/PageHeaderWithActions/index.tsx | 2 +-
superset-frontend/src/components/Select/Select.tsx | 1 +
superset-frontend/src/components/Select/types.ts | 2 +
.../src/components/TableSelector/index.tsx | 2 +-
.../src/components/TimezoneSelector/index.tsx | 2 +-
.../OverwriteConfirm/OverwriteConfirmModal.tsx | 2 +-
.../DatasourcePanelDragOption/index.tsx | 1 +
.../src/explore/components/ExploreAlert.tsx | 95 +++------------
.../explore/components/RunQueryButton/index.tsx | 2 +-
.../DndColumnSelectPopoverTitle.jsx | 1 +
.../index.tsx | 22 +---
.../components/controls/OptionControls/index.tsx | 14 +--
.../src/features/alerts/AlertReportModal.tsx | 1 -
superset-frontend/src/features/home/ChartTable.tsx | 2 +-
.../src/features/home/DashboardTable.tsx | 2 +-
superset-frontend/src/features/home/EmptyState.tsx | 2 +-
.../src/features/home/SavedQueries.tsx | 2 +-
superset-frontend/src/features/home/SubMenu.tsx | 17 +--
superset-frontend/src/pages/Home/index.tsx | 4 +-
superset-frontend/src/views/App.tsx | 24 ++--
superset-frontend/tsconfig.json | 7 +-
39 files changed, 165 insertions(+), 307 deletions(-)