Skip to content

Commit 5c03f72

Browse files
committed
FE: Update TopicsCell styling for better accessibility
1 parent 86432e2 commit 5c03f72

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

frontend/src/components/Connect/List/ConnectorsTable/connectorsColumns/cells/TopicsCell.styled.ts

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ export const TagsWrapper = styled.div`
55
flex-wrap: wrap;
66
word-break: break-word;
77
white-space: pre-wrap;
8-
span {
9-
color: rgb(76, 76, 255) !important;
10-
&:hover {
11-
color: rgb(23, 23, 207) !important;
8+
9+
div {
10+
a {
11+
color: rgb(76, 76, 255) !important;
12+
text-decoration: none;
13+
14+
&:hover {
15+
color: rgb(23, 23, 207) !important;
16+
}
1217
}
1318
}
1419
`;

0 commit comments

Comments
 (0)