Removing unused scss files in obs solution (#210095)

Both files are un-used !!

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Bailey Cash 2025-02-10 15:25:58 -05:00 committed by GitHub
parent 219f31ab2d
commit 36e6d3d5ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 10 deletions

View file

@ -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,
}: {

View file

@ -1,4 +0,0 @@
.sloOverviewEmbeddable .uniSearchBar {
padding-left: 0;
padding-right: 0;
}

View file

@ -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;