mirror of
https://github.com/apache/superset.git
synced 2026-05-29 11:45:16 +00:00
style: apply prettier formatting to BackgroundStyleDropdown
This commit is contained in:
@@ -52,11 +52,8 @@ 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