TimePickerFooter: Fix background (#106209)
This commit is contained in:
+4
-1
@@ -110,7 +110,7 @@ export const TimePickerFooter = (props: Props) => {
|
||||
aria-controls={fiscalYearSettingsId}
|
||||
/>
|
||||
</TabsBar>
|
||||
<TabContent>
|
||||
<TabContent className={style.noBackground}>
|
||||
{editMode === 'tz' ? (
|
||||
<section
|
||||
role="tabpanel"
|
||||
@@ -183,6 +183,9 @@ const getStyle = (theme: GrafanaTheme2) => ({
|
||||
timeSettingContainer: css({
|
||||
paddingTop: theme.spacing(1),
|
||||
}),
|
||||
noBackground: css({
|
||||
background: 'inherit',
|
||||
}),
|
||||
fiscalYearField: css({
|
||||
marginBottom: 0,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user