When a line is selected, the path to the file has a contrast of 2.9:1, which is not accessible
That's caused by the opacity: 0.6 in
|
.treeViewAppendageColumn { |
|
margin-left: 10px; |
|
opacity: 0.6; |
|
} |
I find it easier to redefine the color than setting lower opacity, as it's harder to exactly know how the different colors are going to play together
┆Issue is synchronized with this Jira Task
When a line is selected, the path to the file has a contrast of 2.9:1, which is not accessible
That's caused by the
opacity: 0.6inprofiler/src/components/shared/TreeView.css
Lines 150 to 153 in 61a5894
I find it easier to redefine the color than setting lower opacity, as it's harder to exactly know how the different colors are going to play together
┆Issue is synchronized with this Jira Task