Skip to content

Commit

Permalink
Removing unused scss files in obs solution (elastic#210095)
Browse files Browse the repository at this point in the history
Both files are un-used !!

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
baileycash-elastic and elasticmachine authored Feb 10, 2025
1 parent 219f31a commit 36e6d3d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import { TimestampRangeLabel } from './timestamp_range_label';
import { Annotation, CreateAnnotationParams } from '../../../../common/annotations';
import { AnnotationIcon } from './annotation_icon';

import './annotations.scss';

export function AnnotationTooltip({
annotation,
}: {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { SLI_OPTIONS } from '../../../../pages/slo_edit/constants';
import { useGetSettings } from '../../../../pages/slo_settings/hooks/use_get_settings';
import { useKibana } from '../../../../hooks/use_kibana';
import type { GroupBy, GroupFilters } from '../types';
import './slo_group_filters.scss';

interface Option {
value: string;
Expand Down

0 comments on commit 36e6d3d

Please sign in to comment.