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 aa886ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 aa886ac

Please sign in to comment.