mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 04:56:54 +00:00
Fixed Selection option for new node is not visible (#8751)
This commit is contained in:
parent
fb8cfca6af
commit
6d089d9e31
@ -117,7 +117,7 @@ const NodeSuggestions: FC<EntitySuggestionProps> = ({
|
||||
aria-orientation="vertical"
|
||||
className="tw-origin-top-right tw-absolute tw-z-20
|
||||
tw-w-max tw-mt-1 tw-rounded-md tw-shadow-lg
|
||||
tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5 focus:tw-outline-none"
|
||||
tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5 focus:tw-outline-none text-body"
|
||||
role="menu">
|
||||
{data.map((entity) => (
|
||||
<div
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
// common css utils file
|
||||
|
||||
@import url('./variables.less');
|
||||
@primary: #7147e8;
|
||||
@primary-light: rgb(244, 240, 253);
|
||||
@primary-hover-light: rgba(219, 209, 249);
|
||||
@ -57,6 +57,9 @@
|
||||
.text-grey-muted {
|
||||
color: #6b7280;
|
||||
}
|
||||
.text-body {
|
||||
color: @text-color-secondary;
|
||||
}
|
||||
|
||||
// text alignment
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user