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 776c24525d93722243bb2fd13ff2ca127f39066b Author: Evan Rusackas <[email protected]> AuthorDate: Fri Jan 10 18:14:05 2025 -0700 prettier --- .../src/dashboard/components/menu/BackgroundStyleDropdown.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx index eb44ee81c0..ccf11bc854 100644 --- a/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx +++ b/superset-frontend/src/dashboard/components/menu/BackgroundStyleDropdown.tsx @@ -62,7 +62,11 @@ 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;
