Skip to content

Commit 54bfea2

Browse files
committed
a part of fix for the issue #1982, should be applied together with according changes to react-components commit dbd0ed6fb84e28cdd9bcdae0125abaf8fc4e570d
1 parent 4aea80d commit 54bfea2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/projects/list/components/Projects/ProjectsGridView.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@ $screen-one-column: 720px;
323323
white-space: nowrap;
324324
overflow: hidden;
325325
text-overflow: ellipsis;
326+
}
326327

327-
&:hover {
328-
background-color: $tc-dark-blue-30;
329-
color: $tc-black;
330-
}
328+
.tooltip-target.active .project-customer {
329+
background-color: $tc-dark-blue-30;
330+
color: $tc-black;
331331
}
332332

333333
.project-segment {

0 commit comments

Comments
 (0)