This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch removing-DASHBOARD_CROSS_FILTERS-flag in repository https://gitbox.apache.org/repos/asf/superset.git
commit 58de976977195a781d25f079fbee11efd13914c3 Author: Evan Rusackas <[email protected]> AuthorDate: Mon Jan 13 14:58:08 2025 -0700 pre-commit fixes --- .../src/dashboard/components/menu/BackgroundStyleDropdown.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx index ccf11bc854..eb44ee81c0 100644 --- a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx +++ b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx @@ -62,11 +62,7 @@ const BackgroundStyleOption = styled.div` ${theme.colors.text.label} 25%, transparent 25% ), - linear-gradient( - -45deg, - ${theme.colors.text.label} 25%, - transparent 25% - ), + linear-gradient(-45deg, ${theme.colors.text.label} 25%, transparent 25%), linear-gradient(45deg, transparent 75%, ${theme.colors.text.label} 75%), linear-gradient(-45deg, transparent 75%, ${theme.colors.text.label} 75%); background-size: ${theme.gridUnit * 2}px ${theme.gridUnit * 2}px;
