Skip to content

Commit

Permalink
Replace relationships css file with oui classname (opensearch-project…
Browse files Browse the repository at this point in the history
…#3967)

Co-authored-by: Andrey Myssak <andreymyssak@gmail.com>
Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com>
  • Loading branch information
SergeyMyssak and andreymyssak committed Jun 1, 2023
1 parent 780ba2f commit d694683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import { FormattedMessage } from '@osd/i18n/react';
import { IBasePath } from 'src/core/public';
import { getDefaultTitle, getSavedObjectLabel } from '../../../lib';
import { SavedObjectWithMetadata, SavedObjectRelation } from '../../../types';
import './relationships.scss';

export interface RelationshipsProps {
basePath: IBasePath;
Expand Down Expand Up @@ -338,7 +337,7 @@ export class Relationships extends Component<RelationshipsProps, RelationshipsSt
<EuiFlyout onClose={close}>
<EuiFlyoutHeader hasBorder>
<EuiTitle size="m">
<h2 className="savedObjectsManagementRelationships__title">
<h2 className="eui-textTruncate">
<EuiToolTip position="top" content={getSavedObjectLabel(savedObject.type)}>
<EuiIcon
aria-label={getSavedObjectLabel(savedObject.type)}
Expand Down

0 comments on commit d694683

Please sign in to comment.