uebersicht
uebersicht copied to clipboard
:hover
I'm trying a CSS hover but it isn't working.
I'm not sure if I'm doing something wrong or if it's just not possible?
style: """
.date
opacity: 0.3
&:hover
opacity: 1
"""
Seems like it's not possible: check this closed issue I do wonder if we can use onmouseenter event
Tried with both onMouseEnter and onMouseOver and both of them only seem to trigger after a click.
With the newer version of Ubersicht that has interaction by default, :hover
works. @felixhageloh -- I think you can close this.