mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
style: apply prettier formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -52,8 +52,11 @@ const BackgroundStyleOption = styled.div`
|
||||
}
|
||||
/* Create the transparent rect icon */
|
||||
&.background--transparent:before {
|
||||
background-image:
|
||||
linear-gradient(45deg, ${theme.colorTextLabel} 25%, transparent 25%),
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
${theme.colorTextLabel} 25%,
|
||||
transparent 25%
|
||||
),
|
||||
linear-gradient(-45deg, ${theme.colorTextLabel} 25%, transparent 25%),
|
||||
linear-gradient(45deg, transparent 75%, ${theme.colorTextLabel} 75%),
|
||||
linear-gradient(-45deg, transparent 75%, ${theme.colorTextLabel} 75%);
|
||||
|
||||
Reference in New Issue
Block a user