Topic: Contact XRef starts hidden on dark theme
I published a video exposing the issue here: https://youtu.be/fINAGs9jOIA
In short: the contact is cross-referenced properly but the relay position (i.e. `1-A2` in the video) is shown only after hovering it. Worse: that text is not even printed!
This is an issue only when a dark theme is used. Because of bug 175 I have the following code in my `$HOME/.qet/style.css`:
QGraphicsView {
color: #000;
}
Is there another CSS selector I can play with to try to fix the initial style of that text?
In any case, independently from the dark theme aspect, I think changing the rendering behavior after hovering is "surprising".