uebersicht icon indicating copy to clipboard operation
uebersicht copied to clipboard

:hover

Open HanneMaes opened this issue 4 years ago • 3 comments

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
"""

HanneMaes avatar May 26 '20 15:05 HanneMaes

Seems like it's not possible: check this closed issue I do wonder if we can use onmouseenter event

RoeelCohen avatar Aug 14 '20 01:08 RoeelCohen

Tried with both onMouseEnter and onMouseOver and both of them only seem to trigger after a click.

MynockSpit avatar Aug 19 '20 17:08 MynockSpit

With the newer version of Ubersicht that has interaction by default, :hover works. @felixhageloh -- I think you can close this.

MynockSpit avatar Sep 24 '20 17:09 MynockSpit