Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 8230157

Browse files
committed
relations style
1 parent b47bd11 commit 8230157

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/components/cellTypes/RelationCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const RelationCell = (mdProps: CellComponentProps) => {
103103
getAlignmentClassname(
104104
tableColumn.config,
105105
configInfo.getLocalSettings(),
106-
["tabIndex", "tags-container"]
106+
["tabIndex", "tags-container", "relation-container"]
107107
)
108108
)}
109109
tabIndex={0}

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,15 @@ div.database-plugin__td.data-input span:focus {
605605
color: rgb(66, 66, 66);
606606
}
607607

608+
.database-plugin__relation-container .database-plugin__relationship a:link {
609+
color: #dadada;
610+
text-decoration: none;
611+
}
612+
613+
.database-plugin__relation-container .database-plugin__relationship a:hover {
614+
color: #a38484;
615+
}
616+
608617
.react-select__option + .react-select__option {
609618
margin-top: 10px;
610619
}

0 commit comments

Comments
 (0)