Skip to content

Commit

Permalink
Remove global OUI style override (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy authored Jun 22, 2023
1 parent 6d2c2d3 commit 71bf78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions public/pages/AnomalyCharts/containers/AnomaliesChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ export const AnomaliesChart = React.memo((props: AnomaliesChartProps) => {
}}
isPaused={true}
commonlyUsedRanges={DATE_PICKER_QUICK_OPTIONS}
updateButtonProps={{
fill: false,
}}
/>
);

Expand Down
5 changes: 0 additions & 5 deletions public/pages/AnomalyCharts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
*/

@import 'components/AlertsFlyout/alertsFlyout.scss';

.euiSuperUpdateButton {
background-color: transparent !important;
color: #006bb4 !important;
}

0 comments on commit 71bf78b

Please sign in to comment.