Skip to content

Commit

Permalink
Remove styles
Browse files Browse the repository at this point in the history
  • Loading branch information
asimonok committed Apr 22, 2024
1 parent f3b9598 commit 964056e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/FormElement/FormElement.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,5 @@ export const getStyles = (theme: GrafanaTheme2) => {
checkbox: css`
padding: ${theme.spacing(1)};
`,
timeInputWrap: css`
align-items: center;
`,
timeInput: css`
border: 1px solid ${theme.colors.border.medium};
margin-left: ${theme.spacing(0.5)};
padding: ${theme.spacing(0.5)} ${theme.spacing(1)} ${theme.spacing(0.5)} ${theme.spacing(1)};
`,
};
};
1 change: 0 additions & 1 deletion src/components/FormElement/FormElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export const FormElement: React.FC<Props> = ({ element, onChange, highlightClass
tooltip={element.tooltip}
transparent={!element.title}
disabled={element.disabled}
className={styles.timeInputWrap}
>
<TimeOfDayPicker
data-testid={TEST_IDS.formElements.fieldTime}
Expand Down

0 comments on commit 964056e

Please sign in to comment.