mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
219f31ab2d
commit
36e6d3d5ea
4 changed files with 0 additions and 10 deletions
|
@ -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,
|
||||
}: {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.echAnnotation {
|
||||
max-width: 500px;
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
.sloOverviewEmbeddable .uniSearchBar {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue